Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
awojciak committed Sep 24, 2023
1 parent 1b8003e commit 9465d57
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 218 deletions.
4 changes: 2 additions & 2 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.2",
"@nightlylabs/wallet-selector-solana": "0.2.3",
"@nightlylabs/nightly-connect-solana": "0.0.26",
"@nightlylabs/nightly-connect-sui": "0.0.26",
"@nightlylabs/wallet-selector-sui": "0.2.3",
"@nightlylabs/nightly-connect-polkadot": "0.0.6",
"@nightlylabs/wallet-selector-polkadot": "0.1.2",
"@nightlylabs/wallet-selector-polkadot": "0.1.3",
"@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.2.2",
"@nightlylabs/wallet-selector-sui": "0.2.2",
"@nightlylabs/wallet-selector-solana": "0.2.3",
"@nightlylabs/wallet-selector-sui": "0.2.3",
"@mysten/wallet-adapter-wallet-standard": "0.8.0",
"@mysten/wallet-adapter-base": "0.9.0",
"@mysten/sui.js": "0.42.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"description": "",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.2.3",
"description": "",
"type": "module",
"exports": {
Expand Down
238 changes: 26 additions & 212 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 9465d57

Please sign in to comment.