Skip to content

Commit

Permalink
v9.5.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 3, 2024
1 parent 15e3d60 commit dc618ed
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.4.5",
"version": "9.5.0-alpha.0",
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3auth/wallet-services-plugin-vue-composables",
"version": "9.4.5",
"version": "9.5.0-alpha.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.3.2",
"@web3auth/base": "^9.4.5",
"@web3auth/wallet-services-plugin": "^9.4.5"
"@web3auth/wallet-services-plugin": "^9.5.0-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": "9.4.5",
"version": "9.5.0-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 @@ -33,7 +33,7 @@
],
"dependencies": {
"@web3auth/base": "^9.4.5",
"@web3auth/wallet-services-plugin": "^9.4.5"
"@web3auth/wallet-services-plugin": "^9.5.0-alpha.0"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.5",
"version": "9.5.0-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

0 comments on commit dc618ed

Please sign in to comment.