diff --git a/cli/package.json b/cli/package.json index 1159597d..3252ba0b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -15,5 +15,5 @@ "dependencies": { "yargs": "^17.7.2" }, - "version": "0.1.0-beta.0" + "version": "0.2.0" } \ No newline at end of file diff --git a/evm/ts/package.json b/evm/ts/package.json index e9618240..3c35fd2a 100644 --- a/evm/ts/package.json +++ b/evm/ts/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm-ntt", - "version": "0.1.0-beta.0", + "version": "0.2.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git" @@ -46,13 +46,13 @@ "dependencies": { "@wormhole-foundation/sdk-base": "^0.10.2", "@wormhole-foundation/sdk-definitions": "^0.10.2", - "@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0", + "@wormhole-foundation/sdk-definitions-ntt": "0.2.0", "@wormhole-foundation/sdk-evm": "^0.10.2", "@wormhole-foundation/sdk-evm-core": "^0.10.2", "ethers": "^6.5.1" }, "peerDependencies": { - "@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0", + "@wormhole-foundation/sdk-definitions-ntt": "0.2.0", "@wormhole-foundation/sdk-base": "^0.10.2", "@wormhole-foundation/sdk-definitions": "^0.10.2", "@wormhole-foundation/sdk-evm": "^0.10.2", @@ -76,4 +76,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index f45b2b97..b4d725ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ntt", - "version": "0.1.0-beta.0", + "version": "0.2.0", "type": "module", "license": "Apache-2.0", "scripts": { @@ -36,4 +36,4 @@ "sdk/examples", "cli" ] -} +} \ No newline at end of file diff --git a/sdk/definitions/package.json b/sdk/definitions/package.json index 356e1023..87a3c64d 100644 --- a/sdk/definitions/package.json +++ b/sdk/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions-ntt", - "version": "0.1.0-beta.0", + "version": "0.2.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git" @@ -57,4 +57,4 @@ "@wormhole-foundation/sdk-definitions": "^0.10.2" }, "type": "module" -} +} \ No newline at end of file diff --git a/sdk/examples/package.json b/sdk/examples/package.json index 5d6bb6ea..ba1d09d8 100644 --- a/sdk/examples/package.json +++ b/sdk/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-examples-ntt", - "version": "0.1.0-beta.0", + "version": "0.2.0", "license": "Apache-2.0", "main": "./dist/cjs/index.js", "types": "./dist/cjs/index.d.ts", @@ -33,9 +33,9 @@ }, "dependencies": { "@wormhole-foundation/sdk": "^0.10.2", - "@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-route-ntt": "0.1.0-beta.0" + "@wormhole-foundation/sdk-definitions-ntt": "0.2.0", + "@wormhole-foundation/sdk-evm-ntt": "0.2.0", + "@wormhole-foundation/sdk-solana-ntt": "0.2.0", + "@wormhole-foundation/sdk-route-ntt": "0.2.0" } -} +} \ No newline at end of file diff --git a/sdk/route/package.json b/sdk/route/package.json index ce214b01..68bc07df 100644 --- a/sdk/route/package.json +++ b/sdk/route/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-route-ntt", - "version": "0.1.0-beta.0", + "version": "0.2.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git" @@ -45,16 +45,16 @@ "ts-node": "^10.9.2" }, "dependencies": { - "@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0", + "@wormhole-foundation/sdk-definitions-ntt": "0.2.0", + "@wormhole-foundation/sdk-solana-ntt": "0.2.0", + "@wormhole-foundation/sdk-evm-ntt": "0.2.0", "@wormhole-foundation/sdk-connect": "^0.10.2" }, "peerDependencies": { "@wormhole-foundation/sdk-connect": "^0.10.2", - "@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0", - "@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0" + "@wormhole-foundation/sdk-definitions-ntt": "0.2.0", + "@wormhole-foundation/sdk-solana-ntt": "0.2.0", + "@wormhole-foundation/sdk-evm-ntt": "0.2.0" }, "type": "module", "exports": { @@ -69,4 +69,4 @@ } } } -} +} \ No newline at end of file diff --git a/solana/package.json b/solana/package.json index 5fcb5cc1..3e38088d 100644 --- a/solana/package.json +++ b/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana-ntt", - "version": "0.1.0-beta.0", + "version": "0.2.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git" @@ -62,7 +62,7 @@ "peerDependencies": { "@wormhole-foundation/sdk-base": "^0.10.2", "@wormhole-foundation/sdk-definitions": "^0.10.2", - "@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0", + "@wormhole-foundation/sdk-definitions-ntt": "0.2.0", "@wormhole-foundation/sdk-solana": "^0.10.2", "@wormhole-foundation/sdk-solana-core": "^0.10.2" }, @@ -79,4 +79,4 @@ } } } -} +} \ No newline at end of file