Skip to content

Commit 5af9e6a

Browse files
authored
Fix reference (#445)
* fix references * bump version
1 parent 10a3c55 commit 5af9e6a

File tree

36 files changed

+216
-210
lines changed

36 files changed

+216
-210
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2-beta.9
1+
0.5.2-beta.10

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.5.2-beta.9",
3+
"version": "0.5.2-beta.10",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -58,8 +58,8 @@
5858
},
5959
"dependencies": {
6060
"axios": "^1.4.0",
61-
"@wormhole-foundation/sdk-base": "0.5.2-beta.9",
62-
"@wormhole-foundation/sdk-definitions": "0.5.2-beta.9"
61+
"@wormhole-foundation/sdk-base": "0.5.2-beta.10",
62+
"@wormhole-foundation/sdk-definitions": "0.5.2-beta.10"
6363
},
6464
"type": "module"
6565
}

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.5.2-beta.9",
3+
"version": "0.5.2-beta.10",
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.5.2-beta.9",
3+
"version": "0.5.2-beta.10",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@noble/hashes": "^1.3.1",
6868
"@noble/curves": "^1.4.0",
69-
"@wormhole-foundation/sdk-base": "0.5.2-beta.9"
69+
"@wormhole-foundation/sdk-base": "0.5.2-beta.10"
7070
},
7171
"type": "module"
7272
}

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.5.2-beta.9",
3+
"version": "0.5.2-beta.10",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -52,6 +52,6 @@
5252
"algosdk": "^2.7.0"
5353
},
5454
"dependencies": {
55-
"@wormhole-foundation/sdk": "0.5.2-beta.9"
55+
"@wormhole-foundation/sdk": "0.5.2-beta.10"
5656
}
5757
}

0 commit comments

Comments
 (0)