Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Mar 4, 2022
1 parent b04e3f8 commit 87ad87b
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 @@ -8,6 +8,6 @@
"packages/providers/*",
"packages/adapters/*"
],
"version": "0.3.2",
"version": "0.3.3",
"npmClient": "yarn"
}
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.3.2",
"version": "0.3.3",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/web3auth.cjs.js",
Expand All @@ -27,7 +27,7 @@
"@web3auth/phantom-adapter": "^0.3.1",
"@web3auth/torus-evm-adapter": "^0.3.1",
"@web3auth/torus-solana-adapter": "^0.3.1",
"@web3auth/ui": "^0.3.1",
"@web3auth/ui": "^0.3.3",
"@web3auth/wallet-connect-v1-adapter": "^0.3.1",
"loglevel": "^1.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/ui",
"version": "0.3.1",
"version": "0.3.3",
"description": "Ui modal for web3Auth",
"keywords": [
"web3Auth/ui",
Expand Down

0 comments on commit 87ad87b

Please sign in to comment.