Skip to content

Commit

Permalink
Version Packages (#349)
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.


# Releases
## @celo/[email protected]

### Minor Changes

- [#348](#348)
[`76d09b7`](76d09b7)
Thanks [@shazarre](https://github.com/shazarre)! - Adds support for
firstKnownEpoch, getFirstBlockAtEpoch, getLastBlockAtEpoch on
EpochManager wrapper

### Patch Changes

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

## @celo/[email protected]

### Patch Changes

- [#348](#348)
[`76d09b7`](76d09b7)
Thanks [@shazarre](https://github.com/shazarre)! - Fix network:info
command when in L2

- Updated dependencies
\[[`433b70e`](433b70e),
[`76d09b7`](76d09b7)]:
    -   @celo/[email protected]
    -   @celo/[email protected]

## @celo/[email protected]

### Patch Changes

- [#350](#350)
[`433b70e`](433b70e)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix calculation of
maxFeePerGas. Multiple base Fee by constant for buffer


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the versions of the `@celo/connect` and
`@celo/contractkit` packages, along with minor bug fixes and
improvements in the changelogs for each package.

### Detailed summary
- Updated `@celo/connect` from `6.0.1` to `6.0.2`
- Updated `@celo/contractkit` from `8.2.0` to `8.3.0`
- Updated `@celo/celocli` from `5.2.0` to `5.2.1`
- Added changelog entries for versions `6.0.2`, `8.3.0`, and `5.2.1`
- Fixed calculation of `maxFeePerGas` in `@celo/connect`
- Added support for new methods in `@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 Sep 30, 2024
1 parent 433b70e commit ee8c2ba
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-kangaroos-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-apricots-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-fans-listen.md

This file was deleted.

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

## 5.2.1

### Patch Changes

- [#348](https://github.com/celo-org/developer-tooling/pull/348) [`76d09b7`](https://github.com/celo-org/developer-tooling/commit/76d09b79c68cbb5aba38c0b36a5322384b7842ba) Thanks [@shazarre](https://github.com/shazarre)! - Fix network:info command when in L2

- Updated dependencies [[`433b70e`](https://github.com/celo-org/developer-tooling/commit/433b70e20563e3e087cc39d744f1a2710d1d09de), [`76d09b7`](https://github.com/celo-org/developer-tooling/commit/76d09b79c68cbb5aba38c0b36a5322384b7842ba)]:
- @celo/connect@6.0.2
- @celo/contractkit@8.3.0

## 5.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.2.0",
"version": "5.2.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@celo/abis": "11.0.0",
"@celo/base": "^6.1.0",
"@celo/compliance": "~1.0.23",
"@celo/connect": "^6.0.1",
"@celo/contractkit": "^8.2.0",
"@celo/connect": "^6.0.2",
"@celo/contractkit": "^8.3.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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/connect

## 6.0.2

### Patch Changes

- [#350](https://github.com/celo-org/developer-tooling/pull/350) [`433b70e`](https://github.com/celo-org/developer-tooling/commit/433b70e20563e3e087cc39d744f1a2710d1d09de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix calculation of maxFeePerGas. Multiple base Fee by constant for buffer

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "6.0.1",
"version": "6.0.2",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @celo/contractkit

## 8.3.0

### Minor Changes

- [#348](https://github.com/celo-org/developer-tooling/pull/348) [`76d09b7`](https://github.com/celo-org/developer-tooling/commit/76d09b79c68cbb5aba38c0b36a5322384b7842ba) Thanks [@shazarre](https://github.com/shazarre)! - Adds support for firstKnownEpoch, getFirstBlockAtEpoch, getLastBlockAtEpoch on EpochManager wrapper

### Patch Changes

- Updated dependencies [[`433b70e`](https://github.com/celo-org/developer-tooling/commit/433b70e20563e3e087cc39d744f1a2710d1d09de)]:
- @celo/connect@6.0.2

## 8.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "8.2.0",
"version": "8.3.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/[email protected]",
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/connect": "^6.0.2",
"@celo/utils": "^7.0.0",
"@celo/wallet-local": "^6.0.1",
"@types/bn.js": "^5.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1631,8 +1631,8 @@ __metadata:
"@celo/base": "npm:^6.1.0"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/compliance": "npm:~1.0.23"
"@celo/connect": "npm:^6.0.1"
"@celo/contractkit": "npm:^8.2.0"
"@celo/connect": "npm:^6.0.2"
"@celo/contractkit": "npm:^8.3.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 @@ -1714,7 +1714,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/connect@npm:^6.0.1, @celo/connect@workspace:packages/sdk/connect":
"@celo/connect@npm:^6.0.1, @celo/connect@npm:^6.0.2, @celo/connect@workspace:packages/sdk/connect":
version: 0.0.0-use.local
resolution: "@celo/connect@workspace:packages/sdk/connect"
dependencies:
Expand Down Expand Up @@ -1760,15 +1760,15 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.2.0, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.3.0, @celo/contractkit@workspace:packages/sdk/contractkit":
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
"@celo/abis": "npm:11.0.0"
"@celo/abis-12": "npm:@celo/[email protected]"
"@celo/base": "npm:^6.1.0"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/connect": "npm:^6.0.1"
"@celo/connect": "npm:^6.0.2"
"@celo/dev-utils": "npm:0.0.5"
"@celo/odis-identifiers": "npm:^1.0.1"
"@celo/typescript": "workspace:^"
Expand Down

0 comments on commit ee8c2ba

Please sign in to comment.