Skip to content

Commit

Permalink
v9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 17, 2024
1 parent 8fb5ae3 commit 49f2197
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 45 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.3",
"version": "9.2.4",
"npmClient": "npm"
}
44 changes: 22 additions & 22 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.3",
"version": "9.2.4",
"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.3",
"@web3auth/modal": "^9.2.3"
"@web3auth/modal": "^9.2.4"
},
"devDependencies": {
"@web3auth/auth": "^9.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/no-modal-vue-composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/no-modal-vue-composables",
"version": "9.2.3",
"version": "9.2.4",
"description": "Vue composables to simplify integration with web3Auth no-modal SDK.",
"keywords": [
"web3Auth/no-modal-vue-composables",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@web3auth/base": "^9.2.3",
"@web3auth/no-modal": "^9.2.3"
"@web3auth/no-modal": "^9.2.4"
},
"devDependencies": {
"@web3auth/auth": "^9.4.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-services-plugin-vue-composables",
"version": "9.2.3",
"version": "9.2.4",
"description": "Vue composables to simplify integration with web3Auth wallet services plugin SDK.",
"keywords": [
"web3Auth/wallet-services-plugin-vue-composables",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@toruslabs/base-controllers": "^6.2.2",
"@web3auth/base": "^9.2.3",
"@web3auth/wallet-services-plugin": "^9.2.3"
"@web3auth/wallet-services-plugin": "^9.2.4"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
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.3",
"version": "9.2.4",
"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.3",
"@web3auth/modal": "^9.2.3"
"@web3auth/modal": "^9.2.4"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/no-modal-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/no-modal-react-hooks",
"version": "9.2.3",
"version": "9.2.4",
"description": "React hooks to simplify integration with web3Auth no-modal SDK.",
"keywords": [
"web3Auth/no-modal-react-hooks",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@web3auth/base": "^9.2.3",
"@web3auth/no-modal": "^9.2.3"
"@web3auth/no-modal": "^9.2.4"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-services-plugin-react-hooks",
"version": "9.2.3",
"version": "9.2.4",
"description": "React hooks to simplify integration with web3Auth wallet-services-plugin SDK.",
"keywords": [
"web3Auth/wallet-services-plugin-react-hooks",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@web3auth/base": "^9.2.3",
"@web3auth/wallet-services-plugin": "^9.2.3"
"@web3auth/wallet-services-plugin": "^9.2.4"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@web3auth/auth-adapter": "^9.2.3",
"@web3auth/base": "^9.2.3",
"@web3auth/base-provider": "^9.2.3",
"@web3auth/no-modal": "^9.2.3",
"@web3auth/no-modal": "^9.2.4",
"@web3auth/ui": "^9.2.3",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@web3auth/account-abstraction-provider": "^9.2.3",
"@web3auth/account-abstraction-provider": "^9.2.4",
"@web3auth/auth": "^9.4.1",
"@web3auth/wallet-connect-v2-adapter": "^9.2.3",
"css-loader": "^7.1.2",
Expand Down Expand Up @@ -69,5 +69,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "9.2.3"
"version": "9.2.4"
}
4 changes: 2 additions & 2 deletions packages/no-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/no-modal",
"version": "9.2.3",
"version": "9.2.4",
"description": "Multi chain wallet aggregator for web3Auth",
"keywords": [
"web3Auth/no-modal",
Expand Down Expand Up @@ -43,7 +43,7 @@
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@web3auth/account-abstraction-provider": "^9.2.3",
"@web3auth/account-abstraction-provider": "^9.2.4",
"@web3auth/auth-adapter": "^9.2.3",
"@web3auth/wallet-connect-v2-adapter": "^9.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/solana-wallet-connector-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/solana-wallet-connector-plugin",
"version": "9.2.3",
"version": "9.2.4",
"description": "Torus Solana wallet connector for which can be used with Web3Auth or private key providers used inside Web3Auth",
"keywords": [
"web3Auth/solana-wallet-connector-plugin",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@toruslabs/solana-embed": "^2.1.0",
"@web3auth/auth": "^9.4.1",
"@web3auth/base": "^9.2.3",
"@web3auth/no-modal": "^9.2.3",
"@web3auth/no-modal": "^9.2.4",
"loglevel": "^1.9.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/wallet-services-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-services-plugin",
"version": "9.2.3",
"version": "9.2.4",
"description": "Wallet services for which can be used with Web3Auth or private key providers used inside Web3Auth",
"keywords": [
"web3Auth/wallet-services-plugin",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@web3auth/auth": "^9.4.1",
"@web3auth/base": "^9.2.3",
"@web3auth/no-modal": "^9.2.3",
"@web3auth/no-modal": "^9.2.4",
"@web3auth/ws-embed": "^3.0.0",
"loglevel": "^1.9.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/account-abstraction-provider",
"version": "9.2.3",
"version": "9.2.4",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/lib.cjs/index.js",
Expand Down

0 comments on commit 49f2197

Please sign in to comment.