Skip to content

Commit 87ad87b

Browse files
v0.3.3
1 parent b04e3f8 commit 87ad87b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"packages/providers/*",
99
"packages/adapters/*"
1010
],
11-
"version": "0.3.2",
11+
"version": "0.3.3",
1212
"npmClient": "yarn"
1313
}

packages/modal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/web3auth",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
55
"license": "ISC",
66
"main": "dist/web3auth.cjs.js",
@@ -27,7 +27,7 @@
2727
"@web3auth/phantom-adapter": "^0.3.1",
2828
"@web3auth/torus-evm-adapter": "^0.3.1",
2929
"@web3auth/torus-solana-adapter": "^0.3.1",
30-
"@web3auth/ui": "^0.3.1",
30+
"@web3auth/ui": "^0.3.3",
3131
"@web3auth/wallet-connect-v1-adapter": "^0.3.1",
3232
"loglevel": "^1.8.0"
3333
},

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/ui",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
44
"description": "Ui modal for web3Auth",
55
"keywords": [
66
"web3Auth/ui",

0 commit comments

Comments
 (0)