Skip to content

Commit

Permalink
v9.5.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 6, 2024
1 parent 265bd27 commit a5ed0d3
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 71 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.5.0-alpha.1",
"version": "9.5.0-alpha.2",
"npmClient": "npm"
}
70 changes: 35 additions & 35 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.5.0-alpha.1",
"version": "9.5.0-alpha.2",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@web3auth/base": "^9.5.0-alpha.1",
"@web3auth/base-evm-adapter": "^9.5.0-alpha.1",
"@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1",
"@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2",
"mipd": "^0.0.7"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0-alpha.1",
"version": "9.5.0-alpha.2",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"@web3auth/base": "^9.5.0-alpha.1",
"@web3auth/base-solana-adapter": "^9.5.0-alpha.1",
"@web3auth/solana-provider": "^9.5.0-alpha.1",
"@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.1",
"@web3auth/wallet-connect-v2-adapter": "^9.5.0-alpha.2",
"bn.js": "^5.2.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0-alpha.1",
"version": "9.5.0-alpha.2",
"description": "wallet connect v2 adapter for web3auth",
"keywords": [
"@web3auth/wallet-connect-v2-adapter",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@web3auth/auth": "^9.5.3",
"@web3auth/base": "^9.5.0-alpha.1",
"@web3auth/base-provider": "^9.5.0-alpha.1",
"@web3auth/ethereum-provider": "^9.5.0-alpha.1",
"@web3auth/ethereum-provider": "^9.5.0-alpha.2",
"@web3auth/solana-provider": "^9.5.0-alpha.1",
"bs58": "^5.0.0",
"deepmerge": "^4.3.1"
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.5.0-alpha.1",
"version": "9.5.0-alpha.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.5.0-alpha.1",
"@web3auth/modal": "^9.5.0-alpha.1"
"@web3auth/modal": "^9.5.0-alpha.2"
},
"devDependencies": {
"@web3auth/auth": "^9.5.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.5.0-alpha.1",
"version": "9.5.0-alpha.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.5.0-alpha.1",
"@web3auth/no-modal": "^9.5.0-alpha.1"
"@web3auth/no-modal": "^9.5.0-alpha.2"
},
"devDependencies": {
"@web3auth/auth": "^9.5.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.5.0-alpha.1",
"version": "9.5.0-alpha.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.3.2",
"@web3auth/base": "^9.5.0-alpha.1",
"@web3auth/wallet-services-plugin": "^9.5.0-alpha.1"
"@web3auth/wallet-services-plugin": "^9.5.0-alpha.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.5.0-alpha.1",
"version": "9.5.0-alpha.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.5.0-alpha.1",
"@web3auth/modal": "^9.5.0-alpha.1"
"@web3auth/modal": "^9.5.0-alpha.2"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
Loading

0 comments on commit a5ed0d3

Please sign in to comment.