Skip to content

Commit

Permalink
v8.6.3-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jun 19, 2024
1 parent 83d5292 commit aa73c96
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "8.6.2",
"version": "8.6.3-alpha.0",
"npmClient": "npm"
}
38 changes: 19 additions & 19 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": "8.6.2",
"version": "8.6.3-alpha.0",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/defaultEvmAdapter.cjs.js",
Expand All @@ -22,7 +22,7 @@
"@web3auth/base": "^8.6.2",
"@web3auth/metamask-adapter": "^8.6.2",
"@web3auth/torus-evm-adapter": "^8.6.2",
"@web3auth/wallet-connect-v2-adapter": "^8.6.2"
"@web3auth/wallet-connect-v2-adapter": "^8.6.3-alpha.0"
},
"files": [
"dist"
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": "8.6.2",
"version": "8.6.3-alpha.0",
"description": "wallet connect v2 adapter for web3auth",
"keywords": [
"@web3auth/wallet-connect-v2-adapter",
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": "8.6.2",
"version": "8.6.3-alpha.0",
"description": "React hooks to simplify integration with web3Auth modal SDK.",
"keywords": [
"web3Auth/modal-react-hooks",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@web3auth/base": "^8.6.2",
"@web3auth/modal": "^8.6.2"
"@web3auth/modal": "^8.6.3-alpha.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": "8.6.2",
"version": "8.6.3-alpha.0",
"description": "React hooks to simplify integration with web3Auth no-modal SDK.",
"keywords": [
"web3Auth/no-modal-react-hooks",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@web3auth/base": "^8.6.2",
"@web3auth/no-modal": "^8.6.2"
"@web3auth/no-modal": "^8.6.3-alpha.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": "8.6.2",
"version": "8.6.3-alpha.0",
"description": "React hooks to simplify integration with web3Auth wallet-services-plugin SDK.",
"keywords": [
"web3Auth/wallet-services-plugin-react-hooks",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"@web3auth/base": "^8.6.2",
"@web3auth/wallet-services-plugin": "^8.6.2"
"@web3auth/wallet-services-plugin": "^8.6.3-alpha.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 @@ -6,7 +6,7 @@
"dependencies": {
"@web3auth/base": "^8.6.2",
"@web3auth/base-provider": "^8.6.2",
"@web3auth/no-modal": "^8.6.2",
"@web3auth/no-modal": "^8.6.3-alpha.0",
"@web3auth/openlogin-adapter": "^8.6.2",
"@web3auth/ui": "^8.6.2",
"lodash.clonedeep": "^4.5.0",
Expand All @@ -16,7 +16,7 @@
"@svgr/webpack": "^8.1.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^8.1.2",
"@web3auth/wallet-connect-v2-adapter": "^8.6.2",
"@web3auth/wallet-connect-v2-adapter": "^8.6.3-alpha.0",
"css-loader": "^7.1.2",
"postcss-prefix-selector": "^1.16.1",
"style-loader": "^4.0.0",
Expand Down Expand Up @@ -69,5 +69,5 @@
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/modal.umd.min.js",
"version": "8.6.2"
"version": "8.6.3-alpha.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": "8.6.2",
"version": "8.6.3-alpha.0",
"description": "Multi chain wallet aggregator for web3Auth",
"keywords": [
"web3Auth/no-modal",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@web3auth/openlogin-adapter": "^8.6.2",
"@web3auth/wallet-connect-v2-adapter": "^8.6.2"
"@web3auth/wallet-connect-v2-adapter": "^8.6.3-alpha.0"
},
"peerDependenciesMeta": {
"@web3auth/openlogin-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": "8.6.2",
"version": "8.6.3-alpha.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 @@ -37,7 +37,7 @@
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@toruslabs/solana-embed": "^2.1.0",
"@web3auth/base": "^8.6.2",
"@web3auth/no-modal": "^8.6.2",
"@web3auth/no-modal": "^8.6.3-alpha.0",
"loglevel": "^1.9.1"
},
"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": "8.6.2",
"version": "8.6.3-alpha.0",
"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 @@ -37,7 +37,7 @@
"dependencies": {
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@web3auth/base": "^8.6.2",
"@web3auth/no-modal": "^8.6.2",
"@web3auth/no-modal": "^8.6.3-alpha.0",
"@web3auth/ws-embed": "^2.0.3",
"loglevel": "^1.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ethereum-mpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/ethereum-mpc-provider",
"version": "8.6.2",
"version": "8.6.3-alpha.0",
"homepage": "https://github.com/Web3Auth/Web3Auth#readme",
"license": "ISC",
"main": "dist/ethereumMpcProvider.cjs.js",
Expand Down

0 comments on commit aa73c96

Please sign in to comment.