Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 17, 2022
1 parent 216d2bb commit b2e41ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"packages/adapters/*",
"packages/plugins/*"
],
"version": "0.9.0",
"version": "0.9.1",
"npmClient": "yarn"
}
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": "0.9.0",
"version": "0.9.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": "0.9.0",
"version": "0.9.1",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/web3auth.cjs.js",
Expand All @@ -24,7 +24,7 @@
"@web3auth/metamask-adapter": "^0.9.0",
"@web3auth/openlogin-adapter": "^0.9.0",
"@web3auth/phantom-adapter": "^0.9.0",
"@web3auth/torus-evm-adapter": "^0.9.0",
"@web3auth/torus-evm-adapter": "^0.9.1",
"@web3auth/torus-solana-adapter": "^0.9.0",
"@web3auth/ui": "^0.9.0",
"@web3auth/wallet-connect-v1-adapter": "^0.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/torus-wallet-connector-plugin",
"version": "0.9.0",
"version": "0.9.1",
"description": "Torus wallet connector for which can be used with Web3Auth or private key providers used inside Web3Auth",
"keywords": [
"web3Auth/core",
Expand Down

0 comments on commit b2e41ec

Please sign in to comment.