Skip to content

Commit bac2288

Browse files
committed
v19.4.0
1 parent 530db80 commit bac2288

File tree

20 files changed

+110
-19
lines changed

20 files changed

+110
-19
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
715

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

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "19.3.0",
4+
"version": "19.4.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.3.0",
39+
"@commitlint/cli": "^19.4.0",
4040
"@commitlint/types": "^19.0.3"
4141
},
4242
"devDependencies": {

@commitlint/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
7+
8+
9+
### Features
10+
11+
* support command line options from a file ([#4109](https://github.com/conventional-changelog/commitlint/issues/4109)) ([a20e890](https://github.com/conventional-changelog/commitlint/commit/a20e890f6b6c8bacdc511d40cb41f29415bdd044))
12+
* support linting from the last tag ([#4110](https://github.com/conventional-changelog/commitlint/issues/4110)) ([4b204ec](https://github.com/conventional-changelog/commitlint/commit/4b204ecfb43dd6a00e24b51111aadbd78f9d58e1))
13+
14+
15+
16+
17+
618
# [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
719

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

@commitlint/cli/package.json

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

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
715

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

@commitlint/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/core",
33
"type": "module",
4-
"version": "19.3.0",
4+
"version": "19.4.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.3.0",
4040
"@commitlint/lint": "^19.2.2",
41-
"@commitlint/load": "^19.2.0",
42-
"@commitlint/read": "^19.2.1"
41+
"@commitlint/load": "^19.4.0",
42+
"@commitlint/read": "^19.4.0"
4343
},
4444
"devDependencies": {
4545
"@commitlint/utils": "^19.0.0"

@commitlint/cz-commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
715

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

@commitlint/cz-commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cz-commitlint",
33
"type": "module",
4-
"version": "19.2.0",
4+
"version": "19.4.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.2.0",
47+
"@commitlint/load": "^19.4.0",
4848
"@commitlint/types": "^19.0.3",
4949
"chalk": "^5.3.0",
5050
"lodash.isplainobject": "^4.0.6",

@commitlint/load/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
7+
8+
**Note:** Version bump only for package @commitlint/load
9+
10+
11+
12+
13+
614
# [19.2.0](https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0) (2024-03-15)
715

816

@commitlint/load/package.json

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

0 commit comments

Comments
 (0)