Skip to content

Commit

Permalink
Version Packages (beta) (#524)
Browse files Browse the repository at this point in the history
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/[email protected]

### Patch Changes

- [#523](#523)
[`13c4220`](13c4220)
Thanks [@shazarre](https://github.com/shazarre)! - Fixes EpochManager
not available error for some L1 commands


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the version of the `@celo/celocli` package
and adding a new entry in the changelog for the release of version
`6.1.0-beta.2`. It includes a fix for an error related to
`EpochManager`.

### Detailed summary
- Added `"spotty-geese-shake"` to `.changeset/pre.json`.
- Updated `version` from `6.1.0-beta.1` to `6.1.0-beta.2` in
`packages/cli/package.json`.
- Added changelog entry for `6.1.0-beta.2` in
`packages/cli/CHANGELOG.md`.
- Documented fix for `EpochManager not available` error in the
changelog.

> ✨ 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 18, 2025
1 parent 688fc40 commit 9b69444
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"serious-ads-allow",
"slimy-beds-share",
"small-eyes-exercise",
"spotty-geese-shake",
"witty-poems-give",
"yellow-cameras-talk"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0-beta.2

### Patch Changes

- [#523](https://github.com/celo-org/developer-tooling/pull/523) [`13c4220`](https://github.com/celo-org/developer-tooling/commit/13c4220c21f1e83d9ebf01a5a19e423cbfc1acbc) Thanks [@shazarre](https://github.com/shazarre)! - Fixes EpochManager not available error for some L1 commands

## 6.1.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celo/celocli",
"description": "CLI Tool for transacting with the Celo protocol",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"author": "Celo",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 9b69444

Please sign in to comment.