Skip to content

Commit 9b66a85

Browse files
authored
bump version (#607)
1 parent 8e6fb55 commit 9b66a85

File tree

30 files changed

+209
-209
lines changed

30 files changed

+209
-209
lines changed

connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-connect",
3-
"version": "0.7.1-beta.2",
3+
"version": "0.7.1-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -98,8 +98,8 @@
9898
},
9999
"dependencies": {
100100
"axios": "^1.4.0",
101-
"@wormhole-foundation/sdk-base": "0.7.1-beta.2",
102-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.2"
101+
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
102+
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3"
103103
},
104104
"type": "module"
105105
}

core/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-base",
3-
"version": "0.7.1-beta.2",
3+
"version": "0.7.1-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"

core/definitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions",
3-
"version": "0.7.1-beta.2",
3+
"version": "0.7.1-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@noble/hashes": "^1.3.1",
8888
"@noble/curves": "^1.4.0",
89-
"@wormhole-foundation/sdk-base": "0.7.1-beta.2"
89+
"@wormhole-foundation/sdk-base": "0.7.1-beta.3"
9090
},
9191
"type": "module"
9292
}

core/icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-icons",
3-
"version": "0.7.1-beta.2",
3+
"version": "0.7.1-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -50,7 +50,7 @@
5050
"dist/cjs"
5151
],
5252
"dependencies": {
53-
"@wormhole-foundation/sdk-base": "0.7.1-beta.2"
53+
"@wormhole-foundation/sdk-base": "0.7.1-beta.3"
5454
},
5555
"sideEffects": false,
5656
"scripts": {

examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/connect-sdk-examples",
3-
"version": "0.7.1-beta.2",
3+
"version": "0.7.1-beta.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -51,6 +51,6 @@
5151
"tsx": "^4.7.0"
5252
},
5353
"dependencies": {
54-
"@wormhole-foundation/sdk": "0.7.1-beta.2"
54+
"@wormhole-foundation/sdk": "0.7.1-beta.3"
5555
}
5656
}

0 commit comments

Comments
 (0)