Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/bump-abis-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@celo/contractkit': patch
'@celo/governance': patch
'@celo/actions': patch
'@celo/dev-utils': patch
'@celo/celocli': patch
---

Bump `@celo/abis` from `13.0.0-post-audit.0` to `14.0.1` across all consuming
packages. (14.0.1 is the latest release that still ships the StableToken ABIs
the kit registers; 15/16 were unpublished and 17.x removed StableToken*, which
would require a separate migration.)
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/abis": "13.0.0-post-audit.0",
"@celo/abis": "14.0.1",
"@celo/base": "^7.0.4",
"@celo/core": "0.0.2",
"viem": "^2.33.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cs": "yarn --top-level run cs"
},
"dependencies": {
"@celo/abis": "13.0.0-post-audit.0",
"@celo/abis": "14.0.1",
"@celo/actions": "0.2.2",
"@celo/base": "^7.0.4",
"@celo/compliance": "1.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@celo/abis": "13.0.0-post-audit.0",
"@celo/abis": "14.0.1",
"@celo/connect": "^8.0.0",
"@viem/anvil": "^0.0.9",
"bignumber.js": "^9.0.0",
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 @@ -28,7 +28,7 @@
"test-ci": "NODE_OPTIONS=--experimental-vm-modules yarn run --top-level jest --forceExit --ci"
},
"dependencies": {
"@celo/abis": "13.0.0-post-audit.0",
"@celo/abis": "14.0.1",
"@celo/base": "^7.0.4",
"@celo/connect": "^8.0.0",
"@celo/utils": "^8.0.3",
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 @@ -24,7 +24,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/abis": "13.0.0-post-audit.0",
"@celo/abis": "14.0.1",
"@celo/base": "^7.0.3",
"@celo/connect": "^8.0.0",
"@celo/contractkit": "^11.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1676,18 +1676,18 @@ __metadata:
languageName: node
linkType: hard

"@celo/abis@npm:13.0.0-post-audit.0":
version: 13.0.0-post-audit.0
resolution: "@celo/abis@npm:13.0.0-post-audit.0"
checksum: da5aad746ff8fb3515513c7e42be4624e041ff08f7b8dd61a408292c6dd9a28baade1d47873e37024bb81ab91d758142da304b5f55994092530393f773e29f92
"@celo/abis@npm:14.0.1":
version: 14.0.1
resolution: "@celo/abis@npm:14.0.1"
checksum: f50b0930b1dcb0e65f850b839778daec5945d017b2c95d479bbe931fd67b244f9d966e90d981c797e9f8b325c0f94e5655dad9f350c4e9dbb3bfd97b4d61c3ee
languageName: node
linkType: hard

"@celo/actions@npm:0.2.2, @celo/actions@workspace:packages/actions":
version: 0.0.0-use.local
resolution: "@celo/actions@workspace:packages/actions"
dependencies:
"@celo/abis": "npm:13.0.0-post-audit.0"
"@celo/abis": "npm:14.0.1"
"@celo/base": "npm:^7.0.4"
"@celo/core": "npm:0.0.2"
"@celo/dev-utils": "workspace:^"
Expand Down Expand Up @@ -1757,7 +1757,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/celocli@workspace:packages/cli"
dependencies:
"@celo/abis": "npm:13.0.0-post-audit.0"
"@celo/abis": "npm:14.0.1"
"@celo/actions": "npm:0.2.2"
"@celo/base": "npm:^7.0.4"
"@celo/compliance": "npm:1.0.28"
Expand Down Expand Up @@ -1839,7 +1839,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
"@celo/abis": "npm:13.0.0-post-audit.0"
"@celo/abis": "npm:14.0.1"
"@celo/base": "npm:^7.0.4"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/connect": "npm:^8.0.0"
Expand Down Expand Up @@ -1898,7 +1898,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/dev-utils@workspace:packages/dev-utils"
dependencies:
"@celo/abis": "npm:13.0.0-post-audit.0"
"@celo/abis": "npm:14.0.1"
"@celo/base": "workspace:^"
"@celo/celo-devchain": "npm:^8.0.0"
"@celo/connect": "npm:^8.0.0"
Expand Down Expand Up @@ -1955,7 +1955,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/governance@workspace:packages/sdk/governance"
dependencies:
"@celo/abis": "npm:13.0.0-post-audit.0"
"@celo/abis": "npm:14.0.1"
"@celo/base": "npm:^7.0.3"
"@celo/connect": "npm:^8.0.0"
"@celo/contractkit": "npm:^11.0.0"
Expand Down
Loading