Skip to content

Commit

Permalink
v8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 21, 2024
1 parent 81ef180 commit 2fe60ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "8.6.0-alpha.0",
"version": "8.6.0",
"npmClient": "npm"
}
10 changes: 5 additions & 5 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/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": "8.6.0-alpha.0",
"version": "8.6.0",
"description": "React hooks to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-react-hooks",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@web3auth/base": "^8.6.0-alpha.0",
"@web3auth/modal": "^8.6.0-alpha.0"
"@web3auth/modal": "^8.6.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-provider": "^8.6.0-alpha.0",
"@web3auth/no-modal": "^8.6.0-alpha.0",
"@web3auth/openlogin-adapter": "^8.6.0-alpha.0",
"@web3auth/ui": "^8.6.0-alpha.0",
"@web3auth/ui": "^8.6.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2"
},
Expand Down Expand Up @@ -69,5 +69,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "8.6.0-alpha.0"
"version": "8.6.0"
}
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": "8.6.0-alpha.0",
"version": "8.6.0",
"description": "Ui modal for web3Auth",
"keywords": [
"web3Auth/ui",
Expand Down

0 comments on commit 2fe60ae

Please sign in to comment.