Skip to content

Commit a64b417

Browse files
committed
v19.2.0
1 parent 94eab40 commit a64b417

20 files changed

+119
-21
lines changed

@alias/commitlint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
715

816
**Note:** Version bump only for package commitlint

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "Lint your commit messages",
66
"files": [
77
"cli.js"
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@commitlint/cli": "^19.1.0",
39+
"@commitlint/cli": "^19.2.0",
4040
"@commitlint/types": "^19.0.3"
4141
},
4242
"devDependencies": {

@commitlint/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
9+
### Features
10+
11+
* **cli:** introduce new --last flag, to stop recommending HEAD~1 ([#3916](https://github.com/conventional-changelog/commitlint/issues/3916)) ([99f4f3f](https://github.com/conventional-changelog/commitlint/commit/99f4f3f4839190a2758083df7ba20b988e7b68a6))
12+
13+
14+
15+
16+
617
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
718

819
**Note:** Version bump only for package @commitlint/cli

@commitlint/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cli",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "Lint your commit messages",
66
"files": [
77
"index.cjs",
@@ -50,8 +50,8 @@
5050
"dependencies": {
5151
"@commitlint/format": "^19.0.3",
5252
"@commitlint/lint": "^19.1.0",
53-
"@commitlint/load": "^19.1.0",
54-
"@commitlint/read": "^19.0.3",
53+
"@commitlint/load": "^19.2.0",
54+
"@commitlint/read": "^19.2.0",
5555
"@commitlint/types": "^19.0.3",
5656
"execa": "^8.0.1",
5757
"yargs": "^17.0.0"

@commitlint/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
715

816
**Note:** Version bump only for package @commitlint/core

@commitlint/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/core",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "Lint your commit messages",
66
"main": "lib/core.js",
77
"types": "lib/core.d.ts",
@@ -38,8 +38,8 @@
3838
"dependencies": {
3939
"@commitlint/format": "^19.0.3",
4040
"@commitlint/lint": "^19.1.0",
41-
"@commitlint/load": "^19.1.0",
42-
"@commitlint/read": "^19.0.3"
41+
"@commitlint/load": "^19.2.0",
42+
"@commitlint/read": "^19.2.0"
4343
},
4444
"devDependencies": {
4545
"@commitlint/utils": "^19.0.0"

@commitlint/cz-commitlint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
715

816

@commitlint/cz-commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cz-commitlint",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "Commitizen adapter using the commitlint.config.js",
66
"main": "./lib/index.js",
77
"exports": {
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@commitlint/ensure": "^19.0.3",
47-
"@commitlint/load": "^19.1.0",
47+
"@commitlint/load": "^19.2.0",
4848
"@commitlint/types": "^19.0.3",
4949
"chalk": "^5.3.0",
5050
"lodash.isplainobject": "^4.0.6",

@commitlint/load/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
9+
### Features
10+
11+
* **load:** update cosmiconfig to v9 to add support for `package.yaml` config ([#3976](https://github.com/conventional-changelog/commitlint/issues/3976)) ([94eab40](https://github.com/conventional-changelog/commitlint/commit/94eab40798e0c8d3945aa2b1e629669b231d8468))
12+
13+
14+
15+
16+
617
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
718

819
**Note:** Version bump only for package @commitlint/load

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/load",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "Load shared commitlint configuration",
66
"main": "lib/load.js",
77
"types": "lib/load.d.ts",

@commitlint/prompt-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
715

816

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/prompt-cli",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "commit prompt using commitlint.config.js",
66
"main": "cli.js",
77
"files": [
@@ -38,7 +38,7 @@
3838
"@commitlint/utils": "^19.0.0"
3939
},
4040
"dependencies": {
41-
"@commitlint/prompt": "^19.1.0",
41+
"@commitlint/prompt": "^19.2.0",
4242
"execa": "^8.0.1",
4343
"inquirer": "^9.2.15"
4444
},

@commitlint/prompt/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
715

816
**Note:** Version bump only for package @commitlint/prompt

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/prompt",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "commitizen prompt using commitlint.config.js",
66
"main": "./lib/index.js",
77
"files": [
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@commitlint/ensure": "^19.0.3",
49-
"@commitlint/load": "^19.1.0",
49+
"@commitlint/load": "^19.2.0",
5050
"@commitlint/types": "^19.0.3",
5151
"chalk": "^5.3.0",
5252
"inquirer": "^9.2.15"

@commitlint/read/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
9+
### Features
10+
11+
* **cli:** introduce new --last flag, to stop recommending HEAD~1 ([#3916](https://github.com/conventional-changelog/commitlint/issues/3916)) ([99f4f3f](https://github.com/conventional-changelog/commitlint/commit/99f4f3f4839190a2758083df7ba20b988e7b68a6))
12+
13+
14+
15+
16+
617
## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)
718

819
**Note:** Version bump only for package @commitlint/read

@commitlint/read/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/read",
33
"type": "module",
4-
"version": "19.0.3",
4+
"version": "19.2.0",
55
"description": "Read commit messages from a specified range or last edit",
66
"main": "lib/read.js",
77
"types": "lib/read.d.ts",
@@ -44,9 +44,9 @@
4444
"dependencies": {
4545
"@commitlint/top-level": "^19.0.0",
4646
"@commitlint/types": "^19.0.3",
47+
"execa": "^8.0.1",
4748
"git-raw-commits": "^4.0.0",
48-
"minimist": "^1.2.8",
49-
"execa": "^8.0.1"
49+
"minimist": "^1.2.8"
5050
},
5151
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
5252
}

@commitlint/travis-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
715

816

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/travis-cli",
33
"type": "module",
4-
"version": "19.1.0",
4+
"version": "19.2.0",
55
"description": "Lint all relevant commits for a change or PR on Travis CI",
66
"main": "lib/cli.js",
77
"types": "lib/cli.d.ts",
@@ -43,7 +43,7 @@
4343
"@commitlint/utils": "^19.0.0"
4444
},
4545
"dependencies": {
46-
"@commitlint/cli": "^19.1.0",
46+
"@commitlint/cli": "^19.2.0",
4747
"execa": "^8.0.1"
4848
},
4949
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency inquirer to v9.2.16 ([#3972](https://github.com/conventional-changelog/commitlint/issues/3972)) ([ea1ab9c](https://github.com/conventional-changelog/commitlint/commit/ea1ab9cc8048a2b715473c878641d1e189daaf1c))
12+
13+
14+
### Features
15+
16+
* **cli:** introduce new --last flag, to stop recommending HEAD~1 ([#3916](https://github.com/conventional-changelog/commitlint/issues/3916)) ([99f4f3f](https://github.com/conventional-changelog/commitlint/commit/99f4f3f4839190a2758083df7ba20b988e7b68a6))
17+
* **load:** update cosmiconfig to v9 to add support for `package.yaml` config ([#3976](https://github.com/conventional-changelog/commitlint/issues/3976)) ([94eab40](https://github.com/conventional-changelog/commitlint/commit/94eab40798e0c8d3945aa2b1e629669b231d8468))
18+
19+
20+
21+
22+
623
# [19.1.0](https://github.com/conventional-changelog/commitlint/compare/v19.0.3...v19.1.0) (2024-03-12)
724

825

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "19.1.0"
5+
"version": "19.2.0"
66
}

0 commit comments

Comments
 (0)