Skip to content

Commit 303fc66

Browse files
committed
set version to 0.7 stable
1 parent 837dd7b commit 303fc66

File tree

7 files changed

+201
-201
lines changed

7 files changed

+201
-201
lines changed

evm/ts/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
"test": "jest --config ./jest.config.ts"
4545
},
4646
"dependencies": {
47-
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
48-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3",
47+
"@wormhole-foundation/sdk-base": "^0.7",
48+
"@wormhole-foundation/sdk-definitions": "^0.7",
4949
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
50-
"@wormhole-foundation/sdk-evm": "0.7.1-beta.3",
51-
"@wormhole-foundation/sdk-evm-core": "0.7.1-beta.3",
50+
"@wormhole-foundation/sdk-evm": "^0.7",
51+
"@wormhole-foundation/sdk-evm-core": "^0.7",
5252
"ethers": "^6.5.1"
5353
},
5454
"peerDependencies": {
55-
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
56-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3",
57-
"@wormhole-foundation/sdk-evm": "0.7.1-beta.3",
58-
"@wormhole-foundation/sdk-evm-core": "0.7.1-beta.3"
55+
"@wormhole-foundation/sdk-base": "^0.7",
56+
"@wormhole-foundation/sdk-definitions": "^0.7",
57+
"@wormhole-foundation/sdk-evm": "^0.7",
58+
"@wormhole-foundation/sdk-evm-core": "^0.7"
5959
},
6060
"devDependencies": {
6161
"@typechain/ethers-v6": "^0.5.1",

package-lock.json

+177-177
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": "tsx setSdkVersion.ts"
1818
},
1919
"devDependencies": {
20-
"@wormhole-foundation/sdk": "0.7.1-beta.3",
20+
"@wormhole-foundation/sdk": "^0.7",
2121
"@solana/spl-token": "0.3.9",
2222
"@solana/web3.js": "1.91.7",
2323
"@types/jest": "^29.5.12",

sdk/definitions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"test": "jest --config ./jest.config.ts"
5050
},
5151
"dependencies": {
52-
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
53-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3"
52+
"@wormhole-foundation/sdk-base": "^0.7",
53+
"@wormhole-foundation/sdk-definitions": "^0.7"
5454
},
5555
"peerDependencies": {
56-
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
57-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3"
56+
"@wormhole-foundation/sdk-base": "^0.7",
57+
"@wormhole-foundation/sdk-definitions": "^0.7"
5858
},
5959
"type": "module"
6060
}

sdk/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tsx": "^4.7.2"
3333
},
3434
"dependencies": {
35-
"@wormhole-foundation/sdk": "0.7.1-beta.3",
35+
"@wormhole-foundation/sdk": "^0.7",
3636
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
3737
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0",
3838
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",

sdk/route/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
4949
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",
5050
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0",
51-
"@wormhole-foundation/sdk-connect": "0.7.1-beta.3"
51+
"@wormhole-foundation/sdk-connect": "^0.7"
5252
},
5353
"peerDependencies": {
54-
"@wormhole-foundation/sdk-connect": "0.7.1-beta.3"
54+
"@wormhole-foundation/sdk-connect": "^0.7"
5555
},
5656
"type": "module",
5757
"exports": {

solana/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
"@solana/spl-token": "0.4.0",
5656
"@solana/web3.js": "1.91.7",
5757
"bn.js": "5.2.1",
58-
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
59-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3",
60-
"@wormhole-foundation/sdk-solana": "0.7.1-beta.3",
61-
"@wormhole-foundation/sdk-solana-core": "0.7.1-beta.3"
58+
"@wormhole-foundation/sdk-base": "^0.7",
59+
"@wormhole-foundation/sdk-definitions": "^0.7",
60+
"@wormhole-foundation/sdk-solana": "^0.7",
61+
"@wormhole-foundation/sdk-solana-core": "^0.7"
6262
},
6363
"peerDependencies": {
64-
"@wormhole-foundation/sdk-base": "0.7.1-beta.3",
65-
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.3",
66-
"@wormhole-foundation/sdk-solana": "0.7.1-beta.3",
67-
"@wormhole-foundation/sdk-solana-core": "0.7.1-beta.3"
64+
"@wormhole-foundation/sdk-base": "^0.7",
65+
"@wormhole-foundation/sdk-definitions": "^0.7",
66+
"@wormhole-foundation/sdk-solana": "^0.7",
67+
"@wormhole-foundation/sdk-solana-core": "^0.7"
6868
},
6969
"type": "module",
7070
"exports": {

0 commit comments

Comments
 (0)