-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use latest abis #517
use latest abis #517
Conversation
🦋 Changeset detectedLatest commit: fea99d4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #517 +/- ##
=======================================
Coverage 76.58% 76.58%
=======================================
Files 248 248
Lines 10639 10639
Branches 1697 1691 -6
=======================================
Hits 8148 8148
- Misses 2421 2441 +20
+ Partials 70 50 -20
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ `master` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `master`.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ # Releases ## @celo/contractkit@9.0.1-beta.2 ### Patch Changes - [#517](#517) [`ce6a493`](ce6a493) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump abis to latest ## @celo/governance@5.1.5-beta.1 ### Patch Changes - [#517](#517) [`ce6a493`](ce6a493) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump abis to latest - Updated dependencies \[[`ce6a493`](ce6a493)]: - @celo/contractkit@9.0.1-beta.2 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the versions of the `@celo/contractkit` and `@celo/governance` packages, along with their changelogs, to reflect the latest changes and dependencies. ### Detailed summary - Added `pretty-ladybugs-boil` to `.changeset/pre.json`. - Updated `@celo/contractkit` version from `9.0.1-beta.1` to `9.0.1-beta.2`. - Added changelog entry for `9.0.1-beta.2` in `packages/sdk/contractkit/CHANGELOG.md`. - Updated `@celo/governance` version from `5.1.5-beta.0` to `5.1.5-beta.1`. - Added changelog entry for `5.1.5-beta.1` in `packages/sdk/governance/CHANGELOG.md`. - Updated `yarn.lock` to reflect new versions of `@celo/contractkit`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
ensure latest abis are used and that the same version is used on both celocli and governance pacakges
PR-Codex overview
This PR focuses on updating the
@celo/abis-12
dependency across various packages to the latest version,12.0.0-canary.86
, and includes minor adjustments in theyarn.lock
file to reflect these changes.Detailed summary
@celo/abis-12
from12.0.0-canary.82
to12.0.0-canary.86
in:packages/sdk/contractkit/package.json
packages/sdk/governance/package.json
yarn.lock
to reflect the new version12.0.0-canary.86
.12.0.0-canary.76
and12.0.0-canary.82
.