Skip to content

Commit

Permalink
v8.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Aug 30, 2024
1 parent 9252077 commit 5658f61
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.12.6",
"version": "8.12.7",
"npmClient": "npm"
}
14 changes: 7 additions & 7 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": "8.12.6",
"version": "8.12.7",
"description": "Vue composables to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-vue-composables",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@web3auth/base": "^8.12.4",
"@web3auth/modal": "^8.12.6"
"@web3auth/modal": "^8.12.7"
},
"devDependencies": {
"@toruslabs/openlogin-utils": "^8.2.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": "8.12.6",
"version": "8.12.7",
"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.12.4",
"@web3auth/modal": "^8.12.6"
"@web3auth/modal": "^8.12.7"
},
"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.12.4",
"@web3auth/no-modal": "^8.12.4",
"@web3auth/openlogin-adapter": "^8.12.4",
"@web3auth/ui": "^8.12.6",
"@web3auth/ui": "^8.12.7",
"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.12.6"
"version": "8.12.7"
}
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.12.6",
"version": "8.12.7",
"description": "Ui modal for web3Auth",
"keywords": [
"web3Auth/ui",
Expand Down

0 comments on commit 5658f61

Please sign in to comment.