Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent 0ad9c01 commit 257d764
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/happy-rice-camp.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- [#140](https://github.com/celo-org/developer-tooling/pull/140) [`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e) Thanks [@timmoreton](https://github.com/timmoreton)! - Activate votes from any account, new optional parameter to specify for account in ElectionWrapper:activate

### Patch Changes

- Updated dependencies [[`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e)]:
- @celo/contractkit@7.1.0

## 4.0.0

### Major 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": "4.0.0",
"version": "4.1.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2",
"@celo/contractkit": "^7.0.0",
"@celo/contractkit": "^7.1.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/explorer": "^5.0.8",
"@celo/governance": "^5.0.9",
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

## 7.1.0

### Minor Changes

- [#140](https://github.com/celo-org/developer-tooling/pull/140) [`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e) Thanks [@timmoreton](https://github.com/timmoreton)! - Activate votes from any account, new optional parameter to specify for account in ElectionWrapper:activate

## 7.0.0

### Major 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": "7.0.0",
"version": "7.1.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 @@ -1594,7 +1594,7 @@ __metadata:
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/connect": "npm:^5.1.2"
"@celo/contractkit": "npm:^7.0.0"
"@celo/contractkit": "npm:^7.1.0"
"@celo/cryptographic-utils": "npm:^5.0.7"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/explorer": "npm:^5.0.8"
Expand Down Expand Up @@ -1715,7 +1715,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^7.0.0, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^7.0.0, @celo/contractkit@npm:^7.1.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 257d764

Please sign in to comment.