Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #10699

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-planes-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-ants-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-dragons-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-lies-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-cooks-rhyme.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-lamps-grin.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/itchy-tips-repair.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/late-boats-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-rice-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-mugs-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ladybugs-beam.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/old-spies-scream.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/radical-monkey-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-squids-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-hats-pull.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/celotool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @celo/celotool

## 2.0.0

### Major Changes

- 97d5ccf43: Remove lookup command, use `celocli identity:identifier --phoneNumber`

### Patch Changes

- 22ea7f691: Remove moment.js dependency
- Updated dependencies
- Updated dependencies [679ef0c60]
- Updated dependencies [32face3d8]
- Updated dependencies [22ea7f691]
- Updated dependencies [97d5ccf43]
- Updated dependencies [87647b46b]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 2.0.0-beta.0

### Major Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/celotool/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@celo/celotool",
"version": "2.0.0-beta.0",
"version": "2.0.0",
"description": "Celotool is our hub for all scripts that people need to run within the monorepo",
"main": "index.js",
"author": "Celo",
"license": "Apache-2.0",
"dependencies": {
"@celo/base": "^6.0.0-beta.0",
"@celo/connect": "^5.1.1-beta.0",
"@celo/cryptographic-utils": "^5.0.6-beta.0",
"@celo/contractkit": "^5.2.0-beta.0",
"@celo/env-tests": "1.0.2-beta.0",
"@celo/explorer": "^5.0.6-beta.0",
"@celo/governance": "^5.0.6-beta.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/cryptographic-utils": "^5.0.6",
"@celo/contractkit": "^5.2.0",
"@celo/env-tests": "1.0.2",
"@celo/explorer": "^5.0.6",
"@celo/governance": "^5.0.6",
"@celo/network-utils": "^5.0.5",
"@celo/utils": "^5.0.6-beta.0",
"@celo/utils": "^5.0.6",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/rlp": "4.0.1",
"@google-cloud/monitoring": "0.7.1",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@celo/dev-utils": "0.0.1",
"@celo/protocol": "1.0.2-beta.0",
"@celo/protocol": "1.0.2",
"@types/bunyan": "1.8.8",
"@types/chai": "^4.1.3",
"@types/dotenv": "^8.2.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 3.1.0

### Minor Changes

- 06700f3ad: Update of Governance Upvote function
- 32face3d8: Delegation of Governance votes
- 1e8d07ba6: add FeeHandler contract info to `celocli network:contracts` command
- 87647b46b: Add multisig:approve command to CLI, expose MultiSig.confirmTransaction in ContractKit.

### Patch Changes

- 22ea7f691: Remove moment.js dependency
- Updated dependencies
- Updated dependencies [679ef0c60]
- Updated dependencies [97d5ccf43]
- Updated dependencies [32face3d8]
- Updated dependencies [97d5ccf43]
- Updated dependencies [87647b46b]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 3.1.0-beta.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": "3.1.0-beta.0",
"version": "3.1.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/celo-monorepo",
Expand Down Expand Up @@ -32,18 +32,18 @@
"test": "TZ=UTC jest --runInBand"
},
"dependencies": {
"@celo/base": "^6.0.0-beta.0",
"@celo/connect": "^5.1.1-beta.0",
"@celo/contractkit": "^5.2.0-beta.0",
"@celo/explorer": "^5.0.6-beta.0",
"@celo/governance": "^5.0.6-beta.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^5.2.0",
"@celo/explorer": "^5.0.6",
"@celo/governance": "^5.0.6",
"@celo/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.0-beta.0",
"@celo/utils": "^5.0.6-beta.0",
"@celo/cryptographic-utils": "^5.0.6-beta.0",
"@celo/wallet-hsm-azure": "^5.1.1-beta.0",
"@celo/wallet-ledger": "^5.1.1-beta.0",
"@celo/wallet-local": "^5.1.1-beta.0",
"@celo/phone-utils": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/cryptographic-utils": "^5.0.6",
"@celo/wallet-hsm-azure": "^5.1.1",
"@celo/wallet-ledger": "^5.1.1",
"@celo/wallet-local": "^5.1.1",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@oclif/parser": "^3.8.16",
"@oclif/errors": "^1.3.6",
Expand Down
18 changes: 18 additions & 0 deletions packages/env-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @celo/env-tests

## 1.0.2

### Patch Changes

- 22ea7f691: Remove moment.js dependency
- Updated dependencies
- Updated dependencies [679ef0c60]
- Updated dependencies [97d5ccf43]
- Updated dependencies [32face3d8]
- Updated dependencies [97d5ccf43]
- Updated dependencies [87647b46b]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 1.0.2-beta.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/env-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@celo/env-tests",
"private": true,
"version": "1.0.2-beta.0",
"version": "1.0.2",
"description": "Environment tests",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@celo/contractkit": "^5.2.0-beta.0",
"@celo/utils": "^5.0.6-beta.0",
"@celo/base": "^6.0.0-beta.0",
"@celo/connect": "^5.1.1-beta.0",
"@celo/phone-utils": "^6.0.0-beta.0",
"@celo/cryptographic-utils": "^5.0.6-beta.0",
"@celo/contractkit": "^5.2.0",
"@celo/utils": "^5.0.6",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/phone-utils": "^6.0.0",
"@celo/cryptographic-utils": "^5.0.6",
"bignumber.js": "^9.0.0",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/metadata-crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/metadata-crawler

## 0.0.3

### Patch Changes

- Updated dependencies
- Updated dependencies [679ef0c60]
- Updated dependencies [32face3d8]
- Updated dependencies [87647b46b]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 0.0.3-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/metadata-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/metadata-crawler",
"version": "0.0.3-beta.0",
"version": "0.0.3",
"description": "Celo metadata crawler",
"main": "index.js",
"types": "./lib/index.d.ts",
Expand All @@ -9,9 +9,9 @@
"homepage": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/metadata-crawler",
"dependencies": {
"@celo/connect": "^5.1.1-beta.0",
"@celo/contractkit": "^5.2.0-beta.0",
"@celo/utils": "^5.0.6-beta.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^5.2.0",
"@celo/utils": "^5.0.6",
"@types/pg": "^7.14.3",
"bunyan": "1.8.12",
"bunyan-gke-stackdriver": "0.1.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @celo/protocol

## 1.0.2

### Patch Changes

- Updated dependencies [679ef0c60]
- Updated dependencies [97d5ccf43]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 1.0.2-beta.0

### Patch Changes
Expand Down
Loading