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 #167

Merged
merged 1 commit into from
Feb 29, 2024
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/gentle-clocks-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-cheetahs-destroy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-rice-camp.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-mirrors-itch.md

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sad-waters-twitch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/still-sand-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-poems-complain.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- [#140](https://github.com/celo-org/developer-tooling/pull/140) [`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e) Thanks [@timmoreton](https://github.com/timmoreton)! - Activate votes from any account, new optional parameter to specify for account in ElectionWrapper:activate

- [#146](https://github.com/celo-org/developer-tooling/pull/146) [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56) Thanks [@pahor167](https://github.com/pahor167)! - Added support of structs and tuples in governance:propose

Adds ability to parse structs and tuples

### Patch Changes

- [#157](https://github.com/celo-org/developer-tooling/pull/157) [`d5977f2`](https://github.com/celo-org/developer-tooling/commit/d5977f2c080501e3e2548e54715a055e4302aa34) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix not being able to submit governance proposals due to mishandling of 10K minimum deposit

- [#150](https://github.com/celo-org/developer-tooling/pull/150) [`6157c6d`](https://github.com/celo-org/developer-tooling/commit/6157c6d45e6bb0d868cd57155316016e013211fb) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix issue where core contracts not having proxy could break cli

- [#149](https://github.com/celo-org/developer-tooling/pull/149) [`ae51ca8`](https://github.com/celo-org/developer-tooling/commit/ae51ca8851e6684d372f976dd8610ddf502a266b) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Require addresses the cli sends from or to not to be sanctioned

- Updated dependencies [[`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e), [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56), [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56), [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 4.1.0-beta.1

### Minor Changes
Expand Down
16 changes: 8 additions & 8 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.1.0-beta.1",
"version": "4.1.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -35,17 +35,17 @@
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/compliance": "~1.0.17",
"@celo/connect": "^5.2.0-beta.0",
"@celo/contractkit": "^7.1.0-beta.1",
"@celo/connect": "^5.2.0",
"@celo/contractkit": "^7.1.0",
"@celo/cryptographic-utils": "^5.0.7",
"@celo/explorer": "^5.0.9-beta.1",
"@celo/governance": "^5.0.10-beta.1",
"@celo/explorer": "^5.0.9",
"@celo/governance": "^5.0.10",
"@celo/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.1",
"@celo/utils": "^6.0.0",
"@celo/wallet-hsm-azure": "^5.1.3-beta.0",
"@celo/wallet-ledger": "^5.1.3-beta.0",
"@celo/wallet-local": "^5.1.3-beta.0",
"@celo/wallet-hsm-azure": "^5.1.3",
"@celo/wallet-ledger": "^5.1.3",
"@celo/wallet-local": "^5.1.3",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.27.4",
"@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

## 5.2.0

### Minor Changes

- [#146](https://github.com/celo-org/developer-tooling/pull/146) [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56) Thanks [@pahor167](https://github.com/pahor167)! - add tuple support to signatureToAbiDefinition

## 5.2.0-beta.0

### Minor 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": "5.2.0-beta.0",
"version": "5.2.0",
"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

## 7.1.0

### Minor Changes

- [#140](https://github.com/celo-org/developer-tooling/pull/140) [`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e) Thanks [@timmoreton](https://github.com/timmoreton)! - Activate votes from any account, new optional parameter to specify for account in ElectionWrapper:activate

### Patch Changes

- Updated dependencies [[`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
- @celo/[email protected]
- @celo/[email protected]

## 7.1.0-beta.1

### Patch 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": "7.1.0-beta.1",
"version": "7.1.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.2.0-beta.0",
"@celo/connect": "^5.2.0",
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.3-beta.0",
"@celo/wallet-local": "^5.1.3",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
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.9

### Patch Changes

- [#146](https://github.com/celo-org/developer-tooling/pull/146) [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56) Thanks [@pahor167](https://github.com/pahor167)! - when fetching metadata use checksumed address

- Updated dependencies [[`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e), [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
- @celo/[email protected]
- @celo/[email protected]

## 5.0.9-beta.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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-beta.1",
"version": "5.0.9",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0-beta.0",
"@celo/contractkit": "^7.1.0-beta.1",
"@celo/connect": "^5.2.0",
"@celo/contractkit": "^7.1.0",
"@celo/utils": "^6.0.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/governance

## 5.0.10

### Patch Changes

- [#146](https://github.com/celo-org/developer-tooling/pull/146) [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56) Thanks [@pahor167](https://github.com/pahor167)! - Added support of structs and tuples in governance:propose

Adds ability to parse structs and tuples

- Updated dependencies [[`0ad9c01`](https://github.com/celo-org/developer-tooling/commit/0ad9c011b868c4bf5456f4048cb6d405c9dd8c8e), [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56), [`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 5.0.10-beta.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.0.10-beta.1",
"version": "5.0.10",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0-beta.0",
"@celo/contractkit": "^7.1.0-beta.1",
"@celo/explorer": "^5.0.9-beta.1",
"@celo/connect": "^5.2.0",
"@celo/contractkit": "^7.1.0",
"@celo/explorer": "^5.0.9",
"@celo/utils": "^6.0.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/keystores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/keystores

## 5.0.8

### Patch Changes

- Updated dependencies []:
- @celo/[email protected]

## 5.0.8-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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-beta.0",
"version": "5.0.8",
"description": "keystore implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/utils": "^6.0.0",
"@celo/wallet-local": "^5.1.3-beta.0",
"@celo/wallet-local": "^5.1.3",
"ethereumjs-wallet": "^1.0.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/transactions-uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/transactions-uri

## 5.0.8

### Patch Changes

- Updated dependencies [[`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
- @celo/[email protected]

## 5.0.8-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/transactions-uri",
"version": "5.0.8-beta.0",
"version": "5.0.8",
"description": "Celo's transactions uri generation",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0-beta.0",
"@celo/connect": "^5.2.0",
"@types/debug": "^4.1.5",
"@types/qrcode": "^1.3.4",
"bn.js": "4.11.9",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^6.0.3",
"@celo/contractkit": "^7.1.0-beta.1",
"@celo/contractkit": "^7.1.0",
"@celo/dev-utils": "0.0.1-beta.1",
"dotenv": "^8.2.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/wallet-base

## 5.1.3

### Patch Changes

- Updated dependencies [[`28cd8f8`](https://github.com/celo-org/developer-tooling/commit/28cd8f8c8dd62ecafa01ef7a7fb89117e6db9b56)]:
- @celo/[email protected]

## 5.1.3-beta.0

### Patch Changes
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": "5.1.3-beta.0",
"version": "5.1.3",
"description": "Wallet base implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/connect": "^5.2.0-beta.0",
"@celo/connect": "^5.2.0",
"@celo/utils": "^6.0.0",
"@ethereumjs/rlp": "^5.0.0",
"@ethereumjs/util": "8.0.5",
Expand Down
Loading
Loading