Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent d688c0b commit af46a45
Show file tree
Hide file tree
Showing 23 changed files with 134 additions and 65 deletions.
7 changes: 0 additions & 7 deletions .changeset/little-carpets-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-impalas-smoke.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.2.3

### Patch Changes

- [#430](https://github.com/celo-org/developer-tooling/pull/430) [`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Change a dependency to use npm rather than github

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51), [`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-ledger@6.0.3
- @celo/wallet-local@6.0.3
- @celo/wallet-hsm-azure@6.0.3

## 5.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "5.2.2",
"version": "5.2.3",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -48,9 +48,9 @@
"@celo/identity": "^5.1.2",
"@celo/phone-utils": "^6.0.3",
"@celo/utils": "^7.0.0",
"@celo/wallet-hsm-azure": "^6.0.2",
"@celo/wallet-ledger": "^6.0.2",
"@celo/wallet-local": "^6.0.2",
"@celo/wallet-hsm-azure": "^6.0.3",
"@celo/wallet-ledger": "^6.0.3",
"@celo/wallet-local": "^6.0.3",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/wallet-base

## 6.0.3

### Patch Changes

- [#430](https://github.com/celo-org/developer-tooling/pull/430) [`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Improve support for celo-legacy and modern txs within ledger

## 6.0.2

## 6.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-base",
"version": "6.0.2",
"version": "6.0.3",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-aws

## 6.0.3

### Patch Changes

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3
- @celo/wallet-hsm@6.0.3
- @celo/wallet-remote@6.0.3

## 6.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-aws",
"version": "6.0.2",
"version": "6.0.3",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@celo/connect": "^6.0.1",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-hsm": "^6.0.2",
"@celo/wallet-remote": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@celo/wallet-hsm": "^6.0.3",
"@celo/wallet-remote": "^6.0.3",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/secp256k1": "^4.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-azure

## 6.0.3

### Patch Changes

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3
- @celo/wallet-hsm@6.0.3
- @celo/wallet-remote@6.0.3

## 6.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-azure",
"version": "6.0.2",
"version": "6.0.3",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-hsm": "^6.0.2",
"@celo/wallet-remote": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@celo/wallet-hsm": "^6.0.3",
"@celo/wallet-remote": "^6.0.3",
"@ethereumjs/util": "8.0.5",
"@types/secp256k1": "^4.0.0",
"bignumber.js": "^9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-hsm-gcp

## 6.0.3

### Patch Changes

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3
- @celo/wallet-hsm@6.0.3
- @celo/wallet-remote@6.0.3

## 6.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/wallets/wallet-hsm-gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm-gcp",
"version": "6.0.2",
"version": "6.0.3",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"@celo/connect": "^6.0.1",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-hsm": "^6.0.2",
"@celo/wallet-remote": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@celo/wallet-hsm": "^6.0.3",
"@celo/wallet-remote": "^6.0.3",
"@ethereumjs/util": "8.0.5",
"@google-cloud/kms": "~2.9.0",
"@noble/curves": "^1.3.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/wallets/wallet-hsm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @celo/wallet-hsm

## 6.0.3

## 6.0.2

## 6.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-hsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-hsm",
"version": "6.0.2",
"version": "6.0.3",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/wallets/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/wallet-ledger

## 6.0.3

### Patch Changes

- [#430](https://github.com/celo-org/developer-tooling/pull/430) [`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Improve support for celo-legacy and modern txs within ledger

- [#430](https://github.com/celo-org/developer-tooling/pull/430) [`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Change a dependency to use npm rather than github

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3
- @celo/wallet-remote@6.0.3

## 6.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/wallets/wallet-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-ledger",
"version": "6.0.2",
"version": "6.0.3",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@celo/hw-app-eth": "^1.0.0",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-remote": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@celo/wallet-remote": "^6.0.3",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^6.16.4",
"@ledgerhq/hw-transport": "^6.30.6",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/wallets/wallet-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-local

## 6.0.3

### Patch Changes

- [#430](https://github.com/celo-org/developer-tooling/pull/430) [`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Improve support for celo-legacy and modern txs within ledger

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3

## 6.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-local",
"version": "6.0.2",
"version": "6.0.3",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@ethereumjs/util": "8.0.5"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/wallets/wallet-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/wallet-remote

## 6.0.3

### Patch Changes

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3

## 6.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/wallets/wallet-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-remote",
"version": "6.0.2",
"version": "6.0.3",
"description": "Remote wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@celo/connect": "^6.0.1",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/wallets/wallet-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/wallet-rpc

## 6.0.3

### Patch Changes

- Updated dependencies [[`4efb02c`](https://github.com/celo-org/developer-tooling/commit/4efb02c29066bef421f8ab9b4741f35bf4b62b51)]:
- @celo/wallet-base@6.0.3
- @celo/wallet-remote@6.0.3

## 6.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/wallets/wallet-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-rpc",
"version": "6.0.2",
"version": "6.0.3",
"description": "Geth RPC wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,8 +25,8 @@
"@celo/base": "^6.1.0",
"@celo/connect": "^6.0.1",
"@celo/utils": "^7.0.0",
"@celo/wallet-base": "^6.0.2",
"@celo/wallet-remote": "^6.0.2",
"@celo/wallet-base": "^6.0.3",
"@celo/wallet-remote": "^6.0.3",
"@types/bn.js": "^5.1.0",
"bignumber.js": "^9.0.0",
"debug": "^4.1.1"
Expand Down
Loading

0 comments on commit af46a45

Please sign in to comment.