Skip to content

Commit

Permalink
v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 10, 2024
1 parent 41865b7 commit b11d874
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "9.2.0-alpha.8",
"version": "9.2.0",
"npmClient": "npm"
}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/composables/modal-vue-composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/modal-vue-composables",
"version": "9.2.0-alpha.8",
"version": "9.2.0",
"description": "Vue composables to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-vue-composables",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@web3auth/base": "^9.2.0-alpha.8",
"@web3auth/modal": "^9.2.0-alpha.8"
"@web3auth/modal": "^9.2.0"
},
"devDependencies": {
"@web3auth/auth": "^9.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/modal-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/modal-react-hooks",
"version": "9.2.0-alpha.8",
"version": "9.2.0",
"description": "React hooks to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-react-hooks",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@web3auth/base": "^9.2.0-alpha.8",
"@web3auth/modal": "^9.2.0-alpha.8"
"@web3auth/modal": "^9.2.0"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@web3auth/base": "^9.2.0-alpha.8",
"@web3auth/base-provider": "^9.2.0-alpha.8",
"@web3auth/no-modal": "^9.2.0-alpha.8",
"@web3auth/ui": "^9.2.0-alpha.8",
"@web3auth/ui": "^9.2.0",
"deepmerge": "^4.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -68,5 +68,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "9.2.0-alpha.8"
"version": "9.2.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/account-abstraction-provider",
"version": "9.2.0-alpha.8",
"version": "9.2.0",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/lib.cjs/index.js",
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": "9.2.0-alpha.8",
"version": "9.2.0",
"description": "Ui modal for web3Auth",
"keywords": [
"web3Auth/ui",
Expand Down

0 comments on commit b11d874

Please sign in to comment.