Skip to content

Commit

Permalink
JS Libs 2.1.1 (#686)
Browse files Browse the repository at this point in the history
* version bump

* lerna.json
  • Loading branch information
Funkatronics authored Jan 23, 2024
1 parent 81e37f3 commit 79f127b
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": "2.1.0"
"version": "2.1.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": "2.1.0",
"version": "2.1.1",
"author": "Steven Luscher <[email protected]>",
"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": "^2.1.0",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.1.1",
"bs58": "^5.0.0",
"js-base64": "^3.7.5"
},
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": "2.1.0",
"version": "2.1.1",
"author": "Steven Luscher <[email protected]>",
"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": "2.1.0",
"version": "2.1.1",
"author": "Steven Luscher <[email protected]>",
"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-web3js": "^2.1.0",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-standard-features": "^1.2.0",
"js-base64": "^3.7.5"
Expand Down

0 comments on commit 79f127b

Please sign in to comment.