Skip to content

Commit

Permalink
Release changes (#156)
Browse files Browse the repository at this point in the history
## Change summary:

### No packages to be bumped at **major**

### 2 packages to be bumped at **minor**:
- @chronus/chronus `0.9.0` → `0.10.0`
- @chronus/github-pr-commenter `0.3.5` → `0.4.0`

### 1 packages to be bumped at **patch**:
- @chronus/github `0.3.1` → `0.3.2`

Co-authored-by: Auto Chronus Bot <[email protected]>
  • Loading branch information
timotheeguerin and Auto Chronus Bot authored Apr 15, 2024
1 parent d19be3b commit af3689e
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 71 deletions.
8 changes: 0 additions & 8 deletions .chronus/changes/better-errors-2024-3-14-2-38-8.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/better-errors-2024-3-14-4-33-14.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/cleanup-deps-2024-3-14-14-13-44.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/cleanup-deps-2024-3-14-14-14-11.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions .chronus/changes/upgrade-deps-2024-04-13-2024-3-13-21-44-17.md

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions packages/chronus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @chronus/chronus

## 0.10.0

### Features

- [#161](https://github.com/timotheeguerin/chronus/pull/161) Add validation for version policies referencing packages not found in workspace

### Bug Fixes

- [#159](https://github.com/timotheeguerin/chronus/pull/159) Improve error display in the CLI
- [#162](https://github.com/timotheeguerin/chronus/pull/162) Remove prettier and vitest from dependencies
- [#155](https://github.com/timotheeguerin/chronus/pull/155) Fix Shouldn't try to build dependent graph with ignored packages
- [#163](https://github.com/timotheeguerin/chronus/pull/163) Resolve chronus config in parent directory


## 0.9.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/chronus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronus/chronus",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"description": "chronus",
"homepage": "https://github.com/timotheeguerin/chronus#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog - @chronus/dummy



## 0.0.0-test.3

No changes, version bump only.
7 changes: 7 additions & 0 deletions packages/github-pr-commenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chronus/github-pr-commenter

## 0.4.0

### Features

- [#163](https://github.com/timotheeguerin/chronus/pull/163) Add a collapsible section rendering all the change descriptions in the PR


## 0.3.5

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/github-pr-commenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronus/github-pr-commenter",
"version": "0.3.5",
"version": "0.4.0",
"type": "module",
"description": "chronus",
"homepage": "https://github.com/timotheeguerin/chronus#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - @chronus/github

## 0.3.2

No changes, version bump only.



## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronus/github",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"description": "chronus",
"homepage": "https://github.com/timotheeguerin/chronus#readme",
Expand Down

0 comments on commit af3689e

Please sign in to comment.