Skip to content

Commit

Permalink
Version Packages (#410)
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 hotfixes, this PR
will be updated.


# Releases
## @celo/[email protected]

### Patch Changes

- [#409](#409)
[`e709b88`](e709b88)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Upgrades to latest
devchain

## @celo/[email protected]

### Patch Changes

- [#409](#409)
[`e709b88`](e709b88)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Renames
`getElected` and its usages to `getElectedAccounts` for
`EpochManagerWrapper`


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the version of the `@celo/dev-utils` and
`@celo/contractkit` packages across multiple `package.json` files, along
with corresponding updates in the changelogs.

### Detailed summary
- Updated `@celo/dev-utils` from `0.0.5` to `0.0.6` in multiple
`package.json` files.
- Updated `@celo/contractkit` from `^8.1.1` to `^8.3.1` in multiple
`package.json` files.
- Added changelog entries for versions `0.0.6` of `@celo/dev-utils` and
`8.3.1` 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 Oct 28, 2024
1 parent e709b88 commit ce7cfa8
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-sheep-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-guests-refuse.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@celo/base": "^6.1.0",
"@celo/compliance": "~1.0.23",
"@celo/connect": "^6.0.2",
"@celo/contractkit": "^8.3.0",
"@celo/contractkit": "^8.3.1",
"@celo/cryptographic-utils": "^5.1.0",
"@celo/explorer": "^5.0.12",
"@celo/governance": "^5.1.3",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.5",
"@celo/dev-utils": "0.0.6",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/dev-utils

## 0.0.6

### Patch Changes

- [#409](https://github.com/celo-org/developer-tooling/pull/409) [`e709b88`](https://github.com/celo-org/developer-tooling/commit/e709b8821315e354e418649320b5f93a7a464c16) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Upgrades to latest devchain

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/dev-utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "util package for celo packages that should only be a devDependency",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
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.3.1

### Patch Changes

- [#409](https://github.com/celo-org/developer-tooling/pull/409) [`e709b88`](https://github.com/celo-org/developer-tooling/commit/e709b8821315e354e418649320b5f93a7a464c16) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Renames `getElected` and its usages to `getElectedAccounts` for `EpochManagerWrapper`

## 8.3.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.3.0",
"version": "8.3.1",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.5",
"@celo/dev-utils": "0.0.6",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@truffle/contract": "4.6.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"dependencies": {
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/contractkit": "^8.1.1",
"@celo/contractkit": "^8.3.1",
"@celo/utils": "^7.0.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.1.5",
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.5",
"@celo/dev-utils": "0.0.6",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/network-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.5",
"@celo/dev-utils": "0.0.6",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"web3-eth-abi": "1.10.4"
},
"devDependencies": {
"@celo/contractkit": "^8.1.1",
"@celo/dev-utils": "0.0.5",
"@celo/contractkit": "^8.3.1",
"@celo/dev-utils": "0.0.6",
"@celo/typescript": "workspace:^",
"cross-fetch": "3.1.5",
"dotenv": "^8.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/contractkit": "^8.1.1",
"@celo/dev-utils": "0.0.5",
"@celo/contractkit": "^8.3.1",
"@celo/dev-utils": "0.0.6",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"bn.js": "^5.1.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1632,9 +1632,9 @@ __metadata:
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/compliance": "npm:~1.0.23"
"@celo/connect": "npm:^6.0.2"
"@celo/contractkit": "npm:^8.3.0"
"@celo/contractkit": "npm:^8.3.1"
"@celo/cryptographic-utils": "npm:^5.1.0"
"@celo/dev-utils": "npm:0.0.5"
"@celo/dev-utils": "npm:0.0.6"
"@celo/explorer": "npm:^5.0.12"
"@celo/governance": "npm:^5.1.3"
"@celo/identity": "npm:^5.1.2"
Expand Down Expand Up @@ -1760,7 +1760,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.3.0, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.3.1, @celo/contractkit@workspace:packages/sdk/contractkit":
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
Expand All @@ -1769,7 +1769,7 @@ __metadata:
"@celo/base": "npm:^6.1.0"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/connect": "npm:^6.0.2"
"@celo/dev-utils": "npm:0.0.5"
"@celo/dev-utils": "npm:0.0.6"
"@celo/odis-identifiers": "npm:^1.0.1"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^7.0.0"
Expand Down Expand Up @@ -1813,7 +1813,7 @@ __metadata:
languageName: unknown
linkType: soft

"@celo/dev-utils@npm:0.0.5, @celo/dev-utils@workspace:packages/dev-utils":
"@celo/dev-utils@npm:0.0.6, @celo/dev-utils@workspace:packages/dev-utils":
version: 0.0.0-use.local
resolution: "@celo/dev-utils@workspace:packages/dev-utils"
dependencies:
Expand Down Expand Up @@ -1848,8 +1848,8 @@ __metadata:
dependencies:
"@celo/base": "npm:^6.1.0"
"@celo/connect": "npm:^6.0.1"
"@celo/contractkit": "npm:^8.1.1"
"@celo/dev-utils": "npm:0.0.5"
"@celo/contractkit": "npm:^8.3.1"
"@celo/dev-utils": "npm:0.0.6"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^7.0.0"
"@types/debug": "npm:^4.1.12"
Expand Down Expand Up @@ -1927,7 +1927,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/network-utils@workspace:packages/sdk/network-utils"
dependencies:
"@celo/dev-utils": "npm:0.0.5"
"@celo/dev-utils": "npm:0.0.6"
"@celo/typescript": "workspace:^"
"@types/debug": "npm:^4.1.12"
cross-fetch: "npm:3.1.5"
Expand Down Expand Up @@ -1990,8 +1990,8 @@ __metadata:
dependencies:
"@celo/base": "npm:^6.1.0"
"@celo/connect": "npm:^6.0.1"
"@celo/contractkit": "npm:^8.1.1"
"@celo/dev-utils": "npm:0.0.5"
"@celo/contractkit": "npm:^8.3.1"
"@celo/dev-utils": "npm:0.0.6"
"@celo/typescript": "workspace:^"
"@types/bn.js": "npm:^5.1.0"
"@types/debug": "npm:^4.1.5"
Expand Down Expand Up @@ -2266,8 +2266,8 @@ __metadata:
dependencies:
"@celo/base": "npm:^6.1.0"
"@celo/connect": "npm:^6.0.1"
"@celo/contractkit": "npm:^8.1.1"
"@celo/dev-utils": "npm:0.0.5"
"@celo/contractkit": "npm:^8.3.1"
"@celo/dev-utils": "npm:0.0.6"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^7.0.0"
"@celo/wallet-base": "npm:^6.0.2"
Expand Down

0 comments on commit ce7cfa8

Please sign in to comment.