diff --git a/.changeset/pre.json b/.changeset/pre.json index a63152259..a8cc8086d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -53,6 +53,8 @@ "loud-kids-dress", "many-cobras-live", "moody-falcons-remain", + "nice-fireants-cheat", + "orange-frogs-smile", "orange-penguins-sneeze", "perfect-pianos-jump", "polite-pets-push", @@ -65,6 +67,8 @@ "smart-berries-accept", "smart-guests-refuse", "strong-flowers-heal", + "tasty-hounds-occur", + "tasty-schools-reply", "thirty-pugs-smile", "three-spies-wonder", "tricky-bobcats-trade", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 76896b489..6d58e6695 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 6.0.0-beta.7 + +### Minor Changes + +- [#471](https://github.com/celo-org/developer-tooling/pull/471) [`26b9779`](https://github.com/celo-org/developer-tooling/commit/26b9779071ecb0283644412587d5a6d8bd6fd5a0) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - For `account:new` command add alias "celoLegacy" to the `--derivationPath` flag + +### Patch Changes + +- [#471](https://github.com/celo-org/developer-tooling/pull/471) [`26b9779`](https://github.com/celo-org/developer-tooling/commit/26b9779071ecb0283644412587d5a6d8bd6fd5a0) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - when account:new is called it displays the full bip44 derivation path in the output. Before it would miss the last 2 positions. + +- [#480](https://github.com/celo-org/developer-tooling/pull/480) [`b83d8c4`](https://github.com/celo-org/developer-tooling/commit/b83d8c4bd34feebdc4994dbbae198a1aa5b7eb34) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Recommended node version is now node 20 + +- Updated dependencies [[`b83d8c4`](https://github.com/celo-org/developer-tooling/commit/b83d8c4bd34feebdc4994dbbae198a1aa5b7eb34), [`26b9779`](https://github.com/celo-org/developer-tooling/commit/26b9779071ecb0283644412587d5a6d8bd6fd5a0)]: + - @celo/contractkit@9.0.0-beta.5 + - @celo/base@7.0.0-beta.1 + ## 6.0.0-beta.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 45a31d115..4c186b226 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": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "author": "Celo", "license": "Apache-2.0", "repository": "celo-org/developer-tooling", @@ -38,10 +38,10 @@ }, "dependencies": { "@celo/abis": "11.0.0", - "@celo/base": "^7.0.0-beta.0", + "@celo/base": "^7.0.0-beta.1", "@celo/compliance": "~1.0.23", "@celo/connect": "^6.1.0-beta.1", - "@celo/contractkit": "^9.0.0-beta.4", + "@celo/contractkit": "^9.0.0-beta.5", "@celo/cryptographic-utils": "^5.1.1-beta.0", "@celo/explorer": "^5.0.13-beta.1", "@celo/governance": "^5.1.4-beta.3", diff --git a/packages/sdk/base/CHANGELOG.md b/packages/sdk/base/CHANGELOG.md index abc5c1502..9a7293d24 100644 --- a/packages/sdk/base/CHANGELOG.md +++ b/packages/sdk/base/CHANGELOG.md @@ -1,5 +1,11 @@ # @celo/base +## 7.0.0-beta.1 + +### Minor Changes + +- [#471](https://github.com/celo-org/developer-tooling/pull/471) [`26b9779`](https://github.com/celo-org/developer-tooling/commit/26b9779071ecb0283644412587d5a6d8bd6fd5a0) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - add DerivationPathAliases export + ## 7.0.0-beta.0 ### Major Changes diff --git a/packages/sdk/base/package.json b/packages/sdk/base/package.json index 5ed6451be..7e9fab770 100644 --- a/packages/sdk/base/package.json +++ b/packages/sdk/base/package.json @@ -1,6 +1,6 @@ { "name": "@celo/base", - "version": "7.0.0-beta.0", + "version": "7.0.0-beta.1", "description": "Celo base common utils, no dependencies", "author": "Celo", "license": "Apache-2.0", diff --git a/packages/sdk/contractkit/CHANGELOG.md b/packages/sdk/contractkit/CHANGELOG.md index d01debe4e..abf652f35 100644 --- a/packages/sdk/contractkit/CHANGELOG.md +++ b/packages/sdk/contractkit/CHANGELOG.md @@ -1,5 +1,14 @@ # @celo/contractkit +## 9.0.0-beta.5 + +### Patch Changes + +- [#480](https://github.com/celo-org/developer-tooling/pull/480) [`b83d8c4`](https://github.com/celo-org/developer-tooling/commit/b83d8c4bd34feebdc4994dbbae198a1aa5b7eb34) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Recommended node version is now node 20 + +- Updated dependencies [[`26b9779`](https://github.com/celo-org/developer-tooling/commit/26b9779071ecb0283644412587d5a6d8bd6fd5a0)]: + - @celo/base@7.0.0-beta.1 + ## 9.0.0-beta.4 ### Patch Changes diff --git a/packages/sdk/contractkit/package.json b/packages/sdk/contractkit/package.json index 03c3564d0..a20a669f1 100644 --- a/packages/sdk/contractkit/package.json +++ b/packages/sdk/contractkit/package.json @@ -1,6 +1,6 @@ { "name": "@celo/contractkit", - "version": "9.0.0-beta.4", + "version": "9.0.0-beta.5", "description": "Celo's ContractKit to interact with Celo network", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -28,7 +28,7 @@ "dependencies": { "@celo/abis": "11.0.0", "@celo/abis-12": "npm:@celo/abis@12.0.0-canary.76", - "@celo/base": "^7.0.0-beta.0", + "@celo/base": "^7.0.0-beta.1", "@celo/connect": "^6.1.0-beta.1", "@celo/utils": "^8.0.0-beta.0", "@celo/wallet-local": "^6.0.4-beta.1", diff --git a/packages/sdk/metadata-claims/package.json b/packages/sdk/metadata-claims/package.json index 5bd7d4d69..84eb7def0 100644 --- a/packages/sdk/metadata-claims/package.json +++ b/packages/sdk/metadata-claims/package.json @@ -24,7 +24,7 @@ "lint": "yarn run --top-level eslint -c .eslintrc.js " }, "dependencies": { - "@celo/base": "^7.0.0-beta.0", + "@celo/base": "^7.0.0-beta.1", "@celo/utils": "^8.0.0-beta.0", "cross-fetch": "3.1.5", "fp-ts": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 9d8afce9e..6abcbbdc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1652,7 +1652,7 @@ __metadata: languageName: node linkType: hard -"@celo/base@npm:^7.0.0-beta.0, @celo/base@workspace:packages/sdk/base": +"@celo/base@npm:^7.0.0-beta.0, @celo/base@npm:^7.0.0-beta.1, @celo/base@workspace:packages/sdk/base": version: 0.0.0-use.local resolution: "@celo/base@workspace:packages/sdk/base" dependencies: @@ -1695,11 +1695,11 @@ __metadata: resolution: "@celo/celocli@workspace:packages/cli" dependencies: "@celo/abis": "npm:11.0.0" - "@celo/base": "npm:^7.0.0-beta.0" + "@celo/base": "npm:^7.0.0-beta.1" "@celo/celo-devchain": "npm:^7.0.0" "@celo/compliance": "npm:~1.0.23" "@celo/connect": "npm:^6.1.0-beta.1" - "@celo/contractkit": "npm:^9.0.0-beta.4" + "@celo/contractkit": "npm:^9.0.0-beta.5" "@celo/cryptographic-utils": "npm:^5.1.1-beta.0" "@celo/dev-utils": "npm:0.0.7-beta.2" "@celo/explorer": "npm:^5.0.13-beta.1" @@ -1830,13 +1830,13 @@ __metadata: languageName: node linkType: hard -"@celo/contractkit@npm:^9.0.0-beta.3, @celo/contractkit@npm:^9.0.0-beta.4, @celo/contractkit@workspace:^, @celo/contractkit@workspace:packages/sdk/contractkit": +"@celo/contractkit@npm:^9.0.0-beta.3, @celo/contractkit@npm:^9.0.0-beta.4, @celo/contractkit@npm:^9.0.0-beta.5, @celo/contractkit@workspace:^, @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/abis@12.0.0-canary.76" - "@celo/base": "npm:^7.0.0-beta.0" + "@celo/base": "npm:^7.0.0-beta.1" "@celo/celo-devchain": "npm:^7.0.0" "@celo/connect": "npm:^6.1.0-beta.1" "@celo/dev-utils": "npm:0.0.7-beta.2" @@ -2021,7 +2021,7 @@ __metadata: version: 0.0.0-use.local resolution: "@celo/metadata-claims@workspace:packages/sdk/metadata-claims" dependencies: - "@celo/base": "npm:^7.0.0-beta.0" + "@celo/base": "npm:^7.0.0-beta.1" "@celo/celo-devchain": "npm:^7.0.0" "@celo/contractkit": "workspace:^" "@celo/dev-utils": "npm:0.0.7-beta.2"