-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/celocli@6.1.0-beta.1 ### Minor Changes - [#511](#511) [`be62336`](be62336) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add useSafe flags for governance:propose and governance:withdraw commands - [#510](#510) [`0d307db`](0d307db) Thanks [@shazarre](https://github.com/shazarre)! - Add `epochs:send-validator-payment` command to support sending validator, their group and delegation beneficiary allocated epoch payments ### Patch Changes - [#514](#514) [`4a1d9e7`](4a1d9e7) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix bug with GovernanceSlasher missing version causing failure. defend against exceptions when printing contracts info - Updated dependencies \[[`0d307db`](0d307db), [`a8e5099`](a8e5099)]: - @celo/contractkit@9.0.1-beta.1 - @celo/wallet-ledger@7.0.0-beta.1 - @celo/wallet-hsm-azure@7.0.0-beta.1 - @celo/wallet-local@7.0.0-beta.1 ## @celo/wallet-ledger@7.0.0-beta.1 ### Minor Changes - [#516](#516) [`a8e5099`](a8e5099) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add (Beta) support for signTypedData in @celo/viem-account-ledger and @celo/wallet-ledger when using with the `ethereum` ledger app. when using with the `ethereum` ledger app. ### Patch Changes - Updated dependencies \[]: - @celo/wallet-base@7.0.0-beta.1 - @celo/wallet-remote@7.0.0-beta.1 ## @celo/viem-account-ledger@1.1.0-beta.1 ### Minor Changes - [#516](#516) [`a8e5099`](a8e5099) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add (Beta) support for signTypedData in @celo/viem-account-ledger and @celo/wallet-ledger when using with the `ethereum` ledger app. when using with the `ethereum` ledger app. ## @celo/contractkit@9.0.1-beta.1 ### Patch Changes - [#510](#510) [`0d307db`](0d307db) Thanks [@shazarre](https://github.com/shazarre)! - Expose `sendValidatorPayment` methods for `EpochManager` contract wrapper - Updated dependencies \[]: - @celo/wallet-local@7.0.0-beta.1 ## @celo/wallet-hsm-aws@7.0.0-beta.1 ### Patch Changes - Updated dependencies \[]: - @celo/wallet-base@7.0.0-beta.1 - @celo/wallet-hsm@7.0.0-beta.1 - @celo/wallet-remote@7.0.0-beta.1 ## @celo/wallet-hsm-azure@7.0.0-beta.1 ### Patch Changes - Updated dependencies \[]: - @celo/wallet-base@7.0.0-beta.1 - @celo/wallet-hsm@7.0.0-beta.1 - @celo/wallet-remote@7.0.0-beta.1 ## @celo/wallet-hsm-gcp@7.0.0-beta.1 ### Patch Changes - Updated dependencies \[]: - @celo/wallet-base@7.0.0-beta.1 - @celo/wallet-hsm@7.0.0-beta.1 - @celo/wallet-remote@7.0.0-beta.1 ## @celo/wallet-local@7.0.0-beta.1 ### Patch Changes - Updated dependencies \[]: - @celo/wallet-base@7.0.0-beta.1 ## @celo/wallet-remote@7.0.0-beta.1 ### Patch Changes - Updated dependencies \[]: - @celo/wallet-base@7.0.0-beta.1 ## @celo/wallet-base@7.0.0-beta.1 ## @celo/wallet-hsm@7.0.0-beta.1 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating various packages to version `7.0.0-beta.1` and `9.0.1-beta.1`, along with minor changes and dependency updates across the Celo SDK and related libraries. ### Detailed summary - Updated versions in `CHANGELOG.md` for multiple packages to `7.0.0-beta.1`. - Updated `@celo/wallet-base` version to `7.0.0-beta.1` in several `package.json` files. - Added new entries in `CHANGELOG.md` for `@celo/viem-account-ledger` and `@celo/contractkit`. - Introduced minor changes in `@celo/celocli` and `@celo/wallet-ledger` with new commands and features. - Updated dependencies for multiple packages to reflect the new versions. > ✨ 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
1 parent
a8e5099
commit 35a1145
Showing
24 changed files
with
153 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @celo/wallet-base | ||
|
||
## 7.0.0-beta.1 | ||
|
||
## 7.0.0-beta.0 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @celo/wallet-hsm | ||
|
||
## 7.0.0-beta.1 | ||
|
||
## 7.0.0-beta.0 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.