Skip to content

Commit

Permalink
Version Packages (beta) (#428)
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

- [#427](#427)
[`ee33677`](ee33677)
Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! -
Change a dependency to use npm rather than github

- Updated dependencies
\[[`ee33677`](ee33677)]:
    -   @celo/[email protected]
    -   @celo/[email protected]
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @celo/[email protected]
    -   @celo/[email protected]
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @celo/[email protected]
    -   @celo/[email protected]
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @celo/[email protected]
    -   @celo/[email protected]
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

- [#427](#427)
[`ee33677`](ee33677)
Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! -
Change a dependency to use npm rather than github

-   Updated dependencies \[]:
    -   @celo/[email protected]
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

- [#427](#427)
[`ee33677`](ee33677)
Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! -
Change a dependency to use npm rather than github

## @celo/[email protected]



## @celo/[email protected]




<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the versions of various Celo wallet packages
to `6.0.2-beta.2` and `1.0.0-beta.1`, along with modifications in their
changelogs and dependencies.

### Detailed summary
- Updated `CHANGELOG.md` for multiple packages to include version
`6.0.2-beta.2`.
- Updated `package.json` files for `@celo/wallet-base`,
`@celo/wallet-hsm`, `@celo/wallet-remote`, `@celo/wallet-local`, and
others to version `6.0.2-beta.2`.
- Added new dependency entries for `@celo/[email protected]` in
several packages.
- Updated `@celo/viem-account-ledger` to version `1.0.0-beta.1`.
- Added a patch note in `CHANGELOG.md` referencing a dependency change
to use npm instead of GitHub.

> ✨ 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 Nov 13, 2024
1 parent d80a4f6 commit caef335
Show file tree
Hide file tree
Showing 22 changed files with 122 additions and 49 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"smart-berries-accept",
"smart-guests-refuse",
"thirty-pugs-smile",
"twenty-rocks-pull"
"twenty-rocks-pull",
"wild-impalas-smoke"
]
}
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 6.0.0-beta.2

### Patch Changes

- [#427](https://github.com/celo-org/developer-tooling/pull/427) [`ee33677`](https://github.com/celo-org/developer-tooling/commit/ee33677287905076daafe39087283fe2434d729e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change a dependency to use npm rather than github

- Updated dependencies [[`ee33677`](https://github.com/celo-org/developer-tooling/commit/ee33677287905076daafe39087283fe2434d729e)]:
- @celo/wallet-ledger@6.0.2-beta.2
- @celo/wallet-hsm-azure@6.0.2-beta.2
- @celo/wallet-local@6.0.2-beta.2

## 6.0.0-beta.1

### Major Changes
Expand Down
8 changes: 4 additions & 4 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.0.0-beta.1",
"version": "6.0.0-beta.2",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@celo/metadata-claims": "^1.0.0-beta.0",
"@celo/phone-utils": "^6.0.4-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-hsm-azure": "^6.0.2-beta.1",
"@celo/wallet-ledger": "^6.0.2-beta.1",
"@celo/wallet-local": "^6.0.2-beta.1",
"@celo/wallet-hsm-azure": "^6.0.2-beta.2",
"@celo/wallet-ledger": "^6.0.2-beta.2",
"@celo/wallet-local": "^6.0.2-beta.2",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
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

## 6.0.2-beta.2

## 6.0.2-beta.1

### 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"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

## 6.0.2-beta.2

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@6.0.2-beta.2
- @celo/wallet-hsm@6.0.2-beta.2
- @celo/wallet-remote@6.0.2-beta.2

## 6.0.2-beta.1

### 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-hsm": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@celo/wallet-base": "^6.0.2-beta.2",
"@celo/wallet-hsm": "^6.0.2-beta.2",
"@celo/wallet-remote": "^6.0.2-beta.2",
"@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

## 6.0.2-beta.2

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@6.0.2-beta.2
- @celo/wallet-hsm@6.0.2-beta.2
- @celo/wallet-remote@6.0.2-beta.2

## 6.0.2-beta.1

### 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-hsm": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@celo/wallet-base": "^6.0.2-beta.2",
"@celo/wallet-hsm": "^6.0.2-beta.2",
"@celo/wallet-remote": "^6.0.2-beta.2",
"@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

## 6.0.2-beta.2

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@6.0.2-beta.2
- @celo/wallet-hsm@6.0.2-beta.2
- @celo/wallet-remote@6.0.2-beta.2

## 6.0.2-beta.1

### 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-hsm": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@celo/wallet-base": "^6.0.2-beta.2",
"@celo/wallet-hsm": "^6.0.2-beta.2",
"@celo/wallet-remote": "^6.0.2-beta.2",
"@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

## 6.0.2-beta.2

## 6.0.2-beta.1

## 6.0.2-beta.0
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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/wallets/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/wallet-ledger

## 6.0.2-beta.2

### Patch Changes

- [#427](https://github.com/celo-org/developer-tooling/pull/427) [`ee33677`](https://github.com/celo-org/developer-tooling/commit/ee33677287905076daafe39087283fe2434d729e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change a dependency to use npm rather than github

- Updated dependencies []:
- @celo/wallet-base@6.0.2-beta.2
- @celo/wallet-remote@6.0.2-beta.2

## 6.0.2-beta.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@celo/hw-app-eth": "^1.0.0",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-remote": "^6.0.2-beta.1",
"@celo/wallet-base": "^6.0.2-beta.2",
"@celo/wallet-remote": "^6.0.2-beta.2",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^6.16.4",
"@ledgerhq/hw-transport": "^6.30.6",
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

## 6.0.2-beta.2

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@6.0.2-beta.2

## 6.0.2-beta.1

### 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-base": "^6.0.2-beta.2",
"@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

## 6.0.2-beta.2

### Patch Changes

- Updated dependencies []:
- @celo/wallet-base@6.0.2-beta.2

## 6.0.2-beta.1

### 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": "6.0.2-beta.1",
"version": "6.0.2-beta.2",
"description": "Remote wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@celo/connect": "^6.0.3-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-base": "^6.0.2-beta.1",
"@celo/wallet-base": "^6.0.2-beta.2",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/viem-account-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/viem-account-ledger

## 1.0.0-beta.1

### Patch Changes

- [#427](https://github.com/celo-org/developer-tooling/pull/427) [`ee33677`](https://github.com/celo-org/developer-tooling/commit/ee33677287905076daafe39087283fe2434d729e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Change a dependency to use npm rather than github

## 1.0.0-beta.0

### Major 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.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Helper library to make ledger<->viem interactions easier",
"type": "module",
"exports": {
Expand Down
Loading

0 comments on commit caef335

Please sign in to comment.