Skip to content

Commit

Permalink
v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melanke committed Sep 19, 2023
1 parent 207750a commit 92d4ab5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-wallet-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-core",
"version": "2.6.1",
"version": "2.6.2",
"description": "Wallet-Connect-SDK wallet-side core functionality",
"keywords": [
"wallet",
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet-connect-sdk-wallet-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-react",
"version": "2.6.1",
"version": "2.6.2",
"description": "Wallet-Connect-SDK wallet-side to be used on React Apps",
"keywords": [
"wallet",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepare": "run-s build"
},
"dependencies": {
"@cityofzion/wallet-connect-sdk-wallet-core": "2.6.1"
"@cityofzion/wallet-connect-sdk-wallet-core": "2.6.2"
},
"peerDependencies": {
"react": "*"
Expand All @@ -56,4 +56,4 @@
"files": [
"dist"
]
}
}

0 comments on commit 92d4ab5

Please sign in to comment.