From 7e51fe970576503cae3ab94e6e9b3e01017b044d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:20:08 +0700 Subject: [PATCH 01/21] chore: release git-client 1.0.0 (#1257) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 3 ++- packages/git-client/CHANGELOG.md | 21 +++++++++++++++++++++ packages/git-client/package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 packages/git-client/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb3ba5dd3..e00935326 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,5 +19,6 @@ "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", - "packages/gulp-conventional-changelog": "4.0.0" + "packages/gulp-conventional-changelog": "4.0.0", + "packages/git-client": "1.0.0" } diff --git a/packages/git-client/CHANGELOG.md b/packages/git-client/CHANGELOG.md new file mode 100644 index 000000000..19fd5a891 --- /dev/null +++ b/packages/git-client/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 1.0.0 (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-client:** GitClient#getLastTag and ConventionalGitClient#getLastSemverTag methods are added. GitClient#getRawCommits ignore param is added. ([#1217](https://github.com/conventional-changelog/conventional-changelog/issues/1217)) ([53254b3](https://github.com/conventional-changelog/conventional-changelog/commit/53254b3e14258e1f6779a2b4462199dda630f96e)) +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) ([ba03ffc](https://github.com/conventional-changelog/conventional-changelog/commit/ba03ffc3c05e794db48b18a508f296d4d662a5d9)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) diff --git a/packages/git-client/package.json b/packages/git-client/package.json index 8b6fa4184..ad7ec55e8 100644 --- a/packages/git-client/package.json +++ b/packages/git-client/package.json @@ -1,7 +1,7 @@ { "name": "@conventional-changelog/git-client", "type": "module", - "version": "0.0.0", + "version": "1.0.0", "description": "Simple git client for conventional changelog packages.", "author": { "name": "Dan Onoshko", From 508bdf44c4be74d1079b1ce41444dec0570ed4f6 Mon Sep 17 00:00:00 2001 From: dangreen Date: Sat, 27 Apr 2024 01:30:26 +0400 Subject: [PATCH 02/21] docs: fix build badge --- README.md | 2 +- packages/conventional-changelog-angular/README.md | 2 +- packages/conventional-changelog-atom/README.md | 2 +- packages/conventional-changelog-codemirror/README.md | 2 +- packages/conventional-changelog-conventionalcommits/README.md | 2 +- packages/conventional-changelog-ember/README.md | 2 +- packages/conventional-changelog-eslint/README.md | 2 +- packages/conventional-changelog-express/README.md | 2 +- packages/conventional-changelog-jquery/README.md | 2 +- packages/conventional-changelog-jshint/README.md | 2 +- packages/conventional-changelog-preset-loader/README.md | 2 +- packages/conventional-changelog-writer/README.md | 2 +- packages/conventional-commits-filter/README.md | 2 +- packages/conventional-commits-parser/README.md | 2 +- packages/conventional-recommended-bump/README.md | 2 +- packages/git-client/README.md | 2 +- packages/git-raw-commits/README.md | 2 +- packages/git-semver-tags/README.md | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 931045c95..30994810c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build status][build]][build-url] [![Coverage status][coverage]][coverage-url] -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-angular/README.md b/packages/conventional-changelog-angular/README.md index b935a6cca..4fd214855 100644 --- a/packages/conventional-changelog-angular/README.md +++ b/packages/conventional-changelog-angular/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-angular [size-url]: https://packagephobia.com/result?p=conventional-changelog-angular -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-atom/README.md b/packages/conventional-changelog-atom/README.md index a3815edd1..e2828f5c8 100644 --- a/packages/conventional-changelog-atom/README.md +++ b/packages/conventional-changelog-atom/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-atom [size-url]: https://packagephobia.com/result?p=conventional-changelog-atom -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-codemirror/README.md b/packages/conventional-changelog-codemirror/README.md index 38a291f22..342ed2b06 100644 --- a/packages/conventional-changelog-codemirror/README.md +++ b/packages/conventional-changelog-codemirror/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-codemirror [size-url]: https://packagephobia.com/result?p=conventional-changelog-codemirror -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-conventionalcommits/README.md b/packages/conventional-changelog-conventionalcommits/README.md index 8669dc2eb..ea83b78f4 100644 --- a/packages/conventional-changelog-conventionalcommits/README.md +++ b/packages/conventional-changelog-conventionalcommits/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-conventionalcommits [size-url]: https://packagephobia.com/result?p=conventional-changelog-conventionalcommits -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-ember/README.md b/packages/conventional-changelog-ember/README.md index d5a735fb7..d68b9396b 100644 --- a/packages/conventional-changelog-ember/README.md +++ b/packages/conventional-changelog-ember/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-ember [size-url]: https://packagephobia.com/result?p=conventional-changelog-ember -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-eslint/README.md b/packages/conventional-changelog-eslint/README.md index a7fa8d508..40f9301c1 100644 --- a/packages/conventional-changelog-eslint/README.md +++ b/packages/conventional-changelog-eslint/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-eslint [size-url]: https://packagephobia.com/result?p=conventional-changelog-eslint -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-express/README.md b/packages/conventional-changelog-express/README.md index 9cff59245..7557c4315 100644 --- a/packages/conventional-changelog-express/README.md +++ b/packages/conventional-changelog-express/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-express [size-url]: https://packagephobia.com/result?p=conventional-changelog-express -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-jquery/README.md b/packages/conventional-changelog-jquery/README.md index e54d225bd..c603e4626 100644 --- a/packages/conventional-changelog-jquery/README.md +++ b/packages/conventional-changelog-jquery/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-jquery [size-url]: https://packagephobia.com/result?p=conventional-changelog-jquery -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-jshint/README.md b/packages/conventional-changelog-jshint/README.md index 6d9a2ed8f..f63d22dd8 100644 --- a/packages/conventional-changelog-jshint/README.md +++ b/packages/conventional-changelog-jshint/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-jshint [size-url]: https://packagephobia.com/result?p=conventional-changelog-jshint -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-preset-loader/README.md b/packages/conventional-changelog-preset-loader/README.md index a360385d8..d87e7aa47 100644 --- a/packages/conventional-changelog-preset-loader/README.md +++ b/packages/conventional-changelog-preset-loader/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-preset-loader [size-url]: https://packagephobia.com/result?p=conventional-changelog-preset-loader -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-changelog-writer/README.md b/packages/conventional-changelog-writer/README.md index 2de04fca1..f06760f43 100644 --- a/packages/conventional-changelog-writer/README.md +++ b/packages/conventional-changelog-writer/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-changelog-writer [size-url]: https://packagephobia.com/result?p=conventional-changelog-writer -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-commits-filter/README.md b/packages/conventional-commits-filter/README.md index 93cfe9324..f29d7843b 100644 --- a/packages/conventional-commits-filter/README.md +++ b/packages/conventional-commits-filter/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-commits-filter [size-url]: https://packagephobia.com/result?p=conventional-commits-filter -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-commits-parser/README.md b/packages/conventional-commits-parser/README.md index 6f9472b13..700bde672 100644 --- a/packages/conventional-commits-parser/README.md +++ b/packages/conventional-commits-parser/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-commits-parser [size-url]: https://packagephobia.com/result?p=conventional-commits-parser -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/conventional-recommended-bump/README.md b/packages/conventional-recommended-bump/README.md index 4e2957505..f4c275c2d 100644 --- a/packages/conventional-recommended-bump/README.md +++ b/packages/conventional-recommended-bump/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=conventional-recommended-bump [size-url]: https://packagephobia.com/result?p=conventional-recommended-bump -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/git-client/README.md b/packages/git-client/README.md index 418b186f0..f5a6e9093 100644 --- a/packages/git-client/README.md +++ b/packages/git-client/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=@conventional-changelog/git-client [size-url]: https://packagephobia.com/result?p=@conventional-changelog/git-client -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/git-raw-commits/README.md b/packages/git-raw-commits/README.md index d4064030c..95f7ada1b 100644 --- a/packages/git-raw-commits/README.md +++ b/packages/git-raw-commits/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=git-raw-commits [size-url]: https://packagephobia.com/result?p=git-raw-commits -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master diff --git a/packages/git-semver-tags/README.md b/packages/git-semver-tags/README.md index d2defe3d1..6449bdab2 100644 --- a/packages/git-semver-tags/README.md +++ b/packages/git-semver-tags/README.md @@ -23,7 +23,7 @@ [size]: https://packagephobia.com/badge?p=git-semver-tags [size-url]: https://packagephobia.com/result?p=git-semver-tags -[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master +[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master [build-url]: https://github.com/conventional-changelog/conventional-changelog/actions [coverage]: https://coveralls.io/repos/github/conventional-changelog/conventional-changelog/badge.svg?branch=master From 041a1a9b73b201add30494aed19d026b948bd8f1 Mon Sep 17 00:00:00 2001 From: Dan Onoshko Date: Sat, 27 Apr 2024 01:41:16 +0400 Subject: [PATCH 03/21] chore: release gulp-conventional-changelog 5.0.0 (#1259) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../gulp-conventional-changelog/CHANGELOG.md | 19 +++++++++++++++++++ .../gulp-conventional-changelog/package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e00935326..9ac294ef5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,6 +19,6 @@ "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", - "packages/gulp-conventional-changelog": "4.0.0", + "packages/gulp-conventional-changelog": "5.0.0", "packages/git-client": "1.0.0" } diff --git a/packages/gulp-conventional-changelog/CHANGELOG.md b/packages/gulp-conventional-changelog/CHANGELOG.md index 8d2d625ea..2f22fce21 100644 --- a/packages/gulp-conventional-changelog/CHANGELOG.md +++ b/packages/gulp-conventional-changelog/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog-v4.0.0...gulp-conventional-changelog-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) ([ba03ffc](https://github.com/conventional-changelog/conventional-changelog/commit/ba03ffc3c05e794db48b18a508f296d4d662a5d9)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog-v3.0.0...gulp-conventional-changelog-v4.0.0) (2023-08-26) diff --git a/packages/gulp-conventional-changelog/package.json b/packages/gulp-conventional-changelog/package.json index d20fa153d..07c09e2f2 100644 --- a/packages/gulp-conventional-changelog/package.json +++ b/packages/gulp-conventional-changelog/package.json @@ -1,6 +1,6 @@ { "name": "gulp-conventional-changelog", - "version": "4.0.0", + "version": "5.0.0", "description": "Generate a changelog using conventional-changelog.", "author": { "name": "Steve Mao", From 3e9b9387f29e48a508b70b88f26b40a6db9fea16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:45:26 +0700 Subject: [PATCH 04/21] chore: release standard-changelog 6.0.0 (#1255) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/standard-changelog/CHANGELOG.md | 19 +++++++++++++++++++ packages/standard-changelog/package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ac294ef5..cb7ff8fee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -18,7 +18,7 @@ "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", - "packages/standard-changelog": "5.0.0", + "packages/standard-changelog": "6.0.0", "packages/gulp-conventional-changelog": "5.0.0", "packages/git-client": "1.0.0" } diff --git a/packages/standard-changelog/CHANGELOG.md b/packages/standard-changelog/CHANGELOG.md index 1913a85fb..e5771b7ef 100644 --- a/packages/standard-changelog/CHANGELOG.md +++ b/packages/standard-changelog/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog-v5.0.0...standard-changelog-v6.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + + +### Bug Fixes + +* **conventional-changelog-cli,conventional-recommended-bump,standard-changelog:** fix config loading ([#1234](https://github.com/conventional-changelog/conventional-changelog/issues/1234)) ([c2c4b3a](https://github.com/conventional-changelog/conventional-changelog/commit/c2c4b3a4cb60f784a4e7ee83d189b85c0acac960)) +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog-v4.0.0...standard-changelog-v5.0.0) (2023-09-08) diff --git a/packages/standard-changelog/package.json b/packages/standard-changelog/package.json index 65b5154d7..0c899641b 100644 --- a/packages/standard-changelog/package.json +++ b/packages/standard-changelog/package.json @@ -1,7 +1,7 @@ { "name": "standard-changelog", "type": "module", - "version": "5.0.0", + "version": "6.0.0", "description": "Generate a changelog from git metadata with Angular commit convention.", "author": "Steve Mao", "license": "MIT", From be4266b7ef7b84ba5c198dfa8c143229f8a5b128 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:47:41 +0700 Subject: [PATCH 05/21] chore: release conventional-commits-filter 5.0.0 (#1254) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../conventional-commits-filter/CHANGELOG.md | 25 +++++++++++++++++++ .../conventional-commits-filter/package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb7ff8fee..c81f890df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,7 +14,7 @@ "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", "packages/git-semver-tags": "7.0.1", - "packages/conventional-commits-filter": "4.0.0", + "packages/conventional-commits-filter": "5.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", diff --git a/packages/conventional-commits-filter/CHANGELOG.md b/packages/conventional-commits-filter/CHANGELOG.md index 5d65e6051..bd5895fb3 100644 --- a/packages/conventional-commits-filter/CHANGELOG.md +++ b/packages/conventional-commits-filter/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-filter-v4.0.0...conventional-commits-filter-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-commits-filter:** align methods with other packages ([#1181](https://github.com/conventional-changelog/conventional-changelog/issues/1181)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* **conventional-commits-filter:** align methods with other packages ([#1181](https://github.com/conventional-changelog/conventional-changelog/issues/1181)) ([f600a6c](https://github.com/conventional-changelog/conventional-changelog/commit/f600a6cb54c289279a242a5726e051ad6048c6a4)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) ([e0c7b06](https://github.com/conventional-changelog/conventional-changelog/commit/e0c7b060202100ab82d858986ce43ba1b310d496)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) ([9e280d8](https://github.com/conventional-changelog/conventional-changelog/commit/9e280d89f33e2185643e2531edb668bd0e0df22c)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-filter-v3.0.0...conventional-commits-filter-v4.0.0) (2023-08-26) diff --git a/packages/conventional-commits-filter/package.json b/packages/conventional-commits-filter/package.json index 7931da0de..2c62741a0 100644 --- a/packages/conventional-commits-filter/package.json +++ b/packages/conventional-commits-filter/package.json @@ -1,7 +1,7 @@ { "name": "conventional-commits-filter", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "Filter out reverted commits parsed by conventional-commits-parser.", "author": { "name": "Steve Mao", From 646e1be132ccd0f32e3074de2f511be5c610984f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:48:07 +0700 Subject: [PATCH 06/21] chore: release conventional-commits-parser 6.0.0 (#1253) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../conventional-commits-parser/CHANGELOG.md | 30 +++++++++++++++++++ .../conventional-commits-parser/package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c81f890df..38f174155 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "packages/conventional-changelog-conventionalcommits": "7.0.2", "packages/conventional-changelog-cli": "4.1.0", "packages/conventional-changelog": "5.1.0", - "packages/conventional-commits-parser": "5.0.0", + "packages/conventional-commits-parser": "6.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", "packages/conventional-changelog-jshint": "4.0.0", diff --git a/packages/conventional-commits-parser/CHANGELOG.md b/packages/conventional-commits-parser/CHANGELOG.md index cee356167..3a385ae1d 100644 --- a/packages/conventional-commits-parser/CHANGELOG.md +++ b/packages/conventional-commits-parser/CHANGELOG.md @@ -37,6 +37,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v5.0.0...conventional-commits-parser-v6.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) ([e0c7b06](https://github.com/conventional-changelog/conventional-changelog/commit/e0c7b060202100ab82d858986ce43ba1b310d496)) +* **conventional-commits-parser:** add parseCommits method to work with async iterables ([#1180](https://github.com/conventional-changelog/conventional-changelog/issues/1180)) ([7ee67ec](https://github.com/conventional-changelog/conventional-changelog/commit/7ee67ec5602d052d62ed2072760fe29c98e5c36a)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) ([9e280d8](https://github.com/conventional-changelog/conventional-changelog/commit/9e280d89f33e2185643e2531edb668bd0e0df22c)) +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + + +### Bug Fixes + +* **conventional-commits-parser:** parse header if subject includes ! to indicate breaking change ([#1213](https://github.com/conventional-changelog/conventional-changelog/issues/1213)) ([30cfa82](https://github.com/conventional-changelog/conventional-changelog/commit/30cfa8276436415b994599ab55db3a723d136e03)) +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v4.0.0...conventional-commits-parser-v5.0.0) (2023-08-26) diff --git a/packages/conventional-commits-parser/package.json b/packages/conventional-commits-parser/package.json index 58a65e15a..073ee3a7d 100644 --- a/packages/conventional-commits-parser/package.json +++ b/packages/conventional-commits-parser/package.json @@ -1,7 +1,7 @@ { "name": "conventional-commits-parser", "type": "module", - "version": "5.0.0", + "version": "6.0.0", "description": "Parse raw conventional commits.", "author": { "name": "Steve Mao", From 2e99dfa49112ffe6c864dd0e436f0db1e696b1f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:50:08 +0700 Subject: [PATCH 07/21] chore: release conventional-changelog-ember 5.0.0 (#1252) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../conventional-changelog-ember/CHANGELOG.md | 23 +++++++++++++++++++ .../conventional-changelog-ember/package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38f174155..dc3bf1bcc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,7 +9,7 @@ "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", - "packages/conventional-changelog-ember": "4.0.0", + "packages/conventional-changelog-ember": "5.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", diff --git a/packages/conventional-changelog-ember/CHANGELOG.md b/packages/conventional-changelog-ember/CHANGELOG.md index ce05494e4..31303d838 100644 --- a/packages/conventional-changelog-ember/CHANGELOG.md +++ b/packages/conventional-changelog-ember/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember-v4.0.0...conventional-changelog-ember-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember-v3.0.0...conventional-changelog-ember-v4.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-ember/package.json b/packages/conventional-changelog-ember/package.json index daaa1e074..d06017c89 100644 --- a/packages/conventional-changelog-ember/package.json +++ b/packages/conventional-changelog-ember/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-ember", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "Ember preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From d7dae509e72b09d1496ae51f1f04c15581c828fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:50:43 +0700 Subject: [PATCH 08/21] chore: release conventional-changelog-jshint 5.0.0 (#1250) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 23 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc3bf1bcc..064a4bc88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "packages/conventional-commits-parser": "6.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", - "packages/conventional-changelog-jshint": "4.0.0", + "packages/conventional-changelog-jshint": "5.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", diff --git a/packages/conventional-changelog-jshint/CHANGELOG.md b/packages/conventional-changelog-jshint/CHANGELOG.md index 17f3992d8..bd8992a6d 100644 --- a/packages/conventional-changelog-jshint/CHANGELOG.md +++ b/packages/conventional-changelog-jshint/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jshint-v4.0.0...conventional-changelog-jshint-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) ([9e280d8](https://github.com/conventional-changelog/conventional-changelog/commit/9e280d89f33e2185643e2531edb668bd0e0df22c)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jshint-v3.0.0...conventional-changelog-jshint-v4.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-jshint/package.json b/packages/conventional-changelog-jshint/package.json index 7b039d916..7adaa4ab8 100644 --- a/packages/conventional-changelog-jshint/package.json +++ b/packages/conventional-changelog-jshint/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-jshint", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "JSHint preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From 3b2b9d0ec2382f73d9cf000a1004596f90ece916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:51:12 +0700 Subject: [PATCH 09/21] chore: release conventional-changelog-atom 5.0.0 (#1249) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../conventional-changelog-atom/CHANGELOG.md | 21 +++++++++++++++++++ .../conventional-changelog-atom/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 064a4bc88..2a369d2f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,7 +12,7 @@ "packages/conventional-changelog-ember": "5.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", - "packages/conventional-changelog-atom": "4.0.0", + "packages/conventional-changelog-atom": "5.0.0", "packages/git-semver-tags": "7.0.1", "packages/conventional-commits-filter": "5.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", diff --git a/packages/conventional-changelog-atom/CHANGELOG.md b/packages/conventional-changelog-atom/CHANGELOG.md index 0ca0c5d3c..73ab2016e 100644 --- a/packages/conventional-changelog-atom/CHANGELOG.md +++ b/packages/conventional-changelog-atom/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom-v4.0.0...conventional-changelog-atom-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom-v3.0.0...conventional-changelog-atom-v4.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-atom/package.json b/packages/conventional-changelog-atom/package.json index 12887dc39..3138ad21e 100644 --- a/packages/conventional-changelog-atom/package.json +++ b/packages/conventional-changelog-atom/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-atom", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "Atom preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From d7c409b02f1d58cf6f0293edcadbe5f00a78a622 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:52:20 +0700 Subject: [PATCH 10/21] chore: release conventional-recommended-bump 10.0.0 (#1246) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 31 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a369d2f5..69c2ec4ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,7 +16,7 @@ "packages/git-semver-tags": "7.0.1", "packages/conventional-commits-filter": "5.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", - "packages/conventional-recommended-bump": "9.0.0", + "packages/conventional-recommended-bump": "10.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "6.0.0", "packages/gulp-conventional-changelog": "5.0.0", diff --git a/packages/conventional-recommended-bump/CHANGELOG.md b/packages/conventional-recommended-bump/CHANGELOG.md index c83bb2978..121a810ab 100644 --- a/packages/conventional-recommended-bump/CHANGELOG.md +++ b/packages/conventional-recommended-bump/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump-v9.0.0...conventional-recommended-bump-v10.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **git-semver-tags:** refactored to use @conventional-changelog/git-client ([#1203](https://github.com/conventional-changelog/conventional-changelog/issues/1203)) +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) ([e0c7b06](https://github.com/conventional-changelog/conventional-changelog/commit/e0c7b060202100ab82d858986ce43ba1b310d496)) +* **conventional-commits-parser:** rewrite to TypeScript ([#1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) ([9e280d8](https://github.com/conventional-changelog/conventional-changelog/commit/9e280d89f33e2185643e2531edb668bd0e0df22c)) +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) ([ba03ffc](https://github.com/conventional-changelog/conventional-changelog/commit/ba03ffc3c05e794db48b18a508f296d4d662a5d9)) +* **git-semver-tags:** refactored to use @conventional-changelog/git-client ([#1203](https://github.com/conventional-changelog/conventional-changelog/issues/1203)) ([7ac1860](https://github.com/conventional-changelog/conventional-changelog/commit/7ac186060b16ea66847c401d57ca78157329d778)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + + +### Bug Fixes + +* **conventional-changelog-cli,conventional-recommended-bump,standard-changelog:** fix config loading ([#1234](https://github.com/conventional-changelog/conventional-changelog/issues/1234)) ([c2c4b3a](https://github.com/conventional-changelog/conventional-changelog/commit/c2c4b3a4cb60f784a4e7ee83d189b85c0acac960)) +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [9.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump-v8.0.0...conventional-recommended-bump-v9.0.0) (2023-09-08) diff --git a/packages/conventional-recommended-bump/package.json b/packages/conventional-recommended-bump/package.json index deaf4822f..9ba32c372 100644 --- a/packages/conventional-recommended-bump/package.json +++ b/packages/conventional-recommended-bump/package.json @@ -1,7 +1,7 @@ { "name": "conventional-recommended-bump", "type": "module", - "version": "9.0.0", + "version": "10.0.0", "description": "Get a recommended version bump based on conventional commits.", "author": { "name": "Steve Mao", From a6ab80d6e30091a8b743ee97a87e7400af1ebc53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:53:01 +0700 Subject: [PATCH 11/21] chore: release conventional-changelog-express 5.0.0 (#1241) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 21 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69c2ec4ca..9ed204309 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "packages/conventional-changelog-writer": "7.0.1", "packages/conventional-changelog-jshint": "5.0.0", "packages/conventional-changelog-jquery": "5.0.0", - "packages/conventional-changelog-express": "4.0.0", + "packages/conventional-changelog-express": "5.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "5.0.0", "packages/conventional-changelog-codemirror": "4.0.0", diff --git a/packages/conventional-changelog-express/CHANGELOG.md b/packages/conventional-changelog-express/CHANGELOG.md index dea6c5780..20fef31bb 100644 --- a/packages/conventional-changelog-express/CHANGELOG.md +++ b/packages/conventional-changelog-express/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-express-v4.0.0...conventional-changelog-express-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-express-v3.0.0...conventional-changelog-express-v4.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-express/package.json b/packages/conventional-changelog-express/package.json index 34b01a36b..8fc2e6c68 100644 --- a/packages/conventional-changelog-express/package.json +++ b/packages/conventional-changelog-express/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-express", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "Express preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From a75cef688b9a1557ca981178d4d35c18963160b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:53:30 +0700 Subject: [PATCH 12/21] chore: release conventional-changelog-cli 5.0.0 (#1240) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../conventional-changelog-cli/CHANGELOG.md | 22 +++++++++++++++++++ .../conventional-changelog-cli/package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ed204309..89a7a0ae7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/conventional-changelog-conventionalcommits": "7.0.2", - "packages/conventional-changelog-cli": "4.1.0", + "packages/conventional-changelog-cli": "5.0.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "6.0.0", "packages/git-raw-commits": "4.0.0", diff --git a/packages/conventional-changelog-cli/CHANGELOG.md b/packages/conventional-changelog-cli/CHANGELOG.md index 11e117ef3..d78b37fbb 100644 --- a/packages/conventional-changelog-cli/CHANGELOG.md +++ b/packages/conventional-changelog-cli/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v4.1.0...conventional-changelog-cli-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + + +### Bug Fixes + +* **conventional-changelog-cli,conventional-recommended-bump,standard-changelog:** fix config loading ([#1234](https://github.com/conventional-changelog/conventional-changelog/issues/1234)) ([c2c4b3a](https://github.com/conventional-changelog/conventional-changelog/commit/c2c4b3a4cb60f784a4e7ee83d189b85c0acac960)) +* **conventional-changelog-cli:** fix link for option prompt ([#1159](https://github.com/conventional-changelog/conventional-changelog/issues/1159)) ([7e51c6d](https://github.com/conventional-changelog/conventional-changelog/commit/7e51c6d1bed61dfa7d8dedf7b11a0a027a222f3f)) +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [4.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v4.0.0...conventional-changelog-cli-v4.1.0) (2023-09-09) **Note:** Upgrade workspace dependencies. diff --git a/packages/conventional-changelog-cli/package.json b/packages/conventional-changelog-cli/package.json index 912f293bc..3b5385a18 100644 --- a/packages/conventional-changelog-cli/package.json +++ b/packages/conventional-changelog-cli/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-cli", "type": "module", - "version": "4.1.0", + "version": "5.0.0", "description": "Generate a changelog from git metadata.", "author": { "name": "Steve Mao", From 77525286ffc8869a6ac351ebe28198842815cb7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:57:10 +0700 Subject: [PATCH 13/21] chore: release conventional-changelog-codemirror 5.0.0 (#1248) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 21 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89a7a0ae7..7429e18ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "packages/conventional-changelog-express": "5.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "5.0.0", - "packages/conventional-changelog-codemirror": "4.0.0", + "packages/conventional-changelog-codemirror": "5.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "5.0.0", "packages/git-semver-tags": "7.0.1", diff --git a/packages/conventional-changelog-codemirror/CHANGELOG.md b/packages/conventional-changelog-codemirror/CHANGELOG.md index 678dd7d72..75f8d085f 100644 --- a/packages/conventional-changelog-codemirror/CHANGELOG.md +++ b/packages/conventional-changelog-codemirror/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror-v4.0.0...conventional-changelog-codemirror-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror-v3.0.0...conventional-changelog-codemirror-v4.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-codemirror/package.json b/packages/conventional-changelog-codemirror/package.json index 82c8b0a4e..338d281fe 100644 --- a/packages/conventional-changelog-codemirror/package.json +++ b/packages/conventional-changelog-codemirror/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-codemirror", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "CodeMirror preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From f61ea377e843db0852c35911785895ec43481f11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:58:25 +0700 Subject: [PATCH 14/21] chore: release git-raw-commits 5.0.0 (#1247) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- packages/git-raw-commits/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/git-raw-commits/package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7429e18ff..9402d34c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "packages/conventional-changelog-cli": "5.0.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "6.0.0", - "packages/git-raw-commits": "4.0.0", + "packages/git-raw-commits": "5.0.0", "packages/conventional-changelog-writer": "7.0.1", "packages/conventional-changelog-jshint": "5.0.0", "packages/conventional-changelog-jquery": "5.0.0", diff --git a/packages/git-raw-commits/CHANGELOG.md b/packages/git-raw-commits/CHANGELOG.md index 89e789247..44b0d973a 100644 --- a/packages/git-raw-commits/CHANGELOG.md +++ b/packages/git-raw-commits/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits-v4.0.0...git-raw-commits-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-client:** GitClient#getLastTag and ConventionalGitClient#getLastSemverTag methods are added. GitClient#getRawCommits ignore param is added. ([#1217](https://github.com/conventional-changelog/conventional-changelog/issues/1217)) ([53254b3](https://github.com/conventional-changelog/conventional-changelog/commit/53254b3e14258e1f6779a2b4462199dda630f96e)) +* **git-raw-commits:** refactored to use @conventional-changelog/git-client ([#1199](https://github.com/conventional-changelog/conventional-changelog/issues/1199)) ([ba03ffc](https://github.com/conventional-changelog/conventional-changelog/commit/ba03ffc3c05e794db48b18a508f296d4d662a5d9)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + + +### Bug Fixes + +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits-v3.0.0...git-raw-commits-v4.0.0) (2023-08-26) diff --git a/packages/git-raw-commits/package.json b/packages/git-raw-commits/package.json index 995b3644d..bf3e5e0ff 100644 --- a/packages/git-raw-commits/package.json +++ b/packages/git-raw-commits/package.json @@ -1,7 +1,7 @@ { "name": "git-raw-commits", "type": "module", - "version": "4.0.0", + "version": "5.0.0", "description": "Get raw git commits out of your repository using git-log(1).", "author": { "name": "Steve Mao", From c7459cd7d1e1ab82c9a5d552b008c02aba290cad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:59:26 +0700 Subject: [PATCH 15/21] chore: release conventional-changelog-eslint 6.0.0 (#1245) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 21 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9402d34c3..d796821e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/conventional-changelog-jshint": "5.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "5.0.0", - "packages/conventional-changelog-eslint": "5.0.0", + "packages/conventional-changelog-eslint": "6.0.0", "packages/conventional-changelog-ember": "5.0.0", "packages/conventional-changelog-codemirror": "5.0.0", "packages/conventional-changelog-angular": "7.0.0", diff --git a/packages/conventional-changelog-eslint/CHANGELOG.md b/packages/conventional-changelog-eslint/CHANGELOG.md index 92f11f51b..64c04a077 100644 --- a/packages/conventional-changelog-eslint/CHANGELOG.md +++ b/packages/conventional-changelog-eslint/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-eslint-v5.0.0...conventional-changelog-eslint-v6.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-eslint-v4.0.0...conventional-changelog-eslint-v5.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-eslint/package.json b/packages/conventional-changelog-eslint/package.json index 933f0fa34..e389eb6af 100644 --- a/packages/conventional-changelog-eslint/package.json +++ b/packages/conventional-changelog-eslint/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-eslint", "type": "module", - "version": "5.0.0", + "version": "6.0.0", "description": "ESLint preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From 533e36277d1779a5ac79a06210c603b5f88bc030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:00:22 +0700 Subject: [PATCH 16/21] chore: release conventional-changelog-writer 8.0.0 (#1244) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 27 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d796821e2..dfac9b6eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "6.0.0", "packages/git-raw-commits": "5.0.0", - "packages/conventional-changelog-writer": "7.0.1", + "packages/conventional-changelog-writer": "8.0.0", "packages/conventional-changelog-jshint": "5.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "5.0.0", diff --git a/packages/conventional-changelog-writer/CHANGELOG.md b/packages/conventional-changelog-writer/CHANGELOG.md index 2e6f4e326..2439b7856 100644 --- a/packages/conventional-changelog-writer/CHANGELOG.md +++ b/packages/conventional-changelog-writer/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v7.0.1...conventional-changelog-writer-v8.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-changelog-writer:** `formatDate` option ([#1189](https://github.com/conventional-changelog/conventional-changelog/issues/1189)) +* **conventional-changelog-writer:** align methods with other packages ([#1182](https://github.com/conventional-changelog/conventional-changelog/issues/1182)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* **conventional-changelog-writer:** `formatDate` option ([#1189](https://github.com/conventional-changelog/conventional-changelog/issues/1189)) ([8c4bbbe](https://github.com/conventional-changelog/conventional-changelog/commit/8c4bbbe2945a23bd3660a2dbfe1b497fda03afa4)), closes [#1186](https://github.com/conventional-changelog/conventional-changelog/issues/1186) +* **conventional-changelog-writer:** align methods with other packages ([#1182](https://github.com/conventional-changelog/conventional-changelog/issues/1182)) ([7b13ec9](https://github.com/conventional-changelog/conventional-changelog/commit/7b13ec9afcbe7afc24ce47af805c339ba7f0276f)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* **conventional-changelog-writer:** timeZone option ([#1162](https://github.com/conventional-changelog/conventional-changelog/issues/1162)) ([27f3642](https://github.com/conventional-changelog/conventional-changelog/commit/27f36422fdeb9a855c26ceac6d80896af0918764)) +* **conventional-commits-filter:** rewrite to TypeScript ([#1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) ([e0c7b06](https://github.com/conventional-changelog/conventional-changelog/commit/e0c7b060202100ab82d858986ce43ba1b310d496)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + + +### Bug Fixes + +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [7.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer-v7.0.0...conventional-changelog-writer-v7.0.1) (2023-09-10) diff --git a/packages/conventional-changelog-writer/package.json b/packages/conventional-changelog-writer/package.json index 9266b9313..37d6193b1 100644 --- a/packages/conventional-changelog-writer/package.json +++ b/packages/conventional-changelog-writer/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-writer", "type": "module", - "version": "7.0.1", + "version": "8.0.0", "description": "Write logs based on conventional commits and templates.", "author": { "name": "Steve Mao", From 1c71cd6d4868ef2e158963e277609a9794806306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:03:00 +0700 Subject: [PATCH 17/21] chore: release conventional-changelog-jquery 6.0.0 (#1243) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 21 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dfac9b6eb..fac9ce34b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "packages/git-raw-commits": "5.0.0", "packages/conventional-changelog-writer": "8.0.0", "packages/conventional-changelog-jshint": "5.0.0", - "packages/conventional-changelog-jquery": "5.0.0", + "packages/conventional-changelog-jquery": "6.0.0", "packages/conventional-changelog-express": "5.0.0", "packages/conventional-changelog-eslint": "6.0.0", "packages/conventional-changelog-ember": "5.0.0", diff --git a/packages/conventional-changelog-jquery/CHANGELOG.md b/packages/conventional-changelog-jquery/CHANGELOG.md index 71afed314..cefc16e44 100644 --- a/packages/conventional-changelog-jquery/CHANGELOG.md +++ b/packages/conventional-changelog-jquery/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery-v5.0.0...conventional-changelog-jquery-v6.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + ## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery-v4.0.0...conventional-changelog-jquery-v5.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-jquery/package.json b/packages/conventional-changelog-jquery/package.json index c0966304e..f0b813da2 100644 --- a/packages/conventional-changelog-jquery/package.json +++ b/packages/conventional-changelog-jquery/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-jquery", "type": "module", - "version": "5.0.0", + "version": "6.0.0", "description": "JQuery preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From 2aa6291a93eb881230e896f87a5232873b6a9717 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:04:06 +0700 Subject: [PATCH 18/21] chore: release conventional-changelog-angular 8.0.0 (#1242) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 26 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fac9ce34b..2e5c212a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "packages/conventional-changelog-eslint": "6.0.0", "packages/conventional-changelog-ember": "5.0.0", "packages/conventional-changelog-codemirror": "5.0.0", - "packages/conventional-changelog-angular": "7.0.0", + "packages/conventional-changelog-angular": "8.0.0", "packages/conventional-changelog-atom": "5.0.0", "packages/git-semver-tags": "7.0.1", "packages/conventional-commits-filter": "5.0.0", diff --git a/packages/conventional-changelog-angular/CHANGELOG.md b/packages/conventional-changelog-angular/CHANGELOG.md index 2a2c000c4..ae6bd7d43 100644 --- a/packages/conventional-changelog-angular/CHANGELOG.md +++ b/packages/conventional-changelog-angular/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v7.0.0...conventional-changelog-angular-v8.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. +* **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises +* **standard-changelog:** createIfMissing method now returns a promise + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) +* **standard-changelog:** use promises ([#1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) + + +### Bug Fixes + +* **conventional-changelog-angular:** revert pattern to not require a period ([#1169](https://github.com/conventional-changelog/conventional-changelog/issues/1169)) ([e5786cd](https://github.com/conventional-changelog/conventional-changelog/commit/e5786cdb01eb571fe85973a0cec0bc82efe3f65f)) + ## [7.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v6.0.0...conventional-changelog-angular-v7.0.0) (2023-08-26) diff --git a/packages/conventional-changelog-angular/package.json b/packages/conventional-changelog-angular/package.json index ad96e0794..e1c4f9393 100644 --- a/packages/conventional-changelog-angular/package.json +++ b/packages/conventional-changelog-angular/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-angular", "type": "module", - "version": "7.0.0", + "version": "8.0.0", "description": "Angular preset for conventional-changelog.", "author": "Steve Mao", "license": "ISC", From e34c96db3dbebedb17a6583aae8855dddd056f83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:04:52 +0700 Subject: [PATCH 19/21] chore: release conventional-changelog-preset-loader 5.0.0 (#1239) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 16 ++++++++++++++++ .../package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e5c212a0..915bebeb2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,7 +15,7 @@ "packages/conventional-changelog-atom": "5.0.0", "packages/git-semver-tags": "7.0.1", "packages/conventional-commits-filter": "5.0.0", - "packages/conventional-changelog-preset-loader": "4.1.0", + "packages/conventional-changelog-preset-loader": "5.0.0", "packages/conventional-recommended-bump": "10.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "6.0.0", diff --git a/packages/conventional-changelog-preset-loader/CHANGELOG.md b/packages/conventional-changelog-preset-loader/CHANGELOG.md index a6048e2b7..20a9a25f6 100644 --- a/packages/conventional-changelog-preset-loader/CHANGELOG.md +++ b/packages/conventional-changelog-preset-loader/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-preset-loader-v4.1.0...conventional-changelog-preset-loader-v5.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* **conventional-changelog-preset-loader:** rewrite to TypeScript ([#1185](https://github.com/conventional-changelog/conventional-changelog/issues/1185)) ([d082692](https://github.com/conventional-changelog/conventional-changelog/commit/d082692a2bafbc8edf402f353bc2b94bc8077f08)) +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + ## [4.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-preset-loader-v4.0.0...conventional-changelog-preset-loader-v4.1.0) (2023-09-08) diff --git a/packages/conventional-changelog-preset-loader/package.json b/packages/conventional-changelog-preset-loader/package.json index aef7c7f49..d3e8223bf 100644 --- a/packages/conventional-changelog-preset-loader/package.json +++ b/packages/conventional-changelog-preset-loader/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-preset-loader", "type": "module", - "version": "4.1.0", + "version": "5.0.0", "description": "Configuration preset loader for `conventional-changelog`.", "author": "Hutson Betts", "license": "MIT", From fbd1b3bcd6253a32de89eb21145c2eb70d9396b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:05:35 +0700 Subject: [PATCH 20/21] chore: release git-semver-tags 8.0.0 (#1238) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- packages/git-semver-tags/CHANGELOG.md | 20 ++++++++++++++++++++ packages/git-semver-tags/package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 915bebeb2..f379db14c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,7 +13,7 @@ "packages/conventional-changelog-codemirror": "5.0.0", "packages/conventional-changelog-angular": "8.0.0", "packages/conventional-changelog-atom": "5.0.0", - "packages/git-semver-tags": "7.0.1", + "packages/git-semver-tags": "8.0.0", "packages/conventional-commits-filter": "5.0.0", "packages/conventional-changelog-preset-loader": "5.0.0", "packages/conventional-recommended-bump": "10.0.0", diff --git a/packages/git-semver-tags/CHANGELOG.md b/packages/git-semver-tags/CHANGELOG.md index 26d226f8c..7d1ef3ef5 100644 --- a/packages/git-semver-tags/CHANGELOG.md +++ b/packages/git-semver-tags/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v7.0.1...git-semver-tags-v8.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **git-semver-tags:** refactored to use @conventional-changelog/git-client ([#1203](https://github.com/conventional-changelog/conventional-changelog/issues/1203)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* **git-semver-tags:** refactored to use @conventional-changelog/git-client ([#1203](https://github.com/conventional-changelog/conventional-changelog/issues/1203)) ([7ac1860](https://github.com/conventional-changelog/conventional-changelog/commit/7ac186060b16ea66847c401d57ca78157329d778)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + + +### Bug Fixes + +* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) + ## [7.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v7.0.0...git-semver-tags-v7.0.1) (2023-09-10) diff --git a/packages/git-semver-tags/package.json b/packages/git-semver-tags/package.json index 01d5f619b..42ed74f1e 100644 --- a/packages/git-semver-tags/package.json +++ b/packages/git-semver-tags/package.json @@ -1,7 +1,7 @@ { "name": "git-semver-tags", "type": "module", - "version": "7.0.1", + "version": "8.0.0", "description": "Get all git semver tags of your repository in reverse chronological order.", "author": { "name": "Steve Mao", From 3129c812139bf7454a64b4d506e6b85cd5abc77c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:06:15 +0700 Subject: [PATCH 21/21] chore: release conventional-changelog-conventionalcommits 8.0.0 (#1237) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dan Onoshko --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 24 +++++++++++++++++++ .../package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f379db14c..e169429f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/conventional-changelog-conventionalcommits": "7.0.2", + "packages/conventional-changelog-conventionalcommits": "8.0.0", "packages/conventional-changelog-cli": "5.0.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "6.0.0", diff --git a/packages/conventional-changelog-conventionalcommits/CHANGELOG.md b/packages/conventional-changelog-conventionalcommits/CHANGELOG.md index 1baa4eed6..ed602f3e8 100644 --- a/packages/conventional-changelog-conventionalcommits/CHANGELOG.md +++ b/packages/conventional-changelog-conventionalcommits/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v7.0.2...conventional-changelog-conventionalcommits-v8.0.0) (2024-04-26) + + +### ⚠ BREAKING CHANGES + +* Node >= 18 is required +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) +* Now all packages, except gulp-conventional-changelog, are ESM-only. + +### Features + +* cleanup presets interface ([#1215](https://github.com/conventional-changelog/conventional-changelog/issues/1215)) ([0e4f293](https://github.com/conventional-changelog/conventional-changelog/commit/0e4f2935add5dbf68410ea3c245ed8bd13e292a8)) +* **conventional-changelog-writer:** rewrite to TypeScript ([#1150](https://github.com/conventional-changelog/conventional-changelog/issues/1150)) ([8af364f](https://github.com/conventional-changelog/conventional-changelog/commit/8af364feb20f4e6f7ffab6f5b25638df780db715)) +* **conventional-recommended-bump:** new `Bumper` exported class ([#1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) +* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) +* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) + + +### Bug Fixes + +* **conventional-changelog-conventionalcommits:** avoid double empty lines ([#1235](https://github.com/conventional-changelog/conventional-changelog/issues/1235)) ([3b4bfdf](https://github.com/conventional-changelog/conventional-changelog/commit/3b4bfdf3ac7d26da8466a577227254123b767336)), closes [#1188](https://github.com/conventional-changelog/conventional-changelog/issues/1188) + ## [7.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v7.0.1...conventional-changelog-conventionalcommits-v7.0.2) (2023-09-08) diff --git a/packages/conventional-changelog-conventionalcommits/package.json b/packages/conventional-changelog-conventionalcommits/package.json index 79ae328e2..3fd64f21d 100644 --- a/packages/conventional-changelog-conventionalcommits/package.json +++ b/packages/conventional-changelog-conventionalcommits/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-conventionalcommits", "type": "module", - "version": "7.0.2", + "version": "8.0.0", "description": "Conventionalcommits.org preset for conventional-changelog.", "author": "Ben Coe", "license": "ISC",