Skip to content

Commit

Permalink
Merge branch 'master' into fix/dapp-class-css-conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Oct 30, 2024
2 parents bdac7f5 + 205c08c commit 48b39ee
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 49 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.0",
"version": "9.3.1",
"npmClient": "npm"
}
48 changes: 24 additions & 24 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.0",
"version": "9.3.1",
"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.0"
"@web3auth/modal": "^9.3.1"
},
"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.0",
"version": "9.3.1",
"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.0"
"@web3auth/no-modal": "^9.3.1"
},
"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.0",
"version": "9.3.1",
"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.0"
"@web3auth/wallet-services-plugin": "^9.3.1"
},
"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.0",
"version": "9.3.1",
"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.0"
"@web3auth/modal": "^9.3.1"
},
"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.0",
"version": "9.3.1",
"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.0"
"@web3auth/no-modal": "^9.3.1"
},
"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.0",
"version": "9.3.1",
"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.0"
"@web3auth/wallet-services-plugin": "^9.3.1"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
8 changes: 4 additions & 4 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.3.0",
"@web3auth/base": "^9.3.0",
"@web3auth/base-provider": "^9.3.0",
"@web3auth/no-modal": "^9.3.0",
"@web3auth/ui": "^9.3.0",
"@web3auth/no-modal": "^9.3.1",
"@web3auth/ui": "^9.3.1",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@web3auth/account-abstraction-provider": "^9.3.0",
"@web3auth/account-abstraction-provider": "^9.3.1",
"@web3auth/auth": "^9.4.1",
"@web3auth/wallet-connect-v2-adapter": "^9.3.0",
"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.3.0"
"version": "9.3.1"
}
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.3.0",
"version": "9.3.1",
"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.3.0",
"@web3auth/account-abstraction-provider": "^9.3.1",
"@web3auth/auth-adapter": "^9.3.0",
"@web3auth/wallet-connect-v2-adapter": "^9.3.0"
},
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.0",
"version": "9.3.1",
"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.0",
"@web3auth/no-modal": "^9.3.1",
"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.0",
"version": "9.3.1",
"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.0",
"@web3auth/no-modal": "^9.3.1",
"@web3auth/ws-embed": "^3.1.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.3.0",
"version": "9.3.1",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/lib.cjs/index.js",
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.0",
"version": "9.3.1",
"description": "Ui modal for web3Auth",
"keywords": [
"web3Auth/ui",
Expand Down
Loading

0 comments on commit 48b39ee

Please sign in to comment.