Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
awojciak committed Sep 10, 2023
1 parent 25a5035 commit 45e4ea2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 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.37.1",
"@mysten/wallet-adapter-wallet-standard": "^0.7.9",
"@nightlylabs/wallet-selector-solana": "0.1.16",
"@nightlylabs/wallet-selector-solana": "0.2.0",
"@nightlylabs/nightly-connect-solana": "0.0.25",
"@nightlylabs/nightly-connect-sui": "0.0.24",
"@nightlylabs/wallet-selector-sui": "0.1.6",
"@nightlylabs/wallet-selector-sui": "0.2.0",
"@nightlylabs/nightly-connect-polkadot": "0.0.5",
"@nightlylabs/wallet-selector-polkadot": "0.0.7",
"@nightlylabs/wallet-selector-polkadot": "0.1.0",
"@polkadot/extension-inject": "^0.46.5",
"@polkadot/api": "^10.9.1",
"@solana/web3.js": "^1.77.2",
Expand Down
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.1.16",
"@nightlylabs/wallet-selector-sui": "0.1.6",
"@nightlylabs/wallet-selector-solana": "0.2.0",
"@nightlylabs/wallet-selector-sui": "0.2.0",
"@mysten/wallet-adapter-wallet-standard": "0.7.12",
"@mysten/wallet-adapter-base": "0.7.12",
"@mysten/sui.js": "0.37.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-modal",
"version": "0.0.12",
"version": "0.1.0",
"type": "module",
"exports": {
".": {
Expand Down
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.1.5",
"version": "0.2.0",
"description": "",
"type": "module",
"exports": {
Expand All @@ -24,7 +24,7 @@
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.24",
"@nightlylabs/wallet-selector-modal": "0.0.12",
"@nightlylabs/wallet-selector-modal": "0.1.0",
"@wallet-standard/core": "^1.0.3",
"isomorphic-localstorage": "^1.0.2"
},
Expand Down
4 changes: 2 additions & 2 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.0.7",
"version": "0.1.0",
"description": "",
"type": "module",
"exports": {
Expand All @@ -24,7 +24,7 @@
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-polkadot": "0.0.5",
"@nightlylabs/wallet-selector-base": "0.1.5",
"@nightlylabs/wallet-selector-base": "0.2.0",
"@polkadot/extension-inject": "0.46.5",
"@polkadot/api": "10.9.1",
"@wallet-standard/core": "^1.0.3"
Expand Down
4 changes: 2 additions & 2 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.1.16",
"version": "0.2.0",
"description": "",
"type": "module",
"exports": {
Expand All @@ -24,7 +24,7 @@
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-solana": "0.0.25",
"@nightlylabs/wallet-selector-base": "0.1.5",
"@nightlylabs/wallet-selector-base": "0.2.0",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-standard": "^1.0.2",
"@solana/web3.js": "^1.77.2",
Expand Down
4 changes: 2 additions & 2 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.1.6",
"version": "0.2.0",
"description": "",
"type": "module",
"exports": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@mysten/wallet-standard": "^0.5.12",
"@mysten/wallet-adapter-base": "^0.7.12",
"@nightlylabs/nightly-connect-sui": "0.0.24",
"@nightlylabs/wallet-selector-base": "0.1.5",
"@nightlylabs/wallet-selector-base": "0.2.0",
"@wallet-standard/core": "^1.0.3",
"bs58": "^4.0.1",
"events": "^3.3.0"
Expand Down
24 changes: 12 additions & 12 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 45e4ea2

Please sign in to comment.