Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent b56b69d commit 6559079
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 23 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,20 @@
"@celo/viem-account-ledger": "0.0.1"
},
"changesets": [
"calm-sheep-tie",
"chilled-cycles-smell",
"dry-gifts-love",
"fair-points-beg",
"fifty-roses-explain",
"gold-pumas-fry",
"good-trees-reply",
"hot-pugs-nail",
"hungry-cups-juggle",
"many-cobras-live",
"moody-falcons-remain",
"polite-pets-push",
"rude-parrots-know",
"smart-guests-refuse",
"thirty-pugs-smile"
]
}
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 6.0.0-beta.1

### Major Changes

- [#407](https://github.com/celo-org/developer-tooling/pull/407) [`3890220`](https://github.com/celo-org/developer-tooling/commit/389022056be15c0677b37d4cfaf332afcb652e02) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove transfer:gold -- this was an old alias for transfer:celo which has the same functionality

- [#407](https://github.com/celo-org/developer-tooling/pull/407) [`3890220`](https://github.com/celo-org/developer-tooling/commit/389022056be15c0677b37d4cfaf332afcb652e02) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove account:recover-old

This was meant to be a temporary command for migrating account from a beta version of Valora to the release version. Please use a previous version of celocli if you need to make this one time recovery.

### Patch Changes

- Updated dependencies [[`38fe4d0`](https://github.com/celo-org/developer-tooling/commit/38fe4d018d1b9ed5954a17501bdaa59b0aeec2f2)]:
- @celo/contractkit@9.0.0-beta.1

## 6.0.0-beta.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "6.0.0-beta.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@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.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/cryptographic-utils": "^5.1.1-beta.0",
"@celo/explorer": "^5.0.13-beta.0",
"@celo/governance": "^5.1.4-beta.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/dev-utils

## 0.0.6-beta.1

### Patch Changes

- [#400](https://github.com/celo-org/developer-tooling/pull/400) [`38fe4d0`](https://github.com/celo-org/developer-tooling/commit/38fe4d018d1b9ed5954a17501bdaa59b0aeec2f2) Thanks [@shazarre](https://github.com/shazarre)! - Upgrades to latest devchain

## 0.0.6-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6-beta.0",
"version": "0.0.6-beta.1",
"description": "util package for celo packages that should only be a devDependency",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @celo/contractkit

## 9.0.0-beta.1

### Patch Changes

- [#400](https://github.com/celo-org/developer-tooling/pull/400) [`38fe4d0`](https://github.com/celo-org/developer-tooling/commit/38fe4d018d1b9ed5954a17501bdaa59b0aeec2f2) Thanks [@shazarre](https://github.com/shazarre)! - Renames `getElected` and its usages to `getElectedAccounts` for `EpochManagerWrapper`

## 9.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "9.0.0-beta.1",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/odis-identifiers": "^1.0.1",
"@celo/typescript": "workspace:^",
"@truffle/contract": "4.6.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"dependencies": {
"@celo/base": "^7.0.0-beta.0",
"@celo/connect": "^6.0.3-beta.0",
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@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.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7",
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.6-beta.0",
"@celo/dev-utils": "0.0.6-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.6-beta.0",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"@types/debug": "^4.1.12",
"fetch-mock": "^10.0.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"web3-eth-abi": "1.10.4"
},
"devDependencies": {
"@celo/contractkit": "^9.0.0-beta.0",
"@celo/dev-utils": "0.0.6-beta.0",
"@celo/contractkit": "^9.0.0-beta.1",
"@celo/dev-utils": "0.0.6-beta.1",
"@celo/typescript": "workspace:^",
"cross-fetch": "3.1.5",
"dotenv": "^8.2.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,9 @@ __metadata:
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/compliance": "npm:~1.0.23"
"@celo/connect": "npm:^6.0.3-beta.0"
"@celo/contractkit": "npm:^9.0.0-beta.0"
"@celo/contractkit": "npm:^9.0.0-beta.1"
"@celo/cryptographic-utils": "npm:^5.1.1-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.1"
"@celo/explorer": "npm:^5.0.13-beta.0"
"@celo/governance": "npm:^5.1.4-beta.0"
"@celo/identity": "npm:^5.1.2"
Expand Down Expand Up @@ -1821,7 +1821,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^9.0.0-beta.0, @celo/contractkit@workspace:^, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^9.0.0-beta.0, @celo/contractkit@npm:^9.0.0-beta.1, @celo/contractkit@workspace:^, @celo/contractkit@workspace:packages/sdk/contractkit":
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
Expand All @@ -1830,7 +1830,7 @@ __metadata:
"@celo/base": "npm:^7.0.0-beta.0"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/connect": "npm:^6.0.3-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.1"
"@celo/odis-identifiers": "npm:^1.0.1"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^8.0.0-beta.0"
Expand Down Expand Up @@ -1873,7 +1873,7 @@ __metadata:
languageName: unknown
linkType: soft

"@celo/dev-utils@npm:0.0.6-beta.0, @celo/dev-utils@workspace:packages/dev-utils":
"@celo/dev-utils@npm:0.0.6-beta.1, @celo/dev-utils@workspace:packages/dev-utils":
version: 0.0.0-use.local
resolution: "@celo/dev-utils@workspace:packages/dev-utils"
dependencies:
Expand Down Expand Up @@ -1908,8 +1908,8 @@ __metadata:
dependencies:
"@celo/base": "npm:^7.0.0-beta.0"
"@celo/connect": "npm:^6.0.3-beta.0"
"@celo/contractkit": "npm:^9.0.0-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.0"
"@celo/contractkit": "npm:^9.0.0-beta.1"
"@celo/dev-utils": "npm:0.0.6-beta.1"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^8.0.0-beta.0"
"@types/debug": "npm:^4.1.12"
Expand Down Expand Up @@ -1990,7 +1990,7 @@ __metadata:
"@celo/base": "npm:^7.0.0-beta.0"
"@celo/celo-devchain": "npm:^7.0.0"
"@celo/contractkit": "workspace:^"
"@celo/dev-utils": "npm:0.0.6-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.1"
"@celo/odis-identifiers": "npm:^1.0.1"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^8.0.0-beta.0"
Expand All @@ -2009,7 +2009,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@celo/network-utils@workspace:packages/sdk/network-utils"
dependencies:
"@celo/dev-utils": "npm:0.0.6-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.1"
"@celo/typescript": "workspace:^"
"@types/debug": "npm:^4.1.12"
cross-fetch: "npm:3.1.5"
Expand Down Expand Up @@ -2072,8 +2072,8 @@ __metadata:
dependencies:
"@celo/base": "npm:^7.0.0-beta.0"
"@celo/connect": "npm:^6.0.3-beta.0"
"@celo/contractkit": "npm:^9.0.0-beta.0"
"@celo/dev-utils": "npm:0.0.6-beta.0"
"@celo/contractkit": "npm:^9.0.0-beta.1"
"@celo/dev-utils": "npm:0.0.6-beta.1"
"@celo/typescript": "workspace:^"
"@types/bn.js": "npm:^5.1.0"
"@types/debug": "npm:^4.1.5"
Expand Down

0 comments on commit 6559079

Please sign in to comment.