Skip to content

Commit 720e218

Browse files
authored
0.4.6 release, minor fixes (#382)
1 parent 4772cad commit 720e218

File tree

29 files changed

+182
-182
lines changed

29 files changed

+182
-182
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.5
1+
0.4.6

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.5",
3+
"version": "0.4.6",
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.5",
49-
"@wormhole-foundation/sdk-definitions": "0.4.5"
48+
"@wormhole-foundation/sdk-base": "0.4.6",
49+
"@wormhole-foundation/sdk-definitions": "0.4.6"
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.5",
3+
"version": "0.4.6",
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.5",
3+
"version": "0.4.6",
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.5"
33+
"@wormhole-foundation/sdk-base": "0.4.6"
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.5",
3+
"version": "0.4.6",
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.5",
57-
"@wormhole-foundation/connect-sdk-solana": "0.4.5",
58-
"@wormhole-foundation/connect-sdk-evm": "0.4.5",
59-
"@wormhole-foundation/connect-sdk-cosmwasm": "0.4.5",
60-
"@wormhole-foundation/connect-sdk-evm-core": "0.4.5",
61-
"@wormhole-foundation/connect-sdk-solana-core": "0.4.5",
62-
"@wormhole-foundation/connect-sdk-cosmwasm-core": "0.4.5",
63-
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "0.4.5",
64-
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "0.4.5",
65-
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "0.4.5",
66-
"@wormhole-foundation/connect-sdk-evm-cctp": "0.4.5",
67-
"@wormhole-foundation/connect-sdk-solana-cctp": "0.4.5",
68-
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "0.4.5"
56+
"@wormhole-foundation/connect-sdk": "0.4.6",
57+
"@wormhole-foundation/connect-sdk-solana": "0.4.6",
58+
"@wormhole-foundation/connect-sdk-evm": "0.4.6",
59+
"@wormhole-foundation/connect-sdk-cosmwasm": "0.4.6",
60+
"@wormhole-foundation/connect-sdk-evm-core": "0.4.6",
61+
"@wormhole-foundation/connect-sdk-solana-core": "0.4.6",
62+
"@wormhole-foundation/connect-sdk-cosmwasm-core": "0.4.6",
63+
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "0.4.6",
64+
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "0.4.6",
65+
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "0.4.6",
66+
"@wormhole-foundation/connect-sdk-evm-cctp": "0.4.6",
67+
"@wormhole-foundation/connect-sdk-solana-cctp": "0.4.6",
68+
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "0.4.6"
6969
}
7070
}

0 commit comments

Comments
 (0)