Skip to content

Commit

Permalink
0.11.0 version bump (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters authored Oct 11, 2024
1 parent e997fce commit 0e7e158
Show file tree
Hide file tree
Showing 30 changed files with 209 additions and 209 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.10.9",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -98,8 +98,8 @@
},
"dependencies": {
"axios": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.10.9",
"@wormhole-foundation/sdk-definitions": "0.10.9"
"@wormhole-foundation/sdk-base": "0.11.0",
"@wormhole-foundation/sdk-definitions": "0.11.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.10.9",
"version": "0.11.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.10.9",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@noble/hashes": "^1.3.1",
"@noble/curves": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.10.9"
"@wormhole-foundation/sdk-base": "0.11.0"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions core/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-icons",
"version": "0.10.9",
"version": "0.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -50,7 +50,7 @@
"dist/cjs"
],
"dependencies": {
"@wormhole-foundation/sdk-base": "0.10.9"
"@wormhole-foundation/sdk-base": "0.11.0"
},
"sideEffects": false,
"scripts": {
Expand Down
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.10.9",
"version": "0.11.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.10.9"
"@wormhole-foundation/sdk": "0.11.0"
}
}
Loading

0 comments on commit 0e7e158

Please sign in to comment.