Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dckesler committed Jun 13, 2023
1 parent 61796eb commit cf2ea15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"license": "MIT",
"dependencies": {
"@celo/contractkit": "^3.2.0",
"@celo/react-celo": "5.0.4-beta.1-dev",
"@celo/react-celo": "5.0.4",
"@celo/utils": "^3.2.0",
"@celo/wallet-walletconnect": "5.0.4-beta.1-dev",
"@celo/wallet-walletconnect": "5.0.4",
"@walletconnect/core": "^2.7.3",
"@walletconnect/sign-client": "^2.7.3",
"@walletconnect/types": "^2.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-celo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/react-celo",
"version": "5.0.4-beta.1-dev",
"version": "5.0.4",
"private": false,
"scripts": {
"prebuild": "mkdir -p lib && node ./scripts/json-to-ts.js package.json lib",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@celo/wallet-ledger": ">=2.3.0",
"@celo/wallet-local": ">=2.3.0",
"@celo/wallet-remote": ">=2.3.0",
"@celo/wallet-walletconnect": "5.0.4-beta.1",
"@celo/wallet-walletconnect": "5.0.4",
"@coinbase/wallet-sdk": "^3.2.0",
"@ethersproject/providers": "^5.5.2",
"@ledgerhq/hw-transport-webusb": "^5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-walletconnect",
"version": "5.0.4-beta.1-dev",
"version": "5.0.4",
"description": "WalletConnect wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down

0 comments on commit cf2ea15

Please sign in to comment.