Skip to content

Commit

Permalink
JS Packages v2.0.1 (#504)
Browse files Browse the repository at this point in the history
* bump v2.0.1

* bump lerna.json
  • Loading branch information
Funkatronics authored Jul 22, 2023
1 parent c8b24f0 commit 26f9921
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.1"
"version": "2.0.1"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana-mobile/mobile-wallet-adapter-protocol-web3js",
"description": "A convenience wrapper that enables you to call Solana Mobile Stack protocol methods using objects from @solana/web3.js",
"version": "1.0.1",
"version": "2.0.1",
"author": "Steven Luscher <steven.luscher@solanamobile.com>",
"repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@solana/web3.js": "^1.58.0"
},
"dependencies": {
"@solana-mobile/mobile-wallet-adapter-protocol": "^1.0.1",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.0.1",
"bs58": "^5.0.0",
"js-base64": "^3.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion js/packages/mobile-wallet-adapter-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana-mobile/mobile-wallet-adapter-protocol",
"description": "An implementation of the Solana Mobile Mobile Wallet Adapter protocol. Use this to open a session with a mobile wallet app, and to issue API calls to it.",
"version": "1.0.1",
"version": "2.0.1",
"author": "Steven Luscher <steven.luscher@solanamobile.com>",
"repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions js/packages/wallet-adapter-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana-mobile/wallet-adapter-mobile",
"description": "An adapter for mobile wallet apps that conform to the Solana Mobile Wallet Adapter protocol",
"version": "1.0.1",
"version": "2.0.1",
"author": "Steven Luscher <steven.luscher@solanamobile.com>",
"repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^1.0.1",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.0.1",
"@solana/wallet-adapter-base": "^0.9.17",
"js-base64": "^3.7.2"
},
Expand Down

0 comments on commit 26f9921

Please sign in to comment.