Skip to content

Commit

Permalink
Version Packages (beta) (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 4, 2024
1 parent 59f4b42 commit 8e783d9
Show file tree
Hide file tree
Showing 26 changed files with 207 additions and 84 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"angry-coats-decide",
"chilly-plums-tap",
"cool-hairs-report",
"cuddly-rivers-scream",
"dry-plants-happen",
"early-geckos-rescue",
"eighty-adults-hunt",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 5.1.0-beta.2

### Minor Changes

- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it.

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-ledger@6.0.0-beta.2
- @celo/wallet-local@6.0.0-beta.2
- @celo/contractkit@8.1.0-beta.1
- @celo/connect@6.0.0-beta.1
- @celo/wallet-hsm-azure@6.0.0-beta.2

## 5.1.0-beta.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.1.0-beta.1",
"version": "5.1.0-beta.2",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -35,17 +35,17 @@
"@celo/abis": "11.0.0",
"@celo/base": "^6.1.0-beta.0",
"@celo/compliance": "~1.0.20",
"@celo/connect": "^6.0.0-beta.0",
"@celo/contractkit": "^8.1.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/contractkit": "^8.1.0-beta.1",
"@celo/cryptographic-utils": "^5.1.0-beta.0",
"@celo/explorer": "^5.0.11-beta.0",
"@celo/governance": "^5.1.2-beta.0",
"@celo/identity": "^5.1.2",
"@celo/phone-utils": "^6.0.3-beta.0",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-hsm-azure": "^6.0.0-beta.1",
"@celo/wallet-ledger": "^6.0.0-beta.1",
"@celo/wallet-local": "^6.0.0-beta.1",
"@celo/wallet-hsm-azure": "^6.0.0-beta.2",
"@celo/wallet-ledger": "^6.0.0-beta.2",
"@celo/wallet-local": "^6.0.0-beta.2",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^0.2.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/connect

## 6.0.0-beta.1

### Minor Changes

- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it.

## 6.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/contractkit

## 8.1.0-beta.1

### Minor Changes

- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it.

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-local@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1

## 8.1.0-beta.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "8.1.0-beta.0",
"version": "8.1.0-beta.1",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -27,9 +27,9 @@
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/[email protected]",
"@celo/base": "^6.1.0-beta.0",
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-local": "^6.0.0-beta.0",
"@celo/wallet-local": "^6.0.0-beta.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @celo/wallet-base

## 6.0.0-beta.2

### Minor Changes

- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it.

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/connect@6.0.0-beta.1

## 6.0.0-beta.1

## 6.0.0-beta.0
Expand Down
4 changes: 2 additions & 2 deletions 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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@celo/base": "^6.1.0-beta.0",
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/utils": "^7.0.0-beta.0",
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/util": "8.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/wallets/wallet-hsm-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/wallet-hsm-aws

## 6.0.0-beta.2

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-base@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1
- @celo/wallet-hsm@6.0.0-beta.2
- @celo/wallet-remote@6.0.0-beta.2

## 6.0.0-beta.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "AWS HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,11 +22,11 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-base": "^6.0.0-beta.1",
"@celo/wallet-hsm": "^6.0.0-beta.1",
"@celo/wallet-remote": "^6.0.0-beta.1",
"@celo/wallet-base": "^6.0.0-beta.2",
"@celo/wallet-hsm": "^6.0.0-beta.2",
"@celo/wallet-remote": "^6.0.0-beta.2",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/secp256k1": "^4.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/wallets/wallet-hsm-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/wallet-hsm-azure

## 6.0.0-beta.2

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-base@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1
- @celo/wallet-hsm@6.0.0-beta.2
- @celo/wallet-remote@6.0.0-beta.2

## 6.0.0-beta.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Azure HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -26,11 +26,11 @@
"@azure/keyvault-keys": "^4.7.2",
"@azure/keyvault-secrets": "^4.7.0",
"@celo/base": "^6.1.0-beta.0",
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-base": "^6.0.0-beta.1",
"@celo/wallet-hsm": "^6.0.0-beta.1",
"@celo/wallet-remote": "^6.0.0-beta.1",
"@celo/wallet-base": "^6.0.0-beta.2",
"@celo/wallet-hsm": "^6.0.0-beta.2",
"@celo/wallet-remote": "^6.0.0-beta.2",
"@ethereumjs/util": "8.0.5",
"@types/secp256k1": "^4.0.0",
"bignumber.js": "^9.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/wallets/wallet-hsm-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/wallet-hsm-gcp

## 6.0.0-beta.2

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-base@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1
- @celo/wallet-hsm@6.0.0-beta.2
- @celo/wallet-remote@6.0.0-beta.2

## 6.0.0-beta.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "GCP HSM wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -20,11 +20,11 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-base": "^6.0.0-beta.1",
"@celo/wallet-hsm": "^6.0.0-beta.1",
"@celo/wallet-remote": "^6.0.0-beta.1",
"@celo/wallet-base": "^6.0.0-beta.2",
"@celo/wallet-hsm": "^6.0.0-beta.2",
"@celo/wallet-remote": "^6.0.0-beta.2",
"@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.0-beta.2

## 6.0.0-beta.1

## 6.0.0-beta.0
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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "HSM wallet implementation utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/wallets/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/wallet-ledger

## 6.0.0-beta.2

### Minor Changes

- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it.

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-base@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1
- @celo/wallet-remote@6.0.0-beta.2

## 6.0.0-beta.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Ledger wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -25,11 +25,11 @@
},
"dependencies": {
"@celo/base": "^6.1.0-beta.0",
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-base": "^6.0.0-beta.1",
"@celo/wallet-remote": "^6.0.0-beta.1",
"@celo/wallet-base": "^6.0.0-beta.2",
"@celo/wallet-remote": "^6.0.0-beta.2",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/errors": "^6.16.4",
"@ledgerhq/hw-app-eth": "git+https://github.com:celo-org/ledgerjs-hw-app-eth.git#commit=49bdd4f163f5ff73daa9f54f8e46aa2882b85f44",
Expand All @@ -38,7 +38,7 @@
"semver": "^7.6.0"
},
"devDependencies": {
"@celo/contractkit": "^8.1.0-beta.0",
"@celo/contractkit": "^8.1.0-beta.1",
"@celo/typescript": "workspace:^",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@noble/curves": "^1.4.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/wallets/wallet-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/wallet-local

## 6.0.0-beta.2

### Minor Changes

- [#264](https://github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://github.com/nicolasbrugneaux)! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the `kit.populateMaxFeeInToken` method with your transaction and then send it.

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-base@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1

## 6.0.0-beta.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@celo/base": "^6.1.0-beta.0",
"@celo/connect": "^6.0.0-beta.0",
"@celo/connect": "^6.0.0-beta.1",
"@celo/utils": "^7.0.0-beta.0",
"@celo/wallet-base": "^6.0.0-beta.1",
"@celo/wallet-base": "^6.0.0-beta.2",
"@ethereumjs/util": "8.0.5"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/wallets/wallet-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/wallet-remote

## 6.0.0-beta.2

### Patch Changes

- Updated dependencies [[`59f4b42`](https://github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e)]:
- @celo/wallet-base@6.0.0-beta.2
- @celo/connect@6.0.0-beta.1

## 6.0.0-beta.1

### Patch Changes
Expand Down
Loading

0 comments on commit 8e783d9

Please sign in to comment.