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

Merged
merged 1 commit into from
Nov 14, 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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,33 @@
"@celo/viem-account-ledger": "0.0.1"
},
"changesets": [
"afraid-seas-cross",
"calm-sheep-tie",
"chilled-cycles-smell",
"dry-gifts-love",
"dull-windows-travel",
"fair-points-beg",
"famous-cherries-kick",
"few-seals-matter",
"fifty-roses-explain",
"gold-pumas-fry",
"good-trees-reply",
"hot-pugs-nail",
"hungry-cups-juggle",
"lemon-gorillas-explain",
"little-carpets-argue",
"many-cobras-live",
"moody-falcons-remain",
"orange-penguins-sneeze",
"polite-pets-push",
"rude-parrots-know",
"sharp-shirts-count",
"smart-berries-accept",
"smart-guests-refuse",
"thirty-pugs-smile",
"twenty-rocks-pull",
"warm-papayas-smile",
"weak-beers-itch",
"wild-impalas-smoke"
]
}
22 changes: 22 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 6.0.0-beta.3

### Minor Changes

- [#420](https://github.com/celo-org/developer-tooling/pull/420) [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444) Thanks [@shazarre](https://github.com/shazarre)! - Adds support for safe integration for L2 hotfix security council approvals

- [#429](https://github.com/celo-org/developer-tooling/pull/429) [`5b02036`](https://github.com/celo-org/developer-tooling/commit/5b0203634e14697ffbe1e93491bf7c35bbf1ef52) Thanks [@shazarre](https://github.com/shazarre)! - Removes L2 BLS keys support for account:authorize

### Patch Changes

- [#421](https://github.com/celo-org/developer-tooling/pull/421) [`7d42a05`](https://github.com/celo-org/developer-tooling/commit/7d42a059f1effa8953ee1fe2e66f7e26bca73181) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - fix governance:build-proposal with contracts from mento or which use solidity 0.8

- Updated dependencies [[`7d42a05`](https://github.com/celo-org/developer-tooling/commit/7d42a059f1effa8953ee1fe2e66f7e26bca73181), [`c4b9c6d`](https://github.com/celo-org/developer-tooling/commit/c4b9c6d60bf938950007a67df4e7c8ec35066fb3), [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444), [`7d42a05`](https://github.com/celo-org/developer-tooling/commit/7d42a059f1effa8953ee1fe2e66f7e26bca73181)]:
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 6.0.0-beta.2

### Patch Changes
Expand Down Expand Up @@ -72,6 +93,7 @@
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 5.2.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -40,18 +40,18 @@
"@celo/abis": "11.0.0",
"@celo/base": "^7.0.0-beta.0",
"@celo/compliance": "~1.0.23",
"@celo/connect": "^6.0.3-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/connect": "^6.1.0-beta.1",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/cryptographic-utils": "^5.1.1-beta.0",
"@celo/explorer": "^5.0.13-beta.0",
"@celo/governance": "^5.1.4-beta.0",
"@celo/explorer": "^5.0.13-beta.1",
"@celo/governance": "^5.1.4-beta.1",
"@celo/identity": "^5.1.2",
"@celo/metadata-claims": "^1.0.0-beta.0",
"@celo/phone-utils": "^6.0.4-beta.0",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-hsm-azure": "^6.0.3-beta.0",
"@celo/wallet-ledger": "^6.0.3-beta.0",
"@celo/wallet-local": "^6.0.3-beta.0",
"@celo/wallet-hsm-azure": "^6.0.3-beta.1",
"@celo/wallet-ledger": "^6.0.3-beta.1",
"@celo/wallet-local": "^6.0.3-beta.1",
"@ethereumjs/util": "8.0.5",
"@ledgerhq/hw-transport-node-hid": "^6.28.5",
"@mento-protocol/mento-sdk": "^1.0.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.7-beta.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^8.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/dev-utils

## 0.0.7-beta.1

### Patch Changes

- [#420](https://github.com/celo-org/developer-tooling/pull/420) [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444) Thanks [@shazarre](https://github.com/shazarre)! - Adds actual Celo chain id when running anvil

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

## 0.0.6-beta.1

### Patch Changes
Expand All @@ -12,6 +21,7 @@

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

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/dev-utils",
"version": "0.0.7-beta.0",
"version": "0.0.7-beta.1",
"description": "util package for celo packages that should only be a devDependency",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@celo/abis": "^11.0.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@viem/anvil": "^0.0.9",
"bignumber.js": "^9.0.0",
"fs-extra": "^8.1.0",
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

## 6.1.0-beta.1

### Minor Changes

- [#420](https://github.com/celo-org/developer-tooling/pull/420) [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444) Thanks [@shazarre](https://github.com/shazarre)! - Now CeloProvider can be wrapped in EIP-1193 partially compatible object (request + args)

## 6.0.3-beta.0

### Patch 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": "6.0.3-beta.0",
"version": "6.1.0-beta.1",
"description": "Light Toolkit for connecting with the Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/contractkit

## 9.0.0-beta.2

### Patch Changes

- Updated dependencies [[`c4b9c6d`](https://github.com/celo-org/developer-tooling/commit/c4b9c6d60bf938950007a67df4e7c8ec35066fb3), [`fb08485`](https://github.com/celo-org/developer-tooling/commit/fb08485ae337e796a442b781632ae2123c4f4444)]:
- @celo/[email protected]
- @celo/[email protected]

## 9.0.0-beta.1

### Minor Changes
Expand Down Expand Up @@ -63,6 +71,7 @@
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 8.3.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": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/[email protected]",
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@celo/wallet-local": "^6.0.2-beta.1",
"@celo/wallet-local": "^6.0.3-beta.1",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.7-beta.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@truffle/contract": "4.6.31",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/explorer

## 5.0.13-beta.1

### Patch Changes

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

## 5.0.13-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.13-beta.0",
"version": "5.0.13-beta.1",
"description": "Celo's block explorer consumer",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,16 +23,16 @@
},
"dependencies": {
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/connect": "^6.1.0-beta.1",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/utils": "^8.0.0-beta.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.1.5",
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.7-beta.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7",
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.1.4-beta.1

### Patch Changes

- [#421](https://github.com/celo-org/developer-tooling/pull/421) [`7d42a05`](https://github.com/celo-org/developer-tooling/commit/7d42a059f1effa8953ee1fe2e66f7e26bca73181) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - minor update to inquirer lib

- [#421](https://github.com/celo-org/developer-tooling/pull/421) [`7d42a05`](https://github.com/celo-org/developer-tooling/commit/7d42a059f1effa8953ee1fe2e66f7e26bca73181) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix being unable to use 08 and mento contracts with proposal builder

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

## 5.1.4-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.1.4-beta.0",
"version": "5.1.4-beta.1",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -24,9 +24,9 @@
"@celo/abis": "11.0.0",
"@celo/abis-12": "npm:@celo/[email protected]",
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/explorer": "^5.0.13-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/explorer": "^5.0.13-beta.1",
"@celo/utils": "^8.0.0-beta.0",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
Expand All @@ -39,7 +39,7 @@
"node": ">=8.14.2"
},
"devDependencies": {
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/metadata-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/contractkit": "workspace:^",
"@celo/dev-utils": "0.0.7-beta.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@types/node": "18.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/network-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/dev-utils": "0.0.7-beta.0",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7"
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.12-beta.1

### Patch Changes

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

## 5.0.12-beta.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.12-beta.0",
"version": "5.0.12-beta.1",
"description": "Celo's transactions uri generation",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/connect": "^6.1.0-beta.1",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"@types/qrcode": "^1.3.4",
Expand All @@ -32,8 +32,8 @@
"web3-eth-abi": "1.10.4"
},
"devDependencies": {
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/dev-utils": "0.0.7-beta.0",
"@celo/contractkit": "^9.0.0-beta.2",
"@celo/dev-utils": "0.0.7-beta.1",
"@celo/typescript": "workspace:^",
"cross-fetch": "3.1.5",
"dotenv": "^8.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/wallets/wallet-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @celo/wallet-base

## 6.0.3-beta.1

### Patch Changes

- [#434](https://github.com/celo-org/developer-tooling/pull/434) [`c4b9c6d`](https://github.com/celo-org/developer-tooling/commit/c4b9c6d60bf938950007a67df4e7c8ec35066fb3) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Force patch bump wallets to deal with version conflict

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

## 6.0.2-beta.2

## 6.0.2-beta.1
Expand All @@ -16,6 +25,7 @@
- @celo/[email protected]
- @celo/[email protected]
- @celo/[email protected]

## 6.0.2

## 6.0.1
Expand Down
Loading
Loading