From 057ff2558792fc6cef30ced221063293549b668d Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Thu, 12 Sep 2024 14:19:00 -0700 Subject: [PATCH] Release changes (#261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- .chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md | 8 -------- .../fix-workspace-protocol-deps-2024-8-12-21-13-6.md | 8 -------- packages/chronus/CHANGELOG.md | 8 ++++++++ packages/chronus/package.json | 2 +- packages/github-pr-commenter/CHANGELOG.md | 4 ++++ packages/github-pr-commenter/package.json | 2 +- packages/github/CHANGELOG.md | 4 ++++ packages/github/package.json | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 .chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md delete mode 100644 .chronus/changes/fix-workspace-protocol-deps-2024-8-12-21-13-6.md diff --git a/.chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md b/.chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md deleted file mode 100644 index 010806b1..00000000 --- a/.chronus/changes/fix-code-scan-alter-2024-7-5-15-43-49.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Change versionKind to one of: breaking, feature, fix, internal -changeKind: fix -packages: - - "@chronus/chronus" ---- - -Fix regex performance issues diff --git a/.chronus/changes/fix-workspace-protocol-deps-2024-8-12-21-13-6.md b/.chronus/changes/fix-workspace-protocol-deps-2024-8-12-21-13-6.md deleted file mode 100644 index 01317412..00000000 --- a/.chronus/changes/fix-workspace-protocol-deps-2024-8-12-21-13-6.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Change versionKind to one of: breaking, feature, fix, internal -changeKind: fix -packages: - - "@chronus/chronus" ---- - -Fix incorrectly detecting packages as needing new version when using `workspace:` range diff --git a/packages/chronus/CHANGELOG.md b/packages/chronus/CHANGELOG.md index 1fdb856b..b8ee2008 100644 --- a/packages/chronus/CHANGELOG.md +++ b/packages/chronus/CHANGELOG.md @@ -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 diff --git a/packages/chronus/package.json b/packages/chronus/package.json index 20685f85..d8a2a504 100644 --- a/packages/chronus/package.json +++ b/packages/chronus/package.json @@ -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", diff --git a/packages/github-pr-commenter/CHANGELOG.md b/packages/github-pr-commenter/CHANGELOG.md index 055a85ea..906a777a 100644 --- a/packages/github-pr-commenter/CHANGELOG.md +++ b/packages/github-pr-commenter/CHANGELOG.md @@ -1,5 +1,9 @@ # @chronus/github-pr-commenter +## 0.5.3 + +No changes, version bump only. + ## 0.5.2 No changes, version bump only. diff --git a/packages/github-pr-commenter/package.json b/packages/github-pr-commenter/package.json index efb012b1..ec8ad404 100644 --- a/packages/github-pr-commenter/package.json +++ b/packages/github-pr-commenter/package.json @@ -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", diff --git a/packages/github/CHANGELOG.md b/packages/github/CHANGELOG.md index 2b792e6b..74660ae3 100644 --- a/packages/github/CHANGELOG.md +++ b/packages/github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog - @chronus/github +## 0.4.3 + +No changes, version bump only. + ## 0.4.2 No changes, version bump only. diff --git a/packages/github/package.json b/packages/github/package.json index 8563422f..010de0fe 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -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",