Skip to content

Commit

Permalink
Version Packages (#10776)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 29, 2023
1 parent 6ff7f4a commit bfbec57
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-crabs-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-queens-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-weeks-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-eels-live.md

This file was deleted.

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

## 3.1.1

### Patch Changes

- 6ff7f4a1e: network:contracts command fix added StableTokens to unversioned contracts list
- Updated dependencies [88e3788b8]
- Updated dependencies [70f600bb0]
- Updated dependencies [2985f9eb2]
- @celo/contractkit@5.2.1

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "3.1.1",
"author": "Celo",
"license": "Apache-2.0",
"repository": "celo-org/celo-monorepo",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@celo/base": "^6.0.0",
"@celo/celo-devchain": "^6.0.3-beta.1",
"@celo/connect": "^5.1.1",
"@celo/contractkit": "^5.2.0",
"@celo/contractkit": "^5.2.1",
"@celo/explorer": "^5.0.6",
"@celo/governance": "^5.0.6",
"@celo/identity": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/contractkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @celo/contractkit

## 5.2.1

### Patch Changes

- 88e3788b8: add notice that LockedGold.getTotalPendingWithdrawalsCount is not yet available on all networks
- 70f600bb0: Mark MetaTransactionWallet and MetaTransactionWalletDeployer as deprecated, including functions to get them and their wrappers. see https://github.com/celo-org/celo-monorepo/issues/10766
- 2985f9eb2: Refactor Accounts.getParsedSignatureOfAddress

## 5.2.0

### Minor Changes
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": "5.2.0",
"version": "5.2.1",
"description": "Celo's ContractKit to interact with Celo network",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit bfbec57

Please sign in to comment.