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] authored and aaronmgdr committed Jan 12, 2024
1 parent 0f96d55 commit 759728b
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 25 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@
"@celo/wallet-rpc": "5.1.1",
"@celo/typescript": "0.0.1"
},
"changesets": []
"changesets": [
"curly-pianos-applaud",
"real-rabbits-grab",
"tough-gorillas-invent"
]
}
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

## 4.0.0-beta.0

### Major Changes

- [#21](https://github.com/celo-org/developer-tooling/pull/21) [`f167758`](https://github.com/celo-org/developer-tooling/commit/f1677581b90675e37a4846ce53b29d8615a056e6) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Removes releasegold commnand topic. use releasecelo

- [#21](https://github.com/celo-org/developer-tooling/pull/21) [`f167758`](https://github.com/celo-org/developer-tooling/commit/f1677581b90675e37a4846ce53b29d8615a056e6) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Remove Grandamento from CLI

### Patch Changes

- Updated dependencies [[`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd)]:
- @celo/contractkit@6.0.1-beta.0
- @celo/explorer@5.0.8-beta.0
- @celo/governance@5.0.9-beta.0

## 3.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "4.0.0-beta.0",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/developer-tooling",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.0",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/cryptographic-utils": "^5.0.6",
"@celo/explorer": "^5.0.7",
"@celo/governance": "^5.0.8",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/governance": "^5.0.9-beta.0",
"@celo/identity": "^5.1.1",
"@celo/phone-utils": "^6.0.0",
"@celo/utils": "^5.0.6",
Expand Down
9 changes: 8 additions & 1 deletion packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/contractkit

## 6.0.1-beta.0

### Patch Changes

- [#57](https://github.com/celo-org/developer-tooling/pull/57) [`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Re-removes MetaTransaction wallets (as previously removed in 6.0)

_previous messsage for removal_ - 9ab9d00eb: Remove Support for deprecated MetaTransactionWallet and MetaTransactionWalletDeployer. IF absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used

## 6.0.0

### Major Changes
Expand All @@ -16,7 +24,6 @@

### Major Changes


- 9ab9d00eb: Remove Support for deprecated MetaTransactionWallet and MetaTransactionWalletDeployer. IF absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used
- 9ab9d00eb: Removes Grandamento from cli and contractkit completely as it has become no op by mento team

Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "6.0.1-beta.0",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# @celo/explorer

## 5.0.8-beta.0

### Patch Changes

- Updated dependencies [[`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd)]:
- @celo/contractkit@6.0.1-beta.0

## 5.0.7-beta.0

### Patch Changes

- Updated dependencies [1c9c844cf]
- @celo/contractkit@6.0.0-beta.0

## 5.0.7

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

## 5.0.9-beta.0

### Patch Changes

- Updated dependencies [[`8fb6c76`](https://github.com/celo-org/developer-tooling/commit/8fb6c76e4fada71c91f516ed151c4519ff2fe0fd)]:
- @celo/contractkit@6.0.1-beta.0
- @celo/explorer@5.0.8-beta.0

## 5.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "5.0.9-beta.0",
"description": "Celo's governance proposals",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"@celo/abis": "10.0.0",
"@celo/base": "^6.0.0",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^6.0.0",
"@celo/explorer": "^5.0.7",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/explorer": "^5.0.8-beta.0",
"@celo/utils": "^5.0.6",
"@ethereumjs/util": "8.0.5",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/transactions-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@celo/celo-devchain": "^6.0.3",
"@celo/contractkit": "^6.0.0",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/dev-utils": "0.0.1-beta.1",
"dotenv": "^8.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/wallets/wallet-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@celo/contractkit": "^6.0.0",
"@celo/contractkit": "^6.0.1-beta.0",
"@celo/dev-utils": "0.0.1-beta.1",
"bn.js": "^5.1.0",
"web3": "1.10.0"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -829,11 +829,11 @@ __metadata:
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/connect": "npm:^5.1.1"
"@celo/contractkit": "npm:^6.0.0"
"@celo/contractkit": "npm:^6.0.1-beta.0"
"@celo/cryptographic-utils": "npm:^5.0.6"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/explorer": "npm:^5.0.7"
"@celo/governance": "npm:^5.0.8"
"@celo/explorer": "npm:^5.0.8-beta.0"
"@celo/governance": "npm:^5.0.9-beta.0"
"@celo/identity": "npm:^5.1.1"
"@celo/phone-utils": "npm:^6.0.0"
"@celo/utils": "npm:^5.0.6"
Expand Down Expand Up @@ -930,7 +930,7 @@ __metadata:
languageName: node
linkType: hard

"@celo/contractkit@npm:^6.0.0, @celo/contractkit@workspace:packages/sdk/contractkit":
"@celo/contractkit@npm:^6.0.1-beta.0, @celo/contractkit@workspace:packages/sdk/contractkit":
version: 0.0.0-use.local
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit"
dependencies:
Expand Down Expand Up @@ -1003,13 +1003,13 @@ __metadata:
languageName: node
linkType: hard

"@celo/explorer@npm:^5.0.7, @celo/explorer@workspace:packages/sdk/explorer":
"@celo/explorer@npm:^5.0.8-beta.0, @celo/explorer@workspace:packages/sdk/explorer":
version: 0.0.0-use.local
resolution: "@celo/explorer@workspace:packages/sdk/explorer"
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/connect": "npm:^5.1.1"
"@celo/contractkit": "npm:^6.0.0"
"@celo/contractkit": "npm:^6.0.1-beta.0"
"@celo/utils": "npm:^5.0.6"
"@types/debug": "npm:^4.1.5"
"@types/fetch-mock": "npm:^7.3.5"
Expand All @@ -1021,15 +1021,15 @@ __metadata:
languageName: unknown
linkType: soft

"@celo/governance@npm:^5.0.8, @celo/governance@workspace:packages/sdk/governance":
"@celo/governance@npm:^5.0.9-beta.0, @celo/governance@workspace:packages/sdk/governance":
version: 0.0.0-use.local
resolution: "@celo/governance@workspace:packages/sdk/governance"
dependencies:
"@celo/abis": "npm:10.0.0"
"@celo/base": "npm:^6.0.0"
"@celo/connect": "npm:^5.1.1"
"@celo/contractkit": "npm:^6.0.0"
"@celo/explorer": "npm:^5.0.7"
"@celo/contractkit": "npm:^6.0.1-beta.0"
"@celo/explorer": "npm:^5.0.8-beta.0"
"@celo/utils": "npm:^5.0.6"
"@ethereumjs/util": "npm:8.0.5"
"@types/debug": "npm:^4.1.5"
Expand Down Expand Up @@ -1149,7 +1149,7 @@ __metadata:
"@celo/base": "npm:^6.0.0"
"@celo/celo-devchain": "npm:^6.0.3"
"@celo/connect": "npm:^5.1.1"
"@celo/contractkit": "npm:^6.0.0"
"@celo/contractkit": "npm:^6.0.1-beta.0"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@types/debug": "npm:^4.1.5"
"@types/qrcode": "npm:^1.3.4"
Expand Down Expand Up @@ -1352,7 +1352,7 @@ __metadata:
dependencies:
"@celo/base": "npm:^6.0.0"
"@celo/connect": "npm:^5.1.1"
"@celo/contractkit": "npm:^6.0.0"
"@celo/contractkit": "npm:^6.0.1-beta.0"
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@celo/utils": "npm:^5.0.6"
"@celo/wallet-base": "npm:^5.1.1"
Expand Down

0 comments on commit 759728b

Please sign in to comment.