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 (beta) #125

Merged
merged 1 commit into from
Feb 7, 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
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@
"@celo/typescript": "0.0.1"
},
"changesets": [
"clean-parents-run",
"curly-pianos-applaud",
"empty-beans-sell",
"funny-feet-suffer",
"light-humans-smell",
"plenty-bananas-shop",
"real-rabbits-grab",
"silly-moose-type",
"tall-buckets-sit",
"tough-gorillas-invent"
]
}
24 changes: 24 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 4.0.0-beta.1

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

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

- Updated dependencies [[`45d156d`](https://github.com/celo-org/developer-tooling/commit/45d156d03c03399bef51a00fe2b5cfb5e5669642), [`b34439a`](https://github.com/celo-org/developer-tooling/commit/b34439a945c698c560c096c92255c230602adee6), [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @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]

## 4.0.0-beta.0

### Major 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.0",
"version": "4.0.0-beta.1",
"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.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/cryptographic-utils": "^5.0.6",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/governance": "^5.0.9-beta.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/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/wallet-hsm-azure": "^5.1.1",
"@celo/wallet-ledger": "^5.1.1",
"@celo/wallet-local": "^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",
"@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-beta.0

### Patch Changes

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

## 5.1.1

### 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.1",
"version": "5.1.2-beta.0",
"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": "^5.0.6",
"@celo/utils": "^6.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
"@types/utf8": "^2.1.6",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @celo/contractkit

## 7.0.0-beta.2

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

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

## 6.0.1-beta.1

### Patch 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": "6.0.1-beta.1",
"version": "7.0.0-beta.2",
"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.1",
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.1",
"@celo/connect": "^5.1.2-beta.0",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"@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-beta.0

### Patch Changes

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

## 5.0.6

### 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.6",
"version": "5.0.7-beta.0",
"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": "^5.0.6",
"@celo/utils": "^6.0.0-beta.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-beta.1

### Patch Changes

- Updated dependencies [[`b34439a`](https://github.com/celo-org/developer-tooling/commit/b34439a945c698c560c096c92255c230602adee6), [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 5.0.8-beta.0

### 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.0",
"version": "5.0.8-beta.1",
"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.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^7.0.0-beta.2",
"@celo/utils": "^6.0.0-beta.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.0.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @celo/governance

## 5.0.9-beta.1

### Patch Changes

- Updated dependencies [[`b34439a`](https://github.com/celo-org/developer-tooling/commit/b34439a945c698c560c096c92255c230602adee6), [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c)]:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 5.0.9-beta.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.9-beta.0",
"version": "5.0.9-beta.1",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/utils": "^5.0.6",
"@celo/connect": "^5.1.2-beta.0",
"@celo/contractkit": "^7.0.0-beta.2",
"@celo/explorer": "^5.0.8-beta.1",
"@celo/utils": "^6.0.0-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.7-beta.0

### Patch Changes

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

## 5.0.6

### 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.6",
"version": "5.0.7-beta.0",
"description": "keystore implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@celo/utils": "^5.0.6",
"@celo/wallet-local": "^5.1.1",
"@celo/utils": "^6.0.0-beta.0",
"@celo/wallet-local": "^5.1.2-beta.0",
"ethereumjs-wallet": "^1.0.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/phone-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @celo/phone-utils

## 6.0.1-beta.0

### Patch Changes

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

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "6.0.1-beta.0",
"description": "Celo phone utils",
"author": "Celo",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@celo/base": "^6.0.0",
"@celo/utils": "^5.0.6",
"@celo/utils": "^6.0.0-beta.0",
"@types/country-data": "^0.0.0",
"@types/google-libphonenumber": "^7.4.23",
"@types/node": "^18.7.16",
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.7-beta.0

### Patch Changes

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

## 5.0.6

### 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.6",
"version": "5.0.7-beta.0",
"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.1.1",
"@celo/connect": "^5.1.2-beta.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": "^6.0.1-beta.0",
"@celo/contractkit": "^7.0.0-beta.2",
"@celo/dev-utils": "0.0.1-beta.1",
"dotenv": "^8.2.0"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/sdk/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @celo/utils

## 6.0.0-beta.0

### Major Changes

- [#105](https://github.com/celo-org/developer-tooling/pull/105) [`6b2e34c`](https://github.com/celo-org/developer-tooling/commit/6b2e34c973290da221aaabdc2bf4c6654ef9f99c) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove export compareBN

This would have been used to sort BN.js numbers. Generic comparator functions are not really the scope of this library. Removing it allows the bn.js dependency to be removed too. If you were using this function it can be re-implemented as

```typescript
export function compareBN(a: BN, b: BN) {
if (a.eq(b)) {
return 0
} else if (a.lt(b)) {
return -1
} else {
return 1
}
}
```

## 5.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/utils",
"version": "5.0.6",
"version": "6.0.0-beta.0",
"description": "Celo common utils",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
Loading
Loading