Skip to content

Commit

Permalink
Version Packages (beta) (#489)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to master, this PR
will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`master` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `master`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @celo/wallet-ledger@7.0.0-beta.0

### Major Changes

- [#488](#488)
[`07c4c78`](07c4c78)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Interfaces for
newLedgerWalletWithSetup and LedgerWallet constructor have changed.

`newLedgerWalletWithSetup` replaced positional arguments for named
arguments and added changeIndexes

    ```diff
      newLedgerWalletWithSetup(
        transport: any,
    -    derivationPathIndexes?: number[],
    -    baseDerivationPath?: string,
    -    ledgerAddressValidation?: AddressValidation,
    -    isCel2?: boolean
    +    options: LedgerWalletSetup
      )

    + interface LedgerWalletSetup {
    +   derivationPathIndexes?: number[]
    +   changeIndexes?: number[]
    +   baseDerivationPath?: string
    +   ledgerAddressValidation?: AddressValidation
    +   isCel2?: boolean
    + }

    ```

`new LedgerWallet` moved transport to first position and added
changeIndexes in 4th

    ```diff
    new LedgerWallet(
    +    transport,
        derivationPathIndexes,
        baseDerivationPath,
    -    transport,
    +    changeIndexes,
        ledgerAddressValidation,
        isCel2
      )
    ```

### Minor Changes

- [#488](#488)
[`07c4c78`](07c4c78)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - It is now possible
to iterate over both the change and address indexes to look thru more
bip44 paths for addresses. just pass changeIndexes into LedgerWallet.

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/wallet-remote@7.0.0-beta.0
    -   @celo/wallet-base@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/celocli@6.1.0-beta.0

### Minor Changes

- [#470](#470)
[`770bfa4`](770bfa4)
Thanks [@shazarre](https://github.com/shazarre)! - Introduce
`validatorgroup:rpc-urls` command to list community RPC nodes

- [#488](#488)
[`07c4c78`](07c4c78)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - add
--derivationPath to config:set for setting global deriviationPath.
Usefull when using ledger devices and when generated new accounts.

- [#488](#488)
[`07c4c78`](07c4c78)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Add
--ledgerLiveMode flag for use with --useLedger flag. This is useful for
using same addresses on celocli as LedgerLive uses.

- [#508](#508)
[`8fb95c9`](8fb95c9)
Thanks [@shazarre](https://github.com/shazarre)! - Support delegation
for vote signers

- [#507](#507)
[`0517378`](0517378)
Thanks [@shazarre](https://github.com/shazarre)! - --useMultiSig support
for governance:withdraw command

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- [#493](#493)
[`075a270`](075a270)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix
releasegold:transfer-dollars bug with pre run checks

- Updated dependencies
\[[`770bfa4`](770bfa4),
[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78),
[`07c4c78`](07c4c78),
[`07c4c78`](07c4c78)]:
    -   @celo/metadata-claims@1.0.1-beta.0
    -   @celo/wallet-hsm-azure@7.0.0-beta.0
    -   @celo/cryptographic-utils@5.1.2-beta.0
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/wallet-ledger@7.0.0-beta.0
    -   @celo/wallet-local@7.0.0-beta.0
    -   @celo/contractkit@9.0.1-beta.0
    -   @celo/phone-utils@6.0.5-beta.0
    -   @celo/governance@5.1.5-beta.0
    -   @celo/explorer@5.0.14-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/dev-utils@0.0.8-beta.0

### Patch Changes

- Updated dependencies
\[[`79cd947`](79cd947)]:
    -   @celo/connect@6.1.1-beta.0

## @celo/base@7.0.1-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#488](#488)
[`07c4c78`](07c4c78)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - New export type
DerivationPath. Useful for when a value Must match first part of BIP44

## @celo/connect@6.1.1-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0

## @celo/contractkit@9.0.1-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/wallet-local@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/cryptographic-utils@5.1.2-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0

## @celo/explorer@5.0.14-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/contractkit@9.0.1-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/governance@5.1.5-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/contractkit@9.0.1-beta.0
    -   @celo/explorer@5.0.14-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/keystores@5.0.13-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/wallet-local@7.0.0-beta.0

## @celo/metadata-claims@1.0.1-beta.0

### Patch Changes

- [#470](#470)
[`770bfa4`](770bfa4)
Thanks [@shazarre](https://github.com/shazarre)! - Backwards
compatibility for existing ATTESTATIONS_SERVICE_URL claims

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0

## @celo/network-utils@5.0.7-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

## @celo/phone-utils@6.0.5-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0

## @celo/transactions-uri@5.0.13-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`07c4c78`](07c4c78)]:
    -   @celo/base@7.0.1-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/utils@8.0.1-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`07c4c78`](07c4c78)]:
    -   @celo/base@7.0.1-beta.0

## @celo/wallet-base@7.0.0-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/wallet-hsm@7.0.0-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`07c4c78`](07c4c78)]:
    -   @celo/base@7.0.1-beta.0

## @celo/wallet-hsm-aws@7.0.0-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94)]:
    -   @celo/wallet-hsm@7.0.0-beta.0
    -   @celo/utils@8.0.1-beta.0
    -   @celo/wallet-remote@7.0.0-beta.0
    -   @celo/wallet-base@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/wallet-hsm-azure@7.0.0-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/wallet-hsm@7.0.0-beta.0
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/wallet-remote@7.0.0-beta.0
    -   @celo/wallet-base@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/wallet-hsm-gcp@7.0.0-beta.0

### Patch Changes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers
to use audited version

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94)]:
    -   @celo/wallet-hsm@7.0.0-beta.0
    -   @celo/utils@8.0.1-beta.0
    -   @celo/wallet-remote@7.0.0-beta.0
    -   @celo/wallet-base@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/wallet-local@7.0.0-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94),
[`07c4c78`](07c4c78)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/base@7.0.1-beta.0
    -   @celo/wallet-base@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/wallet-remote@7.0.0-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`2e02d94`](2e02d94)]:
    -   @celo/utils@8.0.1-beta.0
    -   @celo/wallet-base@7.0.0-beta.0
    -   @celo/connect@6.1.1-beta.0

## @celo/viem-account-ledger@1.0.1-beta.0

### Patch Changes

- [#497](#497)
[`79cd947`](79cd947)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json
link fixes

- [#492](#492)
[`2e02d94`](2e02d94)
Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies
\[[`2e02d94`](2e02d94),
[`79cd947`](79cd947),
[`07c4c78`](07c4c78)]:
    -   @celo/base@7.0.1-beta.0


<!-- start pr-codex -->

---

## PR-Codex overview
This PR primarily focuses on updating various packages within the Celo
ecosystem to their beta versions, enhancing dependency management, and
fixing package links.

### Detailed summary
- Updated `@celo/dev-utils` to `0.0.8-beta.0`
- Updated several packages to their respective beta versions
- Added multiple changesets for version tracking
- Updated changelogs across various packages with patch changes
- Improved dependency links and fixed package.json entries across
modules

> The following files were skipped due to too many changes: `yarn.lock`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 14, 2025
1 parent 0517378 commit f76274f
Show file tree
Hide file tree
Showing 48 changed files with 621 additions and 263 deletions.
16 changes: 15 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,19 @@
"@celo/typescript": "0.0.1",
"@celo/viem-account-ledger": "1.0.0"
},
"changesets": []
"changesets": [
"afraid-wombats-agree",
"brave-brooms-report",
"calm-wasps-grow",
"curly-dolls-heal",
"early-sloths-approve",
"healthy-days-reply",
"kind-cups-reflect",
"nasty-feet-clean",
"neat-seahorses-admire",
"quiet-deers-explode",
"serious-ads-allow",
"small-eyes-exercise",
"yellow-cameras-talk"
]
}
36 changes: 36 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## 6.1.0-beta.0

### Minor Changes

- [#470](https://github.com/celo-org/developer-tooling/pull/470) [`770bfa4`](https://github.com/celo-org/developer-tooling/commit/770bfa47af12ce8fbe0a4884481034ca26d3b29d) Thanks [@shazarre](https://github.com/shazarre)! - Introduce `validatorgroup:rpc-urls` command to list community RPC nodes

- [#488](https://github.com/celo-org/developer-tooling/pull/488) [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - add --derivationPath to config:set for setting global deriviationPath. Usefull when using ledger devices and when generated new accounts.

- [#488](https://github.com/celo-org/developer-tooling/pull/488) [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Add --ledgerLiveMode flag for use with --useLedger flag. This is useful for using same addresses on celocli as LedgerLive uses.

- [#508](https://github.com/celo-org/developer-tooling/pull/508) [`8fb95c9`](https://github.com/celo-org/developer-tooling/commit/8fb95c904ee2fd96220658b067ac60193b22a2d9) Thanks [@shazarre](https://github.com/shazarre)! - Support delegation for vote signers

- [#507](https://github.com/celo-org/developer-tooling/pull/507) [`0517378`](https://github.com/celo-org/developer-tooling/commit/0517378e1160990238b4cf670e0fed841eb953ea) Thanks [@shazarre](https://github.com/shazarre)! - --useMultiSig support for governance:withdraw command

### Patch Changes

- [#497](https://github.com/celo-org/developer-tooling/pull/497) [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json link fixes

- [#492](https://github.com/celo-org/developer-tooling/pull/492) [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- [#493](https://github.com/celo-org/developer-tooling/pull/493) [`075a270`](https://github.com/celo-org/developer-tooling/commit/075a270b98c806046226ee151de4027040ae4b05) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix releasegold:transfer-dollars bug with pre run checks

- Updated dependencies [[`770bfa4`](https://github.com/celo-org/developer-tooling/commit/770bfa47af12ce8fbe0a4884481034ca26d3b29d), [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de), [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1)]:
- @celo/metadata-claims@1.0.1-beta.0
- @celo/wallet-hsm-azure@7.0.0-beta.0
- @celo/cryptographic-utils@5.1.2-beta.0
- @celo/utils@8.0.1-beta.0
- @celo/base@7.0.1-beta.0
- @celo/wallet-ledger@7.0.0-beta.0
- @celo/wallet-local@7.0.0-beta.0
- @celo/contractkit@9.0.1-beta.0
- @celo/phone-utils@6.0.5-beta.0
- @celo/governance@5.1.5-beta.0
- @celo/explorer@5.0.14-beta.0
- @celo/connect@6.1.1-beta.0

## 6.0.0

### Major Changes
Expand Down
28 changes: 14 additions & 14 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",
"version": "6.1.0-beta.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -42,20 +42,20 @@
},
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/base": "^7.0.0",
"@celo/base": "^7.0.1-beta.0",
"@celo/compliance": "~1.0.25",
"@celo/connect": "^6.1.0",
"@celo/contractkit": "^9.0.0",
"@celo/cryptographic-utils": "^5.1.1",
"@celo/explorer": "^5.0.13",
"@celo/governance": "^5.1.4",
"@celo/connect": "^6.1.1-beta.0",
"@celo/contractkit": "^9.0.1-beta.0",
"@celo/cryptographic-utils": "^5.1.2-beta.0",
"@celo/explorer": "^5.0.14-beta.0",
"@celo/governance": "^5.1.5-beta.0",
"@celo/identity": "^5.1.2",
"@celo/metadata-claims": "^1.0.0",
"@celo/phone-utils": "^6.0.4",
"@celo/utils": "^8.0.0",
"@celo/wallet-hsm-azure": "^6.0.4",
"@celo/wallet-ledger": "^6.0.4",
"@celo/wallet-local": "^6.0.4",
"@celo/metadata-claims": "^1.0.1-beta.0",
"@celo/phone-utils": "^6.0.5-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-hsm-azure": "^7.0.0-beta.0",
"@celo/wallet-ledger": "^7.0.0-beta.0",
"@celo/wallet-local": "^7.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.7",
"@celo/dev-utils": "0.0.8-beta.0",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/dev-utils

## 0.0.8-beta.0

### Patch Changes

- Updated dependencies [[`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de)]:
- @celo/connect@6.1.1-beta.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/dev-utils",
"version": "0.0.7",
"version": "0.0.8-beta.0",
"description": "util package for celo packages that should only be a devDependency",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@celo/abis": "^11.0.0",
"@celo/connect": "^6.1.0",
"@celo/connect": "^6.1.1-beta.0",
"@viem/anvil": "^0.0.9",
"bignumber.js": "^9.0.0",
"fs-extra": "^8.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/base

## 7.0.1-beta.0

### Patch Changes

- [#492](https://github.com/celo-org/developer-tooling/pull/492) [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers to use audited version

- [#497](https://github.com/celo-org/developer-tooling/pull/497) [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json link fixes

- [#488](https://github.com/celo-org/developer-tooling/pull/488) [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - New export type DerivationPath. Useful for when a value Must match first part of BIP44

## 7.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions 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",
"version": "7.0.1-beta.0",
"description": "Celo base common utils, no dependencies",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -9,9 +9,9 @@
"sideEffects": false,
"homepage": "https://docs.celo.org/developer/tools#celo-sdk-reference-docs",
"repository": {
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/base"
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/base"
},
"scripts": {
"prepublishOnly": "yarn build",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/connect

## 6.1.1-beta.0

### Patch Changes

- [#497](https://github.com/celo-org/developer-tooling/pull/497) [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json link fixes

- Updated dependencies [[`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de), [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1)]:
- @celo/utils@8.0.1-beta.0
- @celo/base@7.0.1-beta.0

## 6.1.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "6.1.0",
"version": "6.1.1-beta.0",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -9,9 +9,9 @@
"license": "Apache-2.0",
"homepage": "https://docs.celo.org/developer/tools",
"repository": {
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/connect"
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/connect"
},
"keywords": [
"celo",
Expand All @@ -26,8 +26,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "^7.0.0",
"@celo/utils": "^8.0.0",
"@celo/base": "^7.0.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/contractkit

## 9.0.1-beta.0

### Patch Changes

- [#497](https://github.com/celo-org/developer-tooling/pull/497) [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json link fixes

- [#492](https://github.com/celo-org/developer-tooling/pull/492) [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies [[`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de), [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1)]:
- @celo/utils@8.0.1-beta.0
- @celo/base@7.0.1-beta.0
- @celo/wallet-local@7.0.0-beta.0
- @celo/connect@6.1.1-beta.0

## 9.0.0

### Major Changes
Expand Down
18 changes: 9 additions & 9 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",
"version": "9.0.1-beta.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -9,9 +9,9 @@
"license": "Apache-2.0",
"homepage": "https://docs.celo.org/developer-guide/contractkit",
"repository": {
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/contractkit"
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/contractkit"
},
"keywords": [
"celo",
Expand All @@ -32,10 +32,10 @@
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/abis@12.0.0-canary.82",
"@celo/base": "^7.0.0",
"@celo/connect": "^6.1.0",
"@celo/utils": "^8.0.0",
"@celo/wallet-local": "^6.0.4",
"@celo/base": "^7.0.1-beta.0",
"@celo/connect": "^6.1.1-beta.0",
"@celo/utils": "^8.0.1-beta.0",
"@celo/wallet-local": "^7.0.0-beta.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.7",
"@celo/dev-utils": "0.0.8-beta.0",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.5",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/cryptographic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @celo/cryptographic-utils

## 5.1.2-beta.0

### Patch Changes

- [#492](https://github.com/celo-org/developer-tooling/pull/492) [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump @noble/ciphers to use audited version

- [#497](https://github.com/celo-org/developer-tooling/pull/497) [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json link fixes

- [#492](https://github.com/celo-org/developer-tooling/pull/492) [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Bump dependncies up

- Updated dependencies [[`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de), [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1)]:
- @celo/utils@8.0.1-beta.0
- @celo/base@7.0.1-beta.0

## 5.1.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/cryptographic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/cryptographic-utils",
"version": "5.1.1",
"version": "5.1.2-beta.0",
"description": "Some Celo utils for comment/data encryption, bls, and mnemonics",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -9,9 +9,9 @@
"sideEffects": false,
"homepage": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/cryptographic-utils",
"repository": {
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/cryptographic-utils"
"type": "git",
"url": "git+https:/github.com/celo-org/developer-tooling.git",
"directory": "packages/sdk/cryptographic-utils"
},
"scripts": {
"prepublishOnly": "yarn build",
Expand All @@ -26,9 +26,9 @@
"lib/**/*"
],
"dependencies": {
"@celo/base": "^7.0.0",
"@celo/base": "^7.0.1-beta.0",
"@celo/bls12377js": "0.1.1",
"@celo/utils": "^8.0.0",
"@celo/utils": "^8.0.1-beta.0",
"@noble/ciphers": "1.1.3",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/explorer

## 5.0.14-beta.0

### Patch Changes

- [#497](https://github.com/celo-org/developer-tooling/pull/497) [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - chore: package.json link fixes

- Updated dependencies [[`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`79cd947`](https://github.com/celo-org/developer-tooling/commit/79cd94725582be0c62133e98b922d19ed9c0b5de), [`2e02d94`](https://github.com/celo-org/developer-tooling/commit/2e02d943adb859b3a5b71432d1d232f3dca44733), [`07c4c78`](https://github.com/celo-org/developer-tooling/commit/07c4c7854f419dd07fbf09fe966fb5b378a139d1)]:
- @celo/utils@8.0.1-beta.0
- @celo/base@7.0.1-beta.0
- @celo/contractkit@9.0.1-beta.0
- @celo/connect@6.1.1-beta.0

## 5.0.13

### Patch Changes
Expand Down
Loading

0 comments on commit f76274f

Please sign in to comment.