Skip to content

Commit 69ac9dd

Browse files
committed
bump version to 1.0.0
1 parent a67c384 commit 69ac9dd

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

evm/ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-ntt",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -44,7 +44,7 @@
4444
"test": "jest --config ./jest.config.ts"
4545
},
4646
"dependencies": {
47-
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0",
47+
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
4848
"ethers": "^6.5.1"
4949
},
5050
"peerDependencies": {
@@ -71,4 +71,4 @@
7171
}
7272
}
7373
}
74-
}
74+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ntt",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -36,4 +36,4 @@
3636
"sdk/examples",
3737
"cli"
3838
]
39-
}
39+
}

sdk/definitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions-ntt",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"

sdk/examples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-examples-ntt",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"license": "Apache-2.0",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/cjs/index.d.ts",
@@ -33,9 +33,9 @@
3333
},
3434
"dependencies": {
3535
"@wormhole-foundation/sdk": "^2.1.0",
36-
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0",
37-
"@wormhole-foundation/sdk-evm-ntt": "0.5.0",
38-
"@wormhole-foundation/sdk-solana-ntt": "0.5.0",
39-
"@wormhole-foundation/sdk-route-ntt": "0.5.0"
36+
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
37+
"@wormhole-foundation/sdk-evm-ntt": "1.0.0",
38+
"@wormhole-foundation/sdk-solana-ntt": "1.0.0",
39+
"@wormhole-foundation/sdk-route-ntt": "1.0.0"
4040
}
4141
}

sdk/route/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-route-ntt",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -45,9 +45,9 @@
4545
"ts-node": "^10.9.2"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0",
49-
"@wormhole-foundation/sdk-evm-ntt": "0.5.0",
50-
"@wormhole-foundation/sdk-solana-ntt": "0.5.0"
48+
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
49+
"@wormhole-foundation/sdk-evm-ntt": "1.0.0",
50+
"@wormhole-foundation/sdk-solana-ntt": "1.0.0"
5151
},
5252
"peerDependencies": {
5353
"@wormhole-foundation/sdk-connect": "^2.1.0",
@@ -66,4 +66,4 @@
6666
}
6767
}
6868
}
69-
}
69+
}

solana/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-solana-ntt",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -54,7 +54,7 @@
5454
"@solana/spl-token": "0.4.0",
5555
"@solana/web3.js": "^1.95.8",
5656
"bn.js": "5.2.1",
57-
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0"
57+
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0"
5858
},
5959
"peerDependencies": {
6060
"@wormhole-foundation/sdk-base": "^2.1.0",
@@ -75,4 +75,4 @@
7575
}
7676
}
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)