Skip to content

Commit 79f127b

Browse files
authored
JS Libs 2.1.1 (#686)
* version bump * lerna.json
1 parent 81e37f3 commit 79f127b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

js/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "2.1.0"
7+
"version": "2.1.1"
88
}

js/packages/mobile-wallet-adapter-protocol-web3js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana-mobile/mobile-wallet-adapter-protocol-web3js",
33
"description": "A convenience wrapper that enables you to call Solana Mobile Stack protocol methods using objects from @solana/web3.js",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": "Steven Luscher <steven.luscher@solanamobile.com>",
66
"repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"@solana/web3.js": "^1.58.0"
4141
},
4242
"dependencies": {
43-
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.1.0",
43+
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.1.1",
4444
"bs58": "^5.0.0",
4545
"js-base64": "^3.7.5"
4646
},

js/packages/mobile-wallet-adapter-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana-mobile/mobile-wallet-adapter-protocol",
33
"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.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": "Steven Luscher <steven.luscher@solanamobile.com>",
66
"repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
77
"license": "Apache-2.0",

js/packages/wallet-adapter-mobile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana-mobile/wallet-adapter-mobile",
33
"description": "An adapter for mobile wallet apps that conform to the Solana Mobile Wallet Adapter protocol",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": "Steven Luscher <steven.luscher@solanamobile.com>",
66
"repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"@solana/web3.js": "^1.58.0"
4141
},
4242
"dependencies": {
43-
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.0",
43+
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.1.1",
4444
"@solana/wallet-adapter-base": "^0.9.23",
4545
"@solana/wallet-standard-features": "^1.2.0",
4646
"js-base64": "^3.7.5"

0 commit comments

Comments
 (0)