Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 23, 2022
1 parent a57e515 commit c8d3615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/adapters/*",
"packages/plugins/*"
],
"version": "1.2.0",
"version": "1.2.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/adapters/torus-evm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/torus-evm-adapter",
"version": "1.2.0",
"version": "1.2.1",
"description": "torus wallet adapter for web3auth",
"keywords": [
"web3Auth/core",
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/web3auth",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/web3auth.cjs.js",
Expand All @@ -24,7 +24,7 @@
"@web3auth/metamask-adapter": "^1.2.0",
"@web3auth/openlogin-adapter": "^1.2.0",
"@web3auth/phantom-adapter": "^1.2.0",
"@web3auth/torus-evm-adapter": "^1.2.0",
"@web3auth/torus-evm-adapter": "^1.2.1",
"@web3auth/torus-solana-adapter": "^1.2.0",
"@web3auth/ui": "^1.2.0",
"@web3auth/wallet-connect-v1-adapter": "^1.2.0"
Expand Down

0 comments on commit c8d3615

Please sign in to comment.