Skip to content

Commit

Permalink
v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Feb 7, 2023
1 parent 99e877e commit 1fd8908
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packages/plugins/*",
"packages/single-factor-auth"
],
"version": "4.4.0",
"version": "4.4.1",
"npmClient": "npm",
"useWorkspaces": true
}
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/openlogin-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/openlogin-adapter",
"version": "4.4.0",
"version": "4.4.1",
"description": "openlogin adapter for web3auth",
"keywords": [
"web3Auth/core",
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/modal",
"version": "4.4.0",
"version": "4.4.1",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/modal.cjs.js",
Expand All @@ -22,7 +22,7 @@
"@web3auth/base": "^4.4.0",
"@web3auth/core": "^4.4.0",
"@web3auth/metamask-adapter": "^4.4.0",
"@web3auth/openlogin-adapter": "^4.4.0",
"@web3auth/openlogin-adapter": "^4.4.1",
"@web3auth/phantom-adapter": "^4.4.0",
"@web3auth/torus-evm-adapter": "^4.4.0",
"@web3auth/torus-solana-adapter": "^4.4.0",
Expand Down

0 comments on commit 1fd8908

Please sign in to comment.