Skip to content

Commit

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

- [#472](#472)
[`1df8688`](1df8688)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Dont show flags for
privateKey, gasCurrency, useLedger, and related flags in help for
commands which dont actually make use of them.

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

## @celo/[email protected]

### Patch Changes

- [#475](#475)
[`b366827`](b366827)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Publish lib instead
of src


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the versions of the `@celo/metadata-claims`
and `@celo/celocli` packages, along with making minor enhancements and
fixes in their respective changelogs.

### Detailed summary
- Updated `@celo/metadata-claims` version from `1.0.0-beta.1` to
`1.0.0-beta.2`.
- Updated `@celo/celocli` version from `6.0.0-beta.5` to `6.0.0-beta.6`.
- Added new entry in `CHANGELOG.md` for `@celo/metadata-claims`
detailing the publishing of lib instead of src.
- Updated dependencies in `@celo/celocli` to reflect the new version of
`@celo/metadata-claims`.
- Modified `yarn.lock` to update the version reference for
`@celo/metadata-claims`.

> ✨ 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 Dec 5, 2024
1 parent b366827 commit f37349e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"good-peas-type",
"good-trees-reply",
"healthy-days-smile",
"hip-suits-search",
"hot-pugs-nail",
"hungry-cups-juggle",
"lemon-gorillas-explain",
Expand All @@ -66,6 +67,7 @@
"strong-flowers-heal",
"thirty-pugs-smile",
"three-spies-wonder",
"tricky-bobcats-trade",
"twenty-humans-beg",
"twenty-rocks-pull",
"warm-papayas-smile",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 6.0.0-beta.6

### Patch Changes

- [#472](https://github.com/celo-org/developer-tooling/pull/472) [`1df8688`](https://github.com/celo-org/developer-tooling/commit/1df86886f953910026a8fd0d7d4d60967dca780b) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Dont show flags for privateKey, gasCurrency, useLedger, and related flags in help for commands which dont actually make use of them.

- Updated dependencies [[`b366827`](https://github.com/celo-org/developer-tooling/commit/b3668273f0ae1ac4363d0fa6f23de089d18dd77c)]:
- @celo/metadata-claims@1.0.0-beta.2

## 6.0.0-beta.5

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "6.0.0-beta.6",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@celo/explorer": "^5.0.13-beta.1",
"@celo/governance": "^5.1.4-beta.3",
"@celo/identity": "^5.1.2",
"@celo/metadata-claims": "^1.0.0-beta.1",
"@celo/metadata-claims": "^1.0.0-beta.2",
"@celo/phone-utils": "^6.0.4-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-hsm-azure": "^6.0.4-beta.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/metadata-claims/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/metadata-claims

## 1.0.0-beta.2

### Patch Changes

- [#475](https://github.com/celo-org/developer-tooling/pull/475) [`b366827`](https://github.com/celo-org/developer-tooling/commit/b3668273f0ae1ac4363d0fa6f23de089d18dd77c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Publish lib instead of src

## 1.0.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/metadata-claims/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/metadata-claims",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"author": "cLabs",
"license": "Apache-2.0",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/metadata-claims",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ __metadata:
"@celo/explorer": "npm:^5.0.13-beta.1"
"@celo/governance": "npm:^5.1.4-beta.3"
"@celo/identity": "npm:^5.1.2"
"@celo/metadata-claims": "npm:^1.0.0-beta.1"
"@celo/metadata-claims": "npm:^1.0.0-beta.2"
"@celo/phone-utils": "npm:^6.0.4-beta.0"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^8.0.0-beta.0"
Expand Down Expand Up @@ -2017,7 +2017,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/metadata-claims@npm:^1.0.0-beta.1, @celo/metadata-claims@workspace:packages/sdk/metadata-claims":
"@celo/metadata-claims@npm:^1.0.0-beta.2, @celo/metadata-claims@workspace:packages/sdk/metadata-claims":
version: 0.0.0-use.local
resolution: "@celo/metadata-claims@workspace:packages/sdk/metadata-claims"
dependencies:
Expand Down

0 comments on commit f37349e

Please sign in to comment.