Skip to content

Commit

Permalink
Version Packages (beta) (#515)
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/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
github-actions[bot] and github-actions[bot] authored Jan 31, 2025
1 parent a8e5099 commit 35a1145
Show file tree
Hide file tree
Showing 24 changed files with 153 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@
"calm-wasps-grow",
"curly-dolls-heal",
"early-sloths-approve",
"happy-lobsters-appear",
"healthy-days-reply",
"kind-cups-reflect",
"late-dolphins-crash",
"lemon-squids-report",
"nasty-feet-clean",
"neat-seahorses-admire",
"quiet-deers-explode",
"serious-ads-allow",
"slimy-beds-share",
"small-eyes-exercise",
"witty-poems-give",
"yellow-cameras-talk"
]
}
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 6.1.0-beta.1

### Minor Changes

- [#511](https://github.com/celo-org/developer-tooling/pull/511) [`be62336`](https://github.com/celo-org/developer-tooling/commit/be6233688d412ff2279fb9bef2b7df7749b8f095) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add useSafe flags for governance:propose and governance:withdraw commands

- [#510](https://github.com/celo-org/developer-tooling/pull/510) [`0d307db`](https://github.com/celo-org/developer-tooling/commit/0d307db42f4c4a221c8a30682cddc99f2012c2e2) 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](https://github.com/celo-org/developer-tooling/pull/514) [`4a1d9e7`](https://github.com/celo-org/developer-tooling/commit/4a1d9e764a67b16324da996eb73d514e4b215959) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix bug with GovernanceSlasher missing version causing failure. defend against exceptions when printing contracts info

- Updated dependencies [[`0d307db`](https://github.com/celo-org/developer-tooling/commit/0d307db42f4c4a221c8a30682cddc99f2012c2e2), [`a8e5099`](https://github.com/celo-org/developer-tooling/commit/a8e50990e71f5d45522d11995836fbee820564c1)]:
- @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

## 6.1.0-beta.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions 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.0",
"version": "6.1.0-beta.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -45,17 +45,17 @@
"@celo/base": "^7.0.1-beta.0",
"@celo/compliance": "~1.0.25",
"@celo/connect": "^6.1.1-beta.0",
"@celo/contractkit": "^9.0.1-beta.0",
"@celo/contractkit": "^9.0.1-beta.1",
"@celo/cryptographic-utils": "^5.1.2-beta.0",
"@celo/explorer": "^5.0.14-beta.0",
"@celo/governance": "^5.1.5-beta.0",
"@celo/identity": "^5.1.2",
"@celo/metadata-claims": "^1.0.1-beta.0",
"@celo/phone-utils": "^6.0.5-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-hsm-azure": "^7.0.0-beta.0",
"@celo/wallet-ledger": "^7.0.0-beta.0",
"@celo/wallet-local": "^7.0.0-beta.0",
"@celo/wallet-hsm-azure": "^7.0.0-beta.1",
"@celo/wallet-ledger": "^7.0.0-beta.1",
"@celo/wallet-local": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/contractkit

## 9.0.1-beta.1

### Patch Changes

- [#510](https://github.com/celo-org/developer-tooling/pull/510) [`0d307db`](https://github.com/celo-org/developer-tooling/commit/0d307db42f4c4a221c8a30682cddc99f2012c2e2) Thanks [@shazarre](https://github.com/shazarre)! - Expose `sendValidatorPayment` methods for `EpochManager` contract wrapper

- Updated dependencies []:
- @celo/wallet-local@7.0.0-beta.1

## 9.0.1-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "9.0.1-beta.0",
"version": "9.0.1-beta.1",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@celo/base": "^7.0.1-beta.0",
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-local": "^7.0.0-beta.0",
"@celo/wallet-local": "^7.0.0-beta.1",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-base",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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

## 7.0.0-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-aws",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-base": "^7.0.0-beta.0",
"@celo/wallet-hsm": "^7.0.0-beta.0",
"@celo/wallet-remote": "^7.0.0-beta.0",
"@celo/wallet-base": "^7.0.0-beta.1",
"@celo/wallet-hsm": "^7.0.0-beta.1",
"@celo/wallet-remote": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/secp256k1": "^4.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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

## 7.0.0-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-azure",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@celo/base": "^7.0.1-beta.0",
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-base": "^7.0.0-beta.0",
"@celo/wallet-hsm": "^7.0.0-beta.0",
"@celo/wallet-remote": "^7.0.0-beta.0",
"@celo/wallet-base": "^7.0.0-beta.1",
"@celo/wallet-hsm": "^7.0.0-beta.1",
"@celo/wallet-remote": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5",
"@types/secp256k1": "^4.0.0",
"bignumber.js": "^9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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

## 7.0.0-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-gcp",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-base": "^7.0.0-beta.0",
"@celo/wallet-hsm": "^7.0.0-beta.0",
"@celo/wallet-remote": "^7.0.0-beta.0",
"@celo/wallet-base": "^7.0.0-beta.1",
"@celo/wallet-hsm": "^7.0.0-beta.1",
"@celo/wallet-remote": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5",
"@google-cloud/kms": "~2.9.0",
"@noble/curves": "^1.3.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-hsm/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-hsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/wallets/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/wallet-ledger

## 7.0.0-beta.1

### Minor Changes

- [#516](https://github.com/celo-org/developer-tooling/pull/516) [`a8e5099`](https://github.com/celo-org/developer-tooling/commit/a8e50990e71f5d45522d11995836fbee820564c1) 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

## 7.0.0-beta.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-ledger",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,16 +33,16 @@
"@celo/hw-app-eth": "^1.0.1",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-base": "^7.0.0-beta.0",
"@celo/wallet-remote": "^7.0.0-beta.0",
"@celo/wallet-base": "^7.0.0-beta.1",
"@celo/wallet-remote": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^6.16.4",
"@ledgerhq/hw-transport": "^6.30.6",
"debug": "^4.1.1",
"semver": "^7.6.0"
},
"devDependencies": {
"@celo/contractkit": "^9.0.1-beta.0",
"@celo/contractkit": "^9.0.1-beta.1",
"@celo/typescript": "workspace:^",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@noble/curves": "^1.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/wallets/wallet-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/wallet-local

## 7.0.0-beta.1

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@7.0.0-beta.1

## 7.0.0-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-local",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@celo/base": "^7.0.1-beta.0",
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-base": "^7.0.0-beta.0",
"@celo/wallet-base": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/wallets/wallet-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/wallet-remote

## 7.0.0-beta.1

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@7.0.0-beta.1

## 7.0.0-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-remote",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "Remote wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-base": "^7.0.0-beta.0",
"@celo/wallet-base": "^7.0.0-beta.1",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/viem-account-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/viem-account-ledger

## 1.1.0-beta.1

### Minor Changes

- [#516](https://github.com/celo-org/developer-tooling/pull/516) [`a8e5099`](https://github.com/celo-org/developer-tooling/commit/a8e50990e71f5d45522d11995836fbee820564c1) 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.

## 1.0.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/viem-account-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/viem-account-ledger",
"version": "1.0.1-beta.0",
"version": "1.1.0-beta.1",
"description": "Helper library to make ledger<->viem interactions easier",
"type": "module",
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit 35a1145

Please sign in to comment.