Skip to content

Commit 63a1c1e

Browse files
authored
bump to beta.9 (#307)
1 parent 8eec38a commit 63a1c1e

File tree

23 files changed

+146
-146
lines changed

23 files changed

+146
-146
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-beta.8
1+
0.4.0-beta.9

connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/connect-sdk",
3-
"version": "0.4.0-beta.8",
3+
"version": "0.4.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"axios": "^1.4.0",
48-
"@wormhole-foundation/sdk-base": "^0.4.0-beta.8",
49-
"@wormhole-foundation/sdk-definitions": "^0.4.0-beta.8"
48+
"@wormhole-foundation/sdk-base": "^0.4.0-beta.9",
49+
"@wormhole-foundation/sdk-definitions": "^0.4.0-beta.9"
5050
}
5151
}

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.4.0-beta.8",
3+
"version": "0.4.0-beta.9",
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.4.0-beta.8",
3+
"version": "0.4.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -30,6 +30,6 @@
3030
},
3131
"dependencies": {
3232
"@noble/hashes": "^1.3.1",
33-
"@wormhole-foundation/sdk-base": "^0.4.0-beta.8"
33+
"@wormhole-foundation/sdk-base": "^0.4.0-beta.9"
3434
}
3535
}

examples/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/connect-sdk-examples",
3-
"version": "0.4.0-beta.8",
3+
"version": "0.4.0-beta.9",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -53,18 +53,18 @@
5353
"algosdk": "^2.7.0"
5454
},
5555
"dependencies": {
56-
"@wormhole-foundation/connect-sdk": "^0.4.0-beta.8",
57-
"@wormhole-foundation/connect-sdk-solana": "^0.4.0-beta.8",
58-
"@wormhole-foundation/connect-sdk-evm": "^0.4.0-beta.8",
59-
"@wormhole-foundation/connect-sdk-cosmwasm": "^0.4.0-beta.8",
60-
"@wormhole-foundation/connect-sdk-evm-core": "^0.4.0-beta.8",
61-
"@wormhole-foundation/connect-sdk-solana-core": "^0.4.0-beta.8",
62-
"@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.4.0-beta.8",
63-
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.4.0-beta.8",
64-
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.4.0-beta.8",
65-
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.4.0-beta.8",
66-
"@wormhole-foundation/connect-sdk-evm-cctp": "^0.4.0-beta.8",
67-
"@wormhole-foundation/connect-sdk-solana-cctp": "^0.4.0-beta.8",
68-
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.4.0-beta.8"
56+
"@wormhole-foundation/connect-sdk": "^0.4.0-beta.9",
57+
"@wormhole-foundation/connect-sdk-solana": "^0.4.0-beta.9",
58+
"@wormhole-foundation/connect-sdk-evm": "^0.4.0-beta.9",
59+
"@wormhole-foundation/connect-sdk-cosmwasm": "^0.4.0-beta.9",
60+
"@wormhole-foundation/connect-sdk-evm-core": "^0.4.0-beta.9",
61+
"@wormhole-foundation/connect-sdk-solana-core": "^0.4.0-beta.9",
62+
"@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.4.0-beta.9",
63+
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.4.0-beta.9",
64+
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.4.0-beta.9",
65+
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.4.0-beta.9",
66+
"@wormhole-foundation/connect-sdk-evm-cctp": "^0.4.0-beta.9",
67+
"@wormhole-foundation/connect-sdk-solana-cctp": "^0.4.0-beta.9",
68+
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.4.0-beta.9"
6969
}
7070
}

0 commit comments

Comments
 (0)