Skip to content

Commit

Permalink
Version Packages (#137)
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 Feb 13, 2024
1 parent c52542d commit bbeb5ae
Show file tree
Hide file tree
Showing 55 changed files with 371 additions and 281 deletions.
2 changes: 0 additions & 2 deletions .changeset/clean-parents-run.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curly-pianos-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-beans-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-grapes-walk.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/funny-feet-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-forks-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-humans-smell.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/plenty-bananas-shop.md

This file was deleted.

43 changes: 0 additions & 43 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-rabbits-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-moose-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-brooms-itch.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/tall-buckets-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-gorillas-invent.md

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
restore-keys: |
node-${{ runner.os }}-${{ runner.arch }}-${{ env.NODE_MODULE_CACHE_VERSION }}-
- name: Install yarn dependencies
run: git config --global url."https://".insteadOf ssh:// && yarn install
# skip check due to YN0078: │ Invalid resolution @celo/connect@npm:^5.1.1 → npm:5.1.1
run: git config --global url."https://".insteadOf ssh:// && yarn install --no-check-resolutions

This comment has been minimized.

Copy link
@aaronmgdr

aaronmgdr Feb 13, 2024

Member

todo remove

if: steps.cache_node.outputs.cache-hit != 'true'
- name: Run yarn postinstall if cache hitted
run: yarn run postinstall
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"release": "yarn clean && yarn build && yarn workspace @celo/celocli run prepack && yarn cs publish",
"beta-enter": "bash scripts/beta-mode.sh",
"beta-exit": "yarn changeset pre exit && git commit -am 'Complete beta mode'",
"version-and-reinstall": "yarn changeset version && yarn install --no-immutable",
"version-and-reinstall": "yarn changeset version && yarn install --no-immutable --no-check-resolutions",
"celocli": "yarn workspace @celo/celocli run --silent celocli"
},
"workspaces": {
Expand Down
34 changes: 34 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 4.0.0

### Major Changes

- [#106](https://github.com/celo-org/developer-tooling/pull/106) [`0a3a570`](https://github.com/celo-org/developer-tooling/commit/0a3a5706575fdb8af34dd2143759ed0535c386bf) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove the deprecated exchange:gold command. exchange:celo is a drop in replacement

- [#21](https://github.com/celo-org/developer-tooling/pull/21) [`f167758`](https://github.com/celo-org/developer-tooling/commit/f1677581b90675e37a4846ce53b29d8615a056e6) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Removes the `releasegold` command in favour of `releasecelo`.

- [#21](https://github.com/celo-org/developer-tooling/pull/21) [`f167758`](https://github.com/celo-org/developer-tooling/commit/f1677581b90675e37a4846ce53b29d8615a056e6) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove `grandamento` commands from CLI.

### Minor Changes

- [#106](https://github.com/celo-org/developer-tooling/pull/106) [`0a3a570`](https://github.com/celo-org/developer-tooling/commit/0a3a5706575fdb8af34dd2143759ed0535c386bf) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Add support for swapping celo -- cStables via mento broker

### Patch Changes

- [#129](https://github.com/celo-org/developer-tooling/pull/129) [`0eabd86`](https://github.com/celo-org/developer-tooling/commit/0eabd86f1fc4078638f0819150e9873b417696b7) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Improve column header names for rewards:show command

- [#129](https://github.com/celo-org/developer-tooling/pull/129) [`0eabd86`](https://github.com/celo-org/developer-tooling/commit/0eabd86f1fc4078638f0819150e9873b417696b7) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Various fixes for displaying tablular information from commands

- [#134](https://github.com/celo-org/developer-tooling/pull/134) [`6968ad6`](https://github.com/celo-org/developer-tooling/commit/6968ad68c3e5b3f0bc09b73a673fbb0f50335674) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - force beta release

- Updated dependencies [[`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd), [`45d156d`](https://github.com/celo-org/developer-tooling/commit/45d156d03c03399bef51a00fe2b5cfb5e5669642), [`7dfbcd6`](https://github.com/celo-org/developer-tooling/commit/7dfbcd60203c8fd95bc6e113adfba02f7071ac47), [`b34439a`](https://github.com/celo-org/developer-tooling/commit/b34439a945c698c560c096c92255c230602adee6), [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/contractkit@7.0.0
- @celo/wallet-hsm-azure@5.1.2
- @celo/utils@6.0.0
- @celo/wallet-ledger@5.1.2
- @celo/wallet-local@5.1.2
- @celo/connect@5.1.2
- @celo/cryptographic-utils@5.0.7
- @celo/explorer@5.0.8
- @celo/governance@5.0.9
- @celo/phone-utils@6.0.1

## 4.0.0-beta.3

### Patch Changes
Expand Down
22 changes: 11 additions & 11 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.0.0-beta.3",
"version": "4.0.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -34,17 +34,17 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^7.0.0-beta.2",
"@celo/cryptographic-utils": "^5.0.7-beta.0",
"@celo/explorer": "^5.0.8-beta.1",
"@celo/governance": "^5.0.9-beta.1",
"@celo/connect": "^5.1.2",
"@celo/contractkit": "^7.0.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/explorer": "^5.0.8",
"@celo/governance": "^5.0.9",
"@celo/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.1-beta.0",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-hsm-azure": "^5.1.2-beta.0",
"@celo/wallet-ledger": "^5.1.2-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"@celo/phone-utils": "^6.0.1",
"@celo/utils": "^6.0.0",
"@celo/wallet-hsm-azure": "^5.1.2",
"@celo/wallet-ledger": "^5.1.2",
"@celo/wallet-local": "^5.1.2",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@mento-protocol/mento-sdk": "^0.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/connect

## 5.1.2

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0

## 5.1.2-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.2-beta.0",
"version": "5.1.2",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/utils": "^6.0.0-beta.0",
"@celo/utils": "^6.0.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
Expand Down
23 changes: 23 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @celo/contractkit

## 7.0.0

### Major Changes

- [#107](https://github.com/celo-org/developer-tooling/pull/107) [`b34439a`](https://github.com/celo-org/developer-tooling/commit/b34439a945c698c560c096c92255c230602adee6) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove all references to now defunkt mento exchange contracts

### Patch Changes

- [#57](https://github.com/celo-org/developer-tooling/pull/57) [`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Re-removes MetaTransaction wallets, as previously removed in 6.0.0 (9ab9d00eb).

Remove support for deprecated `MetaTransactionWallet` and `MetaTransactionWalletDeployer`. If absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used.

- [#56](https://github.com/celo-org/developer-tooling/pull/56) [`7dfbcd6`](https://github.com/celo-org/developer-tooling/commit/7dfbcd60203c8fd95bc6e113adfba02f7071ac47) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Re-removes `grandamento`

While 6.0.0 (9ab9d00eb) previously removed `grandamento` it was added back temporarily because `@celo/celocli` required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP.

Due to previous removal this is not considered a breaking change.

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0
- @celo/wallet-local@5.1.2
- @celo/connect@5.1.2

## 7.0.0-beta.2

### Major Changes
Expand Down
8 changes: 4 additions & 4 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.0.0-beta.2",
"version": "7.0.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2-beta.0",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"@celo/connect": "^5.1.2",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/cryptographic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/cryptographic-utils

## 5.0.7

### Patch Changes

- Updated dependencies [[`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/utils@6.0.0

## 5.0.7-beta.0

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

## 5.0.8

### Patch Changes

- Updated dependencies [[`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd), [`7dfbcd6`](https://github.com/celo-org/developer-tooling/commit/7dfbcd60203c8fd95bc6e113adfba02f7071ac47), [`b34439a`](https://github.com/celo-org/developer-tooling/commit/b34439a945c698c560c096c92255c230602adee6), [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/contractkit@7.0.0
- @celo/utils@6.0.0
- @celo/connect@5.1.2

## 5.0.8-beta.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.8-beta.1",
"version": "5.0.8",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^7.0.0-beta.2",
"@celo/utils": "^6.0.0-beta.0",
"@celo/connect": "^5.1.2",
"@celo/contractkit": "^7.0.0",
"@celo/utils": "^6.0.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.0.6",
Expand Down
Loading

0 comments on commit bbeb5ae

Please sign in to comment.