Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
awojciak committed Nov 8, 2023
1 parent ee6f030 commit d20c5b9
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion sdk/apps/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-base",
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"exports": {
".": {
Expand Down
14 changes: 7 additions & 7 deletions sdk/apps/modal-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"dependencies": {
"@mysten/sui.js": "^0.42.0",
"@mysten/wallet-adapter-wallet-standard": "^0.8.0",
"@nightlylabs/wallet-selector-solana": "0.2.5",
"@nightlylabs/nightly-connect-solana": "0.0.27",
"@nightlylabs/nightly-connect-sui": "0.0.27",
"@nightlylabs/wallet-selector-sui": "0.2.5",
"@nightlylabs/nightly-connect-polkadot": "0.0.11",
"@nightlylabs/wallet-selector-polkadot": "0.1.10",
"@nightlylabs/wallet-selector-solana": "0.2.6",
"@nightlylabs/nightly-connect-solana": "0.0.28",
"@nightlylabs/nightly-connect-sui": "0.0.28",
"@nightlylabs/wallet-selector-sui": "0.2.6",
"@nightlylabs/nightly-connect-polkadot": "0.0.12",
"@nightlylabs/wallet-selector-polkadot": "0.1.11",
"@polkadot/extension-inject": "^0.46.5",
"@polkadot/api": "^10.10.1",
"@solana/web3.js": "^1.77.2",
Expand All @@ -38,4 +38,4 @@
"engines": {
"node": ">=16.8"
}
}
}
4 changes: 2 additions & 2 deletions sdk/apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@nightlylabs/wallet-selector-solana": "0.2.5",
"@nightlylabs/wallet-selector-sui": "0.2.5",
"@nightlylabs/wallet-selector-solana": "0.2.6",
"@nightlylabs/wallet-selector-sui": "0.2.6",
"@mysten/wallet-adapter-wallet-standard": "0.8.0",
"@mysten/wallet-adapter-base": "0.9.0",
"@mysten/sui.js": "0.42.0",
Expand Down
6 changes: 3 additions & 3 deletions sdk/apps/polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-polkadot",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@polkadot/keyring": "^12.5.1"
},
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.26",
"@nightlylabs/nightly-connect-base": "0.0.27",
"@polkadot/api": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
Expand All @@ -55,4 +55,4 @@
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
}
}
}
4 changes: 2 additions & 2 deletions sdk/apps/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-solana",
"version": "0.0.27",
"version": "0.0.28",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.1.3"
},
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.26",
"@nightlylabs/nightly-connect-base": "0.0.27",
"@solana/web3.js": "^1.77.2",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
Expand Down
6 changes: 3 additions & 3 deletions sdk/apps/sui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-sui",
"version": "0.0.27",
"version": "0.0.28",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -48,9 +48,9 @@
"dependencies": {
"@mysten/sui.js": "^0.42.0",
"@mysten/wallet-standard": "^0.8.0",
"@nightlylabs/nightly-connect-base": "0.0.26",
"@nightlylabs/nightly-connect-base": "0.0.27",
"@noble/hashes": "^1.3.0",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
}
}
}
4 changes: 2 additions & 2 deletions sdk/packages/selector-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-base",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"type": "module",
"exports": {
Expand All @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.26",
"@nightlylabs/nightly-connect-base": "0.0.27",
"@nightlylabs/wallet-selector-modal": "0.1.2",
"@wallet-standard/core": "^1.0.3",
"isomorphic-localstorage": "^1.0.2"
Expand Down
8 changes: 4 additions & 4 deletions sdk/packages/selector-polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-polkadot",
"version": "0.1.10",
"version": "0.1.11",
"description": "",
"type": "module",
"exports": {
Expand All @@ -24,8 +24,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-polkadot": "0.0.11",
"@nightlylabs/wallet-selector-base": "0.2.3",
"@nightlylabs/nightly-connect-polkadot": "0.0.12",
"@nightlylabs/wallet-selector-base": "0.2.4",
"@polkadot/extension-inject": "0.46.5",
"@polkadot/api": "10.10.1",
"@wallet-standard/core": "^1.0.3"
Expand All @@ -40,4 +40,4 @@
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}
}
8 changes: 4 additions & 4 deletions sdk/packages/selector-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-solana",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"type": "module",
"exports": {
Expand All @@ -24,8 +24,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-solana": "0.0.27",
"@nightlylabs/wallet-selector-base": "0.2.3",
"@nightlylabs/nightly-connect-solana": "0.0.28",
"@nightlylabs/wallet-selector-base": "0.2.4",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-standard": "^1.0.2",
"@solana/web3.js": "^1.77.2",
Expand All @@ -41,4 +41,4 @@
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}
}
8 changes: 4 additions & 4 deletions sdk/packages/selector-sui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-sui",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"type": "module",
"exports": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"@mysten/wallet-adapter-wallet-standard": "^0.8.0",
"@mysten/wallet-standard": "^0.8.0",
"@mysten/wallet-adapter-base": "^0.9.0",
"@nightlylabs/nightly-connect-sui": "0.0.27",
"@nightlylabs/wallet-selector-base": "0.2.3",
"@nightlylabs/nightly-connect-sui": "0.0.28",
"@nightlylabs/wallet-selector-base": "0.2.4",
"@wallet-standard/core": "^1.0.3",
"bs58": "^4.0.1",
"events": "^3.3.0"
Expand All @@ -45,4 +45,4 @@
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}
}
36 changes: 18 additions & 18 deletions sdk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d20c5b9

Please sign in to comment.