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 Mar 20, 2024
1 parent 08b0d6a commit 148c2d6
Show file tree
Hide file tree
Showing 42 changed files with 519 additions and 179 deletions.
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,14 @@
"@celo/wallet-rpc": "5.1.3",
"@celo/typescript": "0.0.1"
},
"changesets": []
"changesets": [
"chatty-planets-trade",
"early-terms-push",
"khaki-lies-wait",
"pretty-taxis-juggle",
"proud-days-hunt",
"rude-hornets-smell",
"seven-carrots-cross",
"slimy-trainers-develop"
]
}
29 changes: 29 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 5.0.0-beta.0

### Major Changes

- [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160) Thanks [@arthurgousset](https://github.com/arthurgousset)! - The following changes are related to adding support for more fee currencies in the @celo packages.

(BREAKING): `--gasCurrency` changed to accept only whitelisted addresses or the string `CELO` instead of previously accepting a StableToken or 'auto'
(ADDED): `celocli network:whitelist` prints the whitelisted feeCurrencies
(ADDED): the cli will automagically convert the previous gasCurrency such as cEUR, cUSD, cREAL, CELO into its address if necessary

### Patch Changes

- [#189](https://github.com/celo-org/developer-tooling/pull/189) [`cbfedf0`](https://github.com/celo-org/developer-tooling/commit/cbfedf0849a69e347a6ee3647b301ca0e7a11cac) Thanks [@renovate](https://github.com/apps/renovate)! - Bumps @celo/identity package to version [5.1.2](https://github.com/celo-org/social-connect/pull/181). This version removes the opentelemetry dependencies, which removes the warnings when users install @celo/celocli.

- [`a317972`](https://github.com/celo-org/developer-tooling/commit/a3179725c4c38274b8e664a0f2853a709911949c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - celocli nework:parameters no longer includes info on stable tokens

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`a317972`](https://github.com/celo-org/developer-tooling/commit/a3179725c4c38274b8e664a0f2853a709911949c), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/contractkit@8.0.0-beta.0
- @celo/utils@6.0.1-beta.0
- @celo/connect@5.2.1-beta.0
- @celo/base@6.0.1-beta.0
- @celo/explorer@5.0.10-beta.0
- @celo/governance@5.1.1-beta.0
- @celo/cryptographic-utils@5.0.8-beta.0
- @celo/phone-utils@6.0.2-beta.0
- @celo/wallet-hsm-azure@5.1.4-beta.0
- @celo/wallet-ledger@5.1.4-beta.0
- @celo/wallet-local@5.1.4-beta.0

## 4.2.0

### Minor Changes
Expand Down
24 changes: 12 additions & 12 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": "4.2.0",
"version": "5.0.0-beta.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -33,19 +33,19 @@
},
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/base": "^6.0.0",
"@celo/base": "^6.0.1-beta.0",
"@celo/compliance": "~1.0.17",
"@celo/connect": "^5.2.0",
"@celo/contractkit": "^7.2.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/explorer": "^5.0.9",
"@celo/governance": "^5.1.0",
"@celo/connect": "^5.2.1-beta.0",
"@celo/contractkit": "^8.0.0-beta.0",
"@celo/cryptographic-utils": "^5.0.8-beta.0",
"@celo/explorer": "^5.0.10-beta.0",
"@celo/governance": "^5.1.1-beta.0",
"@celo/identity": "^5.1.2",
"@celo/phone-utils": "^6.0.1",
"@celo/utils": "^6.0.0",
"@celo/wallet-hsm-azure": "^5.1.3",
"@celo/wallet-ledger": "^5.1.3",
"@celo/wallet-local": "^5.1.3",
"@celo/phone-utils": "^6.0.2-beta.0",
"@celo/utils": "^6.0.1-beta.0",
"@celo/wallet-hsm-azure": "^5.1.4-beta.0",
"@celo/wallet-ledger": "^5.1.4-beta.0",
"@celo/wallet-local": "^5.1.4-beta.0",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@mento-protocol/mento-sdk": "^0.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/base

## 6.0.1-beta.0

### Patch Changes

- [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160) Thanks [@arthurgousset](https://github.com/arthurgousset)! - The following changes are related to adding support for more fee currencies in the @celo packages.

(CHANGED): all places referring to gasCurrencies have been changed from `string` to `StrongAddress` for safer types. This shouldn't impact you as you already should have been giving `0x${string}` in these places

## 6.0.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": "6.0.0",
"version": "6.0.1-beta.0",
"description": "Celo base common utils, no dependencies",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/connect

## 5.2.1-beta.0

### Patch Changes

- [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160) Thanks [@arthurgousset](https://github.com/arthurgousset)! - The following changes are related to adding support for more fee currencies in the @celo packages.

(CHANGED): all places referring to gasCurrencies have been changed from `string` to `StrongAddress` for safer types. This shouldn't impact you as you already should have been giving `0x${string}` in these places

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/utils@6.0.1-beta.0
- @celo/base@6.0.1-beta.0

## 5.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/connect",
"version": "5.2.0",
"version": "5.2.1-beta.0",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/utils": "^6.0.0",
"@celo/base": "^6.0.1-beta.0",
"@celo/utils": "^6.0.1-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
Expand Down
24 changes: 24 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @celo/contractkit

## 8.0.0-beta.0

### Major Changes

- [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160) Thanks [@arthurgousset](https://github.com/arthurgousset)! - The following changes are related to adding support for more fee currencies in the @celo packages.

(BREAKING): `setFeeCurrency` changed to accept an address instead of previously accepting a StableToken
(CHANGED): all places referring to gasCurrencies have been changed from `string` to `StrongAddress` for safer types. This shouldn't impact you as you already should have been giving `0x${string}` in these places
(CHANGED): reinforced the types of most contract wrappers to use `StrongAddress` where appropriate

- [`a317972`](https://github.com/celo-org/developer-tooling/commit/a3179725c4c38274b8e664a0f2853a709911949c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Removes stable token infos from the kit.getNetworkConfig()

Removes from StableTokenWrapper all InflationParameters including, valueToUnits(), unitsToValues(), setInflationParameters(),

Removes the inflation params from StableTokenWrapper.getConfig

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/utils@6.0.1-beta.0
- @celo/connect@5.2.1-beta.0
- @celo/base@6.0.1-beta.0
- @celo/wallet-local@5.1.4-beta.0

## 7.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/contractkit",
"version": "7.2.0",
"version": "8.0.0-beta.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,10 +25,10 @@
},
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.3",
"@celo/base": "^6.0.1-beta.0",
"@celo/connect": "^5.2.1-beta.0",
"@celo/utils": "^6.0.1-beta.0",
"@celo/wallet-local": "^5.1.4-beta.0",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/cryptographic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/cryptographic-utils

## 5.0.8-beta.0

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/utils@6.0.1-beta.0
- @celo/base@6.0.1-beta.0

## 5.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.7",
"version": "5.0.8-beta.0",
"description": "Some Celo utils for comment/data encryption, bls, and mnemonics",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,9 +22,9 @@
"lib/**/*"
],
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/base": "^6.0.1-beta.0",
"@celo/bls12377js": "0.1.1",
"@celo/utils": "^6.0.0",
"@celo/utils": "^6.0.1-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/bn.js": "^5.1.0",
"@types/elliptic": "^6.4.9",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/explorer

## 5.0.10-beta.0

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`a317972`](https://github.com/celo-org/developer-tooling/commit/a3179725c4c38274b8e664a0f2853a709911949c), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/contractkit@8.0.0-beta.0
- @celo/utils@6.0.1-beta.0
- @celo/connect@5.2.1-beta.0
- @celo/base@6.0.1-beta.0

## 5.0.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/explorer",
"version": "5.0.9",
"version": "5.0.10-beta.0",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,10 +22,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0",
"@celo/contractkit": "^7.1.0",
"@celo/utils": "^6.0.0",
"@celo/base": "^6.0.1-beta.0",
"@celo/connect": "^5.2.1-beta.0",
"@celo/contractkit": "^8.0.0-beta.0",
"@celo/utils": "^6.0.1-beta.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @celo/governance

## 5.1.1-beta.0

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`a317972`](https://github.com/celo-org/developer-tooling/commit/a3179725c4c38274b8e664a0f2853a709911949c), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/contractkit@8.0.0-beta.0
- @celo/utils@6.0.1-beta.0
- @celo/connect@5.2.1-beta.0
- @celo/base@6.0.1-beta.0
- @celo/explorer@5.0.10-beta.0

## 5.1.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/governance",
"version": "5.1.0",
"version": "5.1.1-beta.0",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@celo/abis": "11.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0",
"@celo/contractkit": "^7.2.0",
"@celo/explorer": "^5.0.9",
"@celo/utils": "^6.0.0",
"@celo/base": "^6.0.1-beta.0",
"@celo/connect": "^5.2.1-beta.0",
"@celo/contractkit": "^8.0.0-beta.0",
"@celo/explorer": "^5.0.10-beta.0",
"@celo/utils": "^6.0.1-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/inquirer": "^6.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/keystores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/keystores

## 5.0.9-beta.0

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/utils@6.0.1-beta.0
- @celo/wallet-local@5.1.4-beta.0

## 5.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/keystores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/keystores",
"version": "5.0.8",
"version": "5.0.9-beta.0",
"description": "keystore implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.3",
"@celo/utils": "^6.0.1-beta.0",
"@celo/wallet-local": "^5.1.4-beta.0",
"ethereumjs-wallet": "^1.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/phone-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/phone-utils

## 6.0.2-beta.0

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/utils@6.0.1-beta.0
- @celo/base@6.0.1-beta.0

## 6.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/phone-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/phone-utils",
"version": "6.0.1",
"version": "6.0.2-beta.0",
"description": "Celo phone utils",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"lib/**/*"
],
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/utils": "^6.0.0",
"@celo/base": "^6.0.1-beta.0",
"@celo/utils": "^6.0.1-beta.0",
"@types/country-data": "^0.0.0",
"@types/google-libphonenumber": "^7.4.23",
"@types/node": "^18.7.16",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/transactions-uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/transactions-uri

## 5.0.9-beta.0

### Patch Changes

- Updated dependencies [[`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160), [`08b0d6a`](https://github.com/celo-org/developer-tooling/commit/08b0d6a18b73b01c162f6ba4f97d73f3e3708160)]:
- @celo/connect@5.2.1-beta.0
- @celo/base@6.0.1-beta.0

## 5.0.8

### Patch Changes
Expand Down
Loading

0 comments on commit 148c2d6

Please sign in to comment.