Skip to content

Commit 33195de

Browse files
committed
bump version
1 parent 0744d50 commit 33195de

File tree

35 files changed

+274
-274
lines changed

35 files changed

+274
-274
lines changed

VERSION

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

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.3.0-beta.9",
3+
"version": "0.3.0-beta.10",
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.3.0-beta.9",
49-
"@wormhole-foundation/sdk-definitions": "^0.3.0-beta.9"
48+
"@wormhole-foundation/sdk-base": "^0.3.0-beta.10",
49+
"@wormhole-foundation/sdk-definitions": "^0.3.0-beta.10"
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.3.0-beta.9",
3+
"version": "0.3.0-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.3.0-beta.9",
3+
"version": "0.3.0-beta.10",
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.3.0-beta.9"
33+
"@wormhole-foundation/sdk-base": "^0.3.0-beta.10"
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.3.0-beta.9",
3+
"version": "0.3.0-beta.10",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -52,18 +52,18 @@
5252
"algosdk": "^2.7.0"
5353
},
5454
"dependencies": {
55-
"@wormhole-foundation/connect-sdk": "^0.3.0-beta.9",
56-
"@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.9",
57-
"@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.9",
58-
"@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.9",
59-
"@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.9",
60-
"@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.9",
61-
"@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.9",
62-
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.9",
63-
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.9",
64-
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.9",
65-
"@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.9",
66-
"@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.9",
67-
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.9"
55+
"@wormhole-foundation/connect-sdk": "^0.3.0-beta.10",
56+
"@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.10",
57+
"@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.10",
58+
"@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.10",
59+
"@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.10",
60+
"@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.10",
61+
"@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.10",
62+
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.10",
63+
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.10",
64+
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.10",
65+
"@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.10",
66+
"@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.10",
67+
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.10"
6868
}
6969
}

0 commit comments

Comments
 (0)