Skip to content

Commit

Permalink
rc 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 7, 2023
1 parent aa7a9f6 commit 6fc66cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "TZ=UTC jest --runInBand"
},
"dependencies": {
"@celo/abis": "10.0.0-rc.3",
"@celo/abis": "10.0.0-rc.4",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "tslint -c tslint.json --project ."
},
"dependencies": {
"@celo/abis": "10.0.0-rc.3",
"@celo/abis": "10.0.0-rc.4",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/utils": "^5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/abis": "10.0.0-rc.3",
"@celo/abis": "10.0.0-rc.4",
"@celo/base": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^5.1.1",
Expand Down

0 comments on commit 6fc66cf

Please sign in to comment.