Skip to content

Commit

Permalink
v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 23, 2024
1 parent ac43e91 commit edaea56
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 51 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.0.2",
"version": "9.1.0",
"npmClient": "npm"
}
50 changes: 25 additions & 25 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/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": "9.0.2",
"version": "9.1.0",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@web3auth/base": "^9.0.2",
"@web3auth/base-evm-adapter": "^9.0.2",
"@web3auth/wallet-connect-v2-adapter": "^9.0.2",
"@web3auth/wallet-connect-v2-adapter": "^9.1.0",
"mipd": "^0.0.7"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/default-solana-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/default-solana-adapter",
"version": "9.0.2",
"version": "9.1.0",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-connect-v2-adapter",
"version": "9.0.2",
"version": "9.1.0",
"description": "wallet connect v2 adapter for web3auth",
"keywords": [
"@web3auth/wallet-connect-v2-adapter",
Expand Down
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.0.2",
"version": "9.1.0",
"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.0.2",
"@web3auth/modal": "^9.0.2"
"@web3auth/modal": "^9.1.0"
},
"devDependencies": {
"@web3auth/auth": "^9.3.3",
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.0.2",
"version": "9.1.0",
"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.0.2",
"@web3auth/no-modal": "^9.0.2"
"@web3auth/no-modal": "^9.1.0"
},
"devDependencies": {
"@web3auth/auth": "^9.3.3",
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.0.2",
"version": "9.1.0",
"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.1.2",
"@web3auth/base": "^9.0.2",
"@web3auth/wallet-services-plugin": "^9.0.2"
"@web3auth/wallet-services-plugin": "^9.1.0"
},
"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.0.2",
"version": "9.1.0",
"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.0.2",
"@web3auth/modal": "^9.0.2"
"@web3auth/modal": "^9.1.0"
},
"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.0.2",
"version": "9.1.0",
"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.0.2",
"@web3auth/no-modal": "^9.0.2"
"@web3auth/no-modal": "^9.1.0"
},
"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.0.2",
"version": "9.1.0",
"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.0.2",
"@web3auth/wallet-services-plugin": "^9.0.2"
"@web3auth/wallet-services-plugin": "^9.1.0"
},
"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,15 +7,15 @@
"@web3auth/auth-adapter": "^9.0.2",
"@web3auth/base": "^9.0.2",
"@web3auth/base-provider": "^9.0.2",
"@web3auth/no-modal": "^9.0.2",
"@web3auth/no-modal": "^9.1.0",
"@web3auth/ui": "^9.0.2",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@web3auth/auth": "^9.3.3",
"@web3auth/wallet-connect-v2-adapter": "^9.0.2",
"@web3auth/wallet-connect-v2-adapter": "^9.1.0",
"css-loader": "^7.1.2",
"postcss-prefix-selector": "^1.16.1",
"style-loader": "^4.0.0",
Expand Down Expand Up @@ -68,5 +68,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "9.0.2"
"version": "9.1.0"
}
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.0.2",
"version": "9.1.0",
"description": "Multi chain wallet aggregator for web3Auth",
"keywords": [
"web3Auth/no-modal",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@web3auth/auth-adapter": "^9.0.2",
"@web3auth/wallet-connect-v2-adapter": "^9.0.2"
"@web3auth/wallet-connect-v2-adapter": "^9.1.0"
},
"peerDependenciesMeta": {
"@web3auth/auth-adapter": {
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.0.2",
"version": "9.1.0",
"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.3.3",
"@web3auth/base": "^9.0.2",
"@web3auth/no-modal": "^9.0.2",
"@web3auth/no-modal": "^9.1.0",
"loglevel": "^1.9.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit edaea56

Please sign in to comment.