Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp committed Jun 29, 2023
1 parent 83bdf6b commit d2fcfc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "8.2.8",
"version": "8.2.9",
"name": "example",
"scripts": {
"start": "next dev"
Expand All @@ -14,13 +14,13 @@
"@web3-react/core": "^8.2.0",
"@web3-react/eip1193": "^8.2.0",
"@web3-react/empty": "^8.2.0",
"@web3-react/gnosis-safe": "^8.2.0",
"@web3-react/gnosis-safe": "^8.2.1",
"@web3-react/metamask": "^8.2.1",
"@web3-react/network": "^8.2.0",
"@web3-react/types": "^8.2.0",
"@web3-react/url": "^8.2.0",
"@web3-react/walletconnect": "^8.2.0",
"@web3-react/walletconnect-v2": "^8.3.6",
"@web3-react/walletconnect-v2": "^8.3.7",
"next": "^12.1.5",
"react-dom": "^18.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gnosis-safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.2.0",
"version": "8.2.1",
"files": [
"dist/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.3.6",
"version": "8.3.7",
"files": [
"dist/*"
],
Expand Down

0 comments on commit d2fcfc6

Please sign in to comment.