Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (beta) #478

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @celo/[email protected]

## 6.0.0-beta.6

### Patch 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": "6.0.0-beta.6",
"version": "6.0.0-beta.7",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/base/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 9.0.0-beta.4

### Patch 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": "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",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/[email protected]",
"@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",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/metadata-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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/[email protected]"
"@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"
Expand Down Expand Up @@ -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"
Expand Down
Loading