Skip to content

Commit

Permalink
chore: version packages (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollups-contracts-bot authored and guidanoli committed Aug 7, 2024
1 parent d6db618 commit 4049f9a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"large-emus-rescue",
"lazy-gorillas-scream",
"lemon-hats-stare",
"little-cheetahs-jump",
"little-yaks-tickle",
"lovely-meals-wink",
"lucky-elephants-play",
"mean-masks-fry",
"old-fireants-flash",
"olive-steaks-explode",
"perfect-rings-attend",
"pink-teachers-whisper",
"popular-ghosts-fix",
"proud-hotels-work",
"purple-dolphins-nail",
"purple-pots-attack",
Expand All @@ -36,6 +39,7 @@
"shy-dragons-smoke",
"silly-islands-end",
"six-doors-grow",
"six-schools-live",
"slow-comics-fold",
"smart-starfishes-cover",
"smooth-ducks-trade",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @cartesi/rollups

## 2.0.0-rc.6

### Major Changes

- f8c25e9: Added a `lastProcessedBlockNumber` parameter to `IConsensus` functions and events.
- 3d40890: Removed `authorityOwner` parameter from `AuthorityCreated` event.
- 7f27379: Added an `epochLength` parameter to functions of:

- `IAuthorityFactory`
- `ISelfHostedApplicationFactory`
- `IQuorumFactory`

### Minor Changes

- 7f27379: Added a `getEpochLength` function to `IConsensus` interface.

## 2.0.0-rc.5

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"scripts": {
"build": "run-s compile export",
"clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",
Expand Down

0 comments on commit 4049f9a

Please sign in to comment.