Skip to content

Commit

Permalink
Set version for beta release (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Apr 27, 2024
1 parent cf7141d commit 7a7fbcc
Show file tree
Hide file tree
Showing 29 changed files with 205 additions and 205 deletions.
6 changes: 3 additions & 3 deletions connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-connect",
"version": "0.6.2",
"version": "0.6.3-beta.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -75,8 +75,8 @@
},
"dependencies": {
"axios": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.6.2",
"@wormhole-foundation/sdk-definitions": "0.6.2"
"@wormhole-foundation/sdk-base": "0.6.3-beta.0",
"@wormhole-foundation/sdk-definitions": "0.6.3-beta.0"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion core/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-base",
"version": "0.6.2",
"version": "0.6.3-beta.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down
4 changes: 2 additions & 2 deletions core/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-definitions",
"version": "0.6.2",
"version": "0.6.3-beta.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@noble/hashes": "^1.3.1",
"@noble/curves": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.6.2"
"@wormhole-foundation/sdk-base": "0.6.3-beta.0"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/connect-sdk-examples",
"version": "0.6.2",
"version": "0.6.3-beta.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -51,6 +51,6 @@
"tsx": "^4.7.0"
},
"dependencies": {
"@wormhole-foundation/sdk": "0.6.2"
"@wormhole-foundation/sdk": "0.6.3-beta.0"
}
}
Loading

0 comments on commit 7a7fbcc

Please sign in to comment.