Skip to content

Commit

Permalink
Release 0.6.3 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Apr 29, 2024
1 parent c47aea1 commit fc20e30
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.3-beta.2",
"version": "0.6.3",
"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.3-beta.2",
"@wormhole-foundation/sdk-definitions": "0.6.3-beta.2"
"@wormhole-foundation/sdk-base": "0.6.3",
"@wormhole-foundation/sdk-definitions": "0.6.3"
},
"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.3-beta.2",
"version": "0.6.3",
"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.3-beta.2",
"version": "0.6.3",
"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.3-beta.2"
"@wormhole-foundation/sdk-base": "0.6.3"
},
"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.3-beta.2",
"version": "0.6.3",
"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.3-beta.2"
"@wormhole-foundation/sdk": "0.6.3"
}
}
Loading

0 comments on commit fc20e30

Please sign in to comment.