diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fd082fd5..1e0e0e7cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,23 +1,24 @@ { - "packages/conventional-changelog-conventionalcommits": "7.0.2", - "packages/conventional-changelog-cli": "4.1.0", + "packages/conventional-changelog-conventionalcommits": "8.0.0", + "packages/conventional-changelog-cli": "5.0.0", "packages/conventional-changelog": "6.0.0", - "packages/conventional-commits-parser": "5.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-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-codemirror": "4.0.0", - "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-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/gulp-conventional-changelog": "4.0.0" + "packages/conventional-commits-parser": "6.0.0", + "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": "6.0.0", + "packages/conventional-changelog-express": "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": "8.0.0", + "packages/conventional-changelog-atom": "5.0.0", + "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", + "packages/conventional-changelog-core": "8.0.0", + "packages/standard-changelog": "6.0.0", + "packages/gulp-conventional-changelog": "5.0.0", + "packages/git-client": "1.0.0" } 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/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/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-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", 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/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-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", 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", 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/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-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", 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/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-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", diff --git a/packages/conventional-changelog-core/CHANGELOG.md b/packages/conventional-changelog-core/CHANGELOG.md index ceec5efc6..44ba7d3e4 100644 --- a/packages/conventional-changelog-core/CHANGELOG.md +++ b/packages/conventional-changelog-core/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. +## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v7.0.0...conventional-changelog-core-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)) +* **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-changelog-writer:** align methods with other packages ([#1182](https://github.com/conventional-changelog/conventional-changelog/issues/1182)) +* **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. + +### 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:** 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-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-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 + +* **deps:** replace dependency read-pkg-up with read-package-up ^11.0.0 ([#1207](https://github.com/conventional-changelog/conventional-changelog/issues/1207)) ([a3248b6](https://github.com/conventional-changelog/conventional-changelog/commit/a3248b6b2b2d5d46994ee21801fdf7434f4e013d)) +* **deps:** update dependency read-pkg to v9 ([#1160](https://github.com/conventional-changelog/conventional-changelog/issues/1160)) ([2875efc](https://github.com/conventional-changelog/conventional-changelog/commit/2875efc717e9d69609b5ca4284a88ea2189abe5b)) + ## [7.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core-v6.0.0...conventional-changelog-core-v7.0.0) (2023-09-08) diff --git a/packages/conventional-changelog-core/package.json b/packages/conventional-changelog-core/package.json index ca15a0aaf..69630682b 100644 --- a/packages/conventional-changelog-core/package.json +++ b/packages/conventional-changelog-core/package.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-core", "type": "module", - "version": "7.0.0", + "version": "8.0.0", "description": "Core package of conventional-changelog.", "author": "Steve Mao", "license": "MIT", 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/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-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", 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/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-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", 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/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-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", 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/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-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", 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/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-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", 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/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-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", 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/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-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", 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/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-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", 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/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-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", 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/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/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", 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/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-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", 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/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-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", 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/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 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", 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", 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",