Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and aaronmgdr committed Jan 22, 2025
1 parent 4a1d9e7 commit caa213f
Show file tree
Hide file tree
Showing 6 changed files with 24 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 @@ -33,12 +33,14 @@
"calm-wasps-grow",
"curly-dolls-heal",
"early-sloths-approve",
"happy-lobsters-appear",
"healthy-days-reply",
"kind-cups-reflect",
"nasty-feet-clean",
"neat-seahorses-admire",
"quiet-deers-explode",
"serious-ads-allow",
"slimy-beds-share",
"small-eyes-exercise",
"yellow-cameras-talk"
]
Expand Down
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.1.0-beta.1

### Minor 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)! - Add `epochs:send-validator-payment` command to support sending validator, their group and delegation beneficiary allocated epoch payments

### Patch Changes

- Updated dependencies [[`0d307db`](https://github.com/celo-org/developer-tooling/commit/0d307db42f4c4a221c8a30682cddc99f2012c2e2)]:
- @celo/contractkit@9.0.1-beta.1

## 6.1.0-beta.0

### 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.1.0-beta.0",
"version": "6.1.0-beta.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@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",
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.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

## 9.0.1-beta.0

### 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.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
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ __metadata:
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/compliance": "npm:~1.0.25"
"@celo/connect": "npm:^6.1.1-beta.0"
"@celo/contractkit": "npm:^9.0.1-beta.0"
"@celo/contractkit": "npm:^9.0.1-beta.1"
"@celo/cryptographic-utils": "npm:^5.1.2-beta.0"
"@celo/dev-utils": "npm:0.0.8-beta.0"
"@celo/explorer": "npm:^5.0.14-beta.0"
Expand Down Expand Up @@ -1811,7 +1811,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^9.0.1-beta.0, @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@workspace:^, @celo/contractkit@workspace:packages/sdk/contractkit":
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
Expand Down

0 comments on commit caa213f

Please sign in to comment.