Skip to content

Commit

Permalink
Version Packages (beta) (#519)
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/contractkit@9.0.1-beta.2

### Patch Changes

- [#517](#517)
[`ce6a493`](ce6a493)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump abis to latest

## @celo/governance@5.1.5-beta.1

### Patch Changes

- [#517](#517)
[`ce6a493`](ce6a493)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump abis to latest

- Updated dependencies
\[[`ce6a493`](ce6a493)]:
    -   @celo/contractkit@9.0.1-beta.2


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the versions of the `@celo/contractkit` and
`@celo/governance` packages, along with their changelogs, to reflect the
latest changes and dependencies.

### Detailed summary
- Added `pretty-ladybugs-boil` to `.changeset/pre.json`.
- Updated `@celo/contractkit` version from `9.0.1-beta.1` to
`9.0.1-beta.2`.
- Added changelog entry for `9.0.1-beta.2` in
`packages/sdk/contractkit/CHANGELOG.md`.
- Updated `@celo/governance` version from `5.1.5-beta.0` to
`5.1.5-beta.1`.
- Added changelog entry for `5.1.5-beta.1` in
`packages/sdk/governance/CHANGELOG.md`.
- Updated `yarn.lock` to reflect new versions of `@celo/contractkit`.

> ✨ 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 3, 2025
1 parent ce6a493 commit f466314
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lemon-squids-report",
"nasty-feet-clean",
"neat-seahorses-admire",
"pretty-ladybugs-boil",
"quiet-deers-explode",
"serious-ads-allow",
"slimy-beds-share",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/contractkit

## 9.0.1-beta.2

### Patch Changes

- [#517](https://github.com/celo-org/developer-tooling/pull/517) [`ce6a493`](https://github.com/celo-org/developer-tooling/commit/ce6a493ab6c82893595cde6a8ee9485d9bc9e033) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump abis to latest

## 9.0.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "9.0.1-beta.2",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/governance

## 5.1.5-beta.1

### Patch Changes

- [#517](https://github.com/celo-org/developer-tooling/pull/517) [`ce6a493`](https://github.com/celo-org/developer-tooling/commit/ce6a493ab6c82893595cde6a8ee9485d9bc9e033) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump abis to latest

- Updated dependencies [[`ce6a493`](https://github.com/celo-org/developer-tooling/commit/ce6a493ab6c82893595cde6a8ee9485d9bc9e033)]:
- @celo/contractkit@9.0.1-beta.2

## 5.1.5-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/governance",
"version": "5.1.5-beta.0",
"version": "5.1.5-beta.1",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@celo/abis-12": "npm:@celo/abis@12.0.0-canary.86",
"@celo/base": "^7.0.1-beta.0",
"@celo/connect": "^6.1.1-beta.0",
"@celo/contractkit": "^9.0.1-beta.0",
"@celo/contractkit": "^9.0.1-beta.2",
"@celo/explorer": "^5.0.14-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@ethereumjs/util": "8.0.5",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^9.0.1-beta.0, @celo/contractkit@npm:^9.0.1-beta.1, @celo/contractkit@workspace:^, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^9.0.1-beta.0, @celo/contractkit@npm:^9.0.1-beta.1, @celo/contractkit@npm:^9.0.1-beta.2, @celo/contractkit@workspace:^, @celo/contractkit@workspace:packages/sdk/contractkit":
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
Expand Down Expand Up @@ -1911,7 +1911,7 @@ __metadata:
"@celo/abis-12": "npm:@celo/abis@12.0.0-canary.86"
"@celo/base": "npm:^7.0.1-beta.0"
"@celo/connect": "npm:^6.1.1-beta.0"
"@celo/contractkit": "npm:^9.0.1-beta.0"
"@celo/contractkit": "npm:^9.0.1-beta.2"
"@celo/dev-utils": "npm:0.0.8-beta.0"
"@celo/explorer": "npm:^5.0.14-beta.0"
"@celo/typescript": "workspace:^"
Expand Down

0 comments on commit f466314

Please sign in to comment.