Skip to content

Commit

Permalink
v9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 6, 2024
1 parent 9c788c6 commit 4fd02c6
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 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.3.1",
"version": "9.3.2",
"npmClient": "npm"
}
42 changes: 21 additions & 21 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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/modal": "^9.3.1"
"@web3auth/modal": "^9.3.2"
},
"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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/no-modal": "^9.3.1"
"@web3auth/no-modal": "^9.3.2"
},
"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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/wallet-services-plugin": "^9.3.1"
"@web3auth/wallet-services-plugin": "^9.3.2"
},
"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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/modal": "^9.3.1"
"@web3auth/modal": "^9.3.2"
},
"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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/no-modal": "^9.3.1"
"@web3auth/no-modal": "^9.3.2"
},
"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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/wallet-services-plugin": "^9.3.1"
"@web3auth/wallet-services-plugin": "^9.3.2"
},
"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,8 +7,8 @@
"@web3auth/auth-adapter": "^9.3.0",
"@web3auth/base": "^9.3.0",
"@web3auth/base-provider": "^9.3.0",
"@web3auth/no-modal": "^9.3.1",
"@web3auth/ui": "^9.3.1",
"@web3auth/no-modal": "^9.3.2",
"@web3auth/ui": "^9.3.2",
"deepmerge": "^4.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -69,5 +69,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "9.3.1"
"version": "9.3.2"
}
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "9.3.2",
"description": "Multi chain wallet aggregator for web3Auth",
"keywords": [
"web3Auth/no-modal",
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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/no-modal": "^9.3.1",
"@web3auth/no-modal": "^9.3.2",
"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.3.1",
"version": "9.3.2",
"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.3.0",
"@web3auth/no-modal": "^9.3.1",
"@web3auth/no-modal": "^9.3.2",
"@web3auth/ws-embed": "^3.1.0",
"loglevel": "^1.9.2"
},
Expand Down
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": "9.3.1",
"version": "9.3.2",
"description": "Ui modal for web3Auth",
"keywords": [
"web3Auth/ui",
Expand Down

0 comments on commit 4fd02c6

Please sign in to comment.