Skip to content

Commit 051278c

Browse files
v9.6.1
1 parent 2b192ed commit 051278c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "9.6.0",
2+
"version": "9.6.1",
33
"npmClient": "npm"
44
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/composables/wallet-services-plugin-vue-composables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/wallet-services-plugin-vue-composables",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"description": "Vue composables to simplify integration with web3Auth wallet services plugin SDK.",
55
"keywords": [
66
"web3Auth/wallet-services-plugin-vue-composables",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@toruslabs/base-controllers": "^7.2.1",
3333
"@web3auth/base": "^9.6.0",
34-
"@web3auth/wallet-services-plugin": "^9.6.0"
34+
"@web3auth/wallet-services-plugin": "^9.6.1"
3535
},
3636
"peerDependencies": {
3737
"@babel/runtime": "^7.x",

packages/hooks/wallet-services-plugin-react-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/wallet-services-plugin-react-hooks",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"description": "React hooks to simplify integration with web3Auth wallet-services-plugin SDK.",
55
"keywords": [
66
"web3Auth/wallet-services-plugin-react-hooks",
@@ -33,7 +33,7 @@
3333
],
3434
"dependencies": {
3535
"@web3auth/base": "^9.6.0",
36-
"@web3auth/wallet-services-plugin": "^9.6.0"
36+
"@web3auth/wallet-services-plugin": "^9.6.1"
3737
},
3838
"peerDependencies": {
3939
"@babel/runtime": "^7.x",

packages/plugins/wallet-services-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3auth/wallet-services-plugin",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"description": "Wallet services for which can be used with Web3Auth or private key providers used inside Web3Auth",
55
"keywords": [
66
"web3Auth/wallet-services-plugin",

0 commit comments

Comments
 (0)