Skip to content

Commit

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

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

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

### 3 packages to be bumped at **patch**:
- @chronus/chronus `0.12.0` → `0.12.1`
- @chronus/github `0.4.2` → `0.4.3`
- @chronus/github-pr-commenter `0.5.2` → `0.5.3`

Co-authored-by: Auto Chronus Bot <[email protected]>
  • Loading branch information
timotheeguerin and Auto Chronus Bot authored Sep 12, 2024
1 parent 2fdf53c commit 057ff25
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md

This file was deleted.

This file was deleted.

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

## 0.12.1

### Bug Fixes

- [#260](https://github.com/timotheeguerin/chronus/pull/260) Fix regex performance issues
- [#282](https://github.com/timotheeguerin/chronus/pull/282) Fix incorrectly detecting packages as needing new version when using `workspace:` range


## 0.12.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.12.0",
"version": "0.12.1",
"type": "module",
"description": "chronus",
"homepage": "https://github.com/timotheeguerin/chronus#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/github-pr-commenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @chronus/github-pr-commenter

## 0.5.3

No changes, version bump only.

## 0.5.2

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.5.2",
"version": "0.5.3",
"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.4.3

No changes, version bump only.

## 0.4.2

No changes, version bump only.
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.4.2",
"version": "0.4.3",
"type": "module",
"description": "chronus",
"homepage": "https://github.com/timotheeguerin/chronus#readme",
Expand Down

0 comments on commit 057ff25

Please sign in to comment.