From 7964e7c1b4be57dde46d7f4c83501fc7ea97207b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Feb 2024 12:39:48 +0000 Subject: [PATCH] Version Packages --- .changeset/good-cheetahs-destroy.md | 5 ----- .changeset/happy-rice-camp.md | 6 ------ packages/cli/CHANGELOG.md | 13 +++++++++++++ packages/cli/package.json | 4 ++-- packages/sdk/contractkit/CHANGELOG.md | 6 ++++++ packages/sdk/contractkit/package.json | 2 +- yarn.lock | 4 ++-- 7 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 .changeset/good-cheetahs-destroy.md delete mode 100644 .changeset/happy-rice-camp.md diff --git a/.changeset/good-cheetahs-destroy.md b/.changeset/good-cheetahs-destroy.md deleted file mode 100644 index 2f5379d37..000000000 --- a/.changeset/good-cheetahs-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': patch ---- - -Fix issue where core contracts not having proxy could break cli diff --git a/.changeset/happy-rice-camp.md b/.changeset/happy-rice-camp.md deleted file mode 100644 index e0380a9b3..000000000 --- a/.changeset/happy-rice-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@celo/contractkit': minor -'@celo/celocli': minor ---- - -Activate votes from any account, new optional parameter to specify for account in ElectionWrapper:activate diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c2f5e93fa..83a01c774 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # 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 + +- [#150](https://github.com/celo-org/developer-tooling/pull/150) [`6157c6d`](https://github.com/celo-org/developer-tooling/commit/6157c6d45e6bb0d868cd57155316016e013211fb) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix issue where core contracts not having proxy could break cli + +- Updated dependencies [[`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e)]: + - @celo/contractkit@7.1.0 + ## 4.0.0 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4ab904cf8..781092195 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", @@ -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", diff --git a/packages/sdk/contractkit/CHANGELOG.md b/packages/sdk/contractkit/CHANGELOG.md index c322501f2..36c7b6455 100644 --- a/packages/sdk/contractkit/CHANGELOG.md +++ b/packages/sdk/contractkit/CHANGELOG.md @@ -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 diff --git a/packages/sdk/contractkit/package.json b/packages/sdk/contractkit/package.json index 72823ca6f..9e523c705 100644 --- a/packages/sdk/contractkit/package.json +++ b/packages/sdk/contractkit/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 0e0011d89..97102e667 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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: