Skip to content

Commit

Permalink
Version Packages (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 7400467 commit 724af5e
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-walls-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-mayflies-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cats-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-teachers-dream.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 5.2.0

### Minor Changes

- [#334](https://github.com/celo-org/developer-tooling/pull/334) [`7400467`](https://github.com/celo-org/developer-tooling/commit/740046755f5079cb1dafdb71fcc92cc4ad213eb9) Thanks [@pahor167](https://github.com/pahor167)! - Adds epochs:start epochs:switch & epochs:finish commands

### Patch Changes

- [#338](https://github.com/celo-org/developer-tooling/pull/338) [`717809e`](https://github.com/celo-org/developer-tooling/commit/717809e81cedf17048d524dc7603473fbb11e22c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix printing of values that should be ordered numerically

- [#336](https://github.com/celo-org/developer-tooling/pull/336) [`f5e0101`](https://github.com/celo-org/developer-tooling/commit/f5e010193bbf23a1da170c76bc21b1953b58fcc5) Thanks [@shazarre](https://github.com/shazarre)! - Added a link to create an issue when an error occurs

- Updated dependencies [[`7400467`](https://github.com/celo-org/developer-tooling/commit/740046755f5079cb1dafdb71fcc92cc4ad213eb9)]:
- @celo/contractkit@8.2.0

## 5.1.1

### Patch 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": "5.1.1",
"version": "5.2.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@celo/base": "^6.1.0",
"@celo/compliance": "~1.0.23",
"@celo/connect": "^6.0.1",
"@celo/contractkit": "^8.1.1",
"@celo/contractkit": "^8.2.0",
"@celo/cryptographic-utils": "^5.1.0",
"@celo/explorer": "^5.0.12",
"@celo/governance": "^5.1.3",
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

## 8.2.0

### Minor Changes

- [#334](https://github.com/celo-org/developer-tooling/pull/334) [`7400467`](https://github.com/celo-org/developer-tooling/commit/740046755f5079cb1dafdb71fcc92cc4ad213eb9) Thanks [@pahor167](https://github.com/pahor167)! - Adds support for EpochManager and ScoreManager contracts

## 8.1.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": "8.1.1",
"version": "8.2.0",
"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 @@ -1632,7 +1632,7 @@ __metadata:
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/compliance": "npm:~1.0.23"
"@celo/connect": "npm:^6.0.1"
"@celo/contractkit": "npm:^8.1.1"
"@celo/contractkit": "npm:^8.2.0"
"@celo/cryptographic-utils": "npm:^5.1.0"
"@celo/dev-utils": "npm:0.0.5"
"@celo/explorer": "npm:^5.0.12"
Expand Down Expand Up @@ -1760,7 +1760,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^8.1.1, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.2.0, @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 724af5e

Please sign in to comment.