Skip to content

Commit

Permalink
0.2.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Aug 15, 2024
1 parent e8e0116 commit 2d9f6ae
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"dependencies": {
"yargs": "^17.7.2"
},
"version": "0.1.0-beta.0"
"version": "0.2.0"
}
8 changes: 4 additions & 4 deletions evm/ts/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -76,4 +76,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntt",
"version": "0.1.0-beta.0",
"version": "0.2.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"sdk/examples",
"cli"
]
}
}
4 changes: 2 additions & 2 deletions sdk/definitions/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -57,4 +57,4 @@
"@wormhole-foundation/sdk-definitions": "^0.10.2"
},
"type": "module"
}
}
12 changes: 6 additions & 6 deletions sdk/examples/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
}
16 changes: 8 additions & 8 deletions sdk/route/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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": {
Expand All @@ -69,4 +69,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions solana/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
},
Expand All @@ -79,4 +79,4 @@
}
}
}
}
}

0 comments on commit 2d9f6ae

Please sign in to comment.