Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 26b9779 commit b5f81b5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"loud-kids-dress",
"many-cobras-live",
"moody-falcons-remain",
"nice-fireants-cheat",
"orange-penguins-sneeze",
"perfect-pianos-jump",
"polite-pets-push",
Expand All @@ -65,6 +66,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
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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.

- Updated dependencies [[`26b9779`](https://github.com/celo-org/developer-tooling/commit/26b9779071ecb0283644412587d5a6d8bd6fd5a0)]:
- @celo/base@7.0.0-beta.1

## 6.0.0-beta.6

### Patch 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": "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,7 +38,7 @@
},
"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",
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
4 changes: 2 additions & 2 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,7 +1695,7 @@ __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"
Expand Down

0 comments on commit b5f81b5

Please sign in to comment.