Skip to content

Commit

Permalink
bump version (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored May 14, 2024
1 parent 131332a commit d180aca
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.6.9-beta.0",
"version": "0.6.9-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -95,8 +95,8 @@
},
"dependencies": {
"axios": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.6.9-beta.0",
"@wormhole-foundation/sdk-definitions": "0.6.9-beta.0"
"@wormhole-foundation/sdk-base": "0.6.9-beta.1",
"@wormhole-foundation/sdk-definitions": "0.6.9-beta.1"
},
"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.9-beta.0",
"version": "0.6.9-beta.1",
"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.9-beta.0",
"version": "0.6.9-beta.1",
"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.6.9-beta.0"
"@wormhole-foundation/sdk-base": "0.6.9-beta.1"
},
"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.6.9-beta.0",
"version": "0.6.9-beta.1",
"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.6.9-beta.0"
"@wormhole-foundation/sdk-base": "0.6.9-beta.1"
},
"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.6.9-beta.0",
"version": "0.6.9-beta.1",
"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.9-beta.0"
"@wormhole-foundation/sdk": "0.6.9-beta.1"
}
}
Loading

0 comments on commit d180aca

Please sign in to comment.