Skip to content

Commit

Permalink
v8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 16, 2024
1 parent 0260ca5 commit 5bac980
Show file tree
Hide file tree
Showing 6 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.2.1",
"version": "8.2.2",
"npmClient": "npm"
}
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/adapters/default-evm-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/default-evm-adapter",
"version": "8.2.1",
"version": "8.2.2",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/defaultEvmAdapter.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/modal-react-hooks/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.2.1",
"version": "8.2.2",
"description": "React hooks to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-react-hooks",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"devDependencies": {
"@web3auth/base-plugin": "^8.1.0",
"@web3auth/modal": "^8.2.1",
"@web3auth/modal": "^8.2.2",
"@web3auth/openlogin-adapter": "^8.2.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "8.2.1"
"version": "8.2.2"
}

0 comments on commit 5bac980

Please sign in to comment.