Skip to content

Commit e466f27

Browse files
v10.0.0-alpha.0
1 parent 6d4d977 commit e466f27

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "9.6.1",
2+
"version": "10.0.0-alpha.0",
33
"npmClient": "npm"
44
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/modal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/modal",
3-
"version": "9.5.4",
3+
"version": "10.0.0-alpha.0",
44
"description": "Multi chain wallet aggregator for web3Auth",
55
"keywords": [
66
"web3Auth/ui",
@@ -65,16 +65,16 @@
6565
"postcss-prefix-selector": "^2.1.0",
6666
"react": "^18.3.1",
6767
"react-dom": "^18.3.1",
68-
"vue": "^3.5.13",
6968
"rollup-plugin-postcss": "^4.0.2",
7069
"style-loader": "^4.0.0",
7170
"tailwindcss": "^3.4.17",
72-
"url-loader": "^4.1.1"
71+
"url-loader": "^4.1.1",
72+
"vue": "^3.5.13"
7373
},
7474
"dependencies": {
7575
"@toruslabs/http-helpers": "^7.0.0",
7676
"@web3auth/auth": "^9.6.4",
77-
"@web3auth/no-modal": "^9.5.4",
77+
"@web3auth/no-modal": "^10.0.0-alpha.0",
7878
"bowser": "^2.11.0",
7979
"classnames": "^2.5.1",
8080
"copy-to-clipboard": "^3.3.3",

packages/no-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/no-modal",
3-
"version": "9.6.0",
3+
"version": "10.0.0-alpha.0",
44
"description": "Multi chain wallet aggregator for web3Auth",
55
"keywords": [
66
"web3Auth/no-modal",

0 commit comments

Comments
 (0)