Skip to content

Commit fff6270

Browse files
committed
v19.7.0
1 parent bed309d commit fff6270

File tree

18 files changed

+99
-15
lines changed

18 files changed

+99
-15
lines changed

Diff for: @alias/commitlint-config-angular/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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
715

816
**Note:** Version bump only for package commitlint-config-angular

Diff for: @alias/commitlint-config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-angular",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.0",
55
"description": "Shareable commitlint config enforcing the angular commit convention",
66
"files": [
77
"index.js"
@@ -31,7 +31,7 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-angular": "^19.6.0"
34+
"@commitlint/config-angular": "^19.7.0"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^19.5.0"

Diff for: @alias/commitlint-config-lerna-scopes/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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024-09-11)
715

816
**Note:** Version bump only for package commitlint-config-lerna-scopes

Diff for: @alias/commitlint-config-lerna-scopes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
33
"type": "module",
4-
"version": "19.5.0",
4+
"version": "19.7.0",
55
"description": "Shareable commitlint config enforcing lerna package names as scopes",
66
"files": [
77
"index.js"
@@ -31,7 +31,7 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-lerna-scopes": "^19.5.0"
34+
"@commitlint/config-lerna-scopes": "^19.7.0"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^19.5.0"

Diff for: @alias/commitlint-config-patternplate/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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
715

816
**Note:** Version bump only for package commitlint-config-patternplate

Diff for: @alias/commitlint-config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint-config-patternplate",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.0",
55
"description": "Lint your commits, patternplate-style",
66
"files": [
77
"index.js"
@@ -31,7 +31,7 @@
3131
"node": ">=v18"
3232
},
3333
"dependencies": {
34-
"@commitlint/config-patternplate": "^19.6.0"
34+
"@commitlint/config-patternplate": "^19.7.0"
3535
},
3636
"devDependencies": {
3737
"@commitlint/utils": "^19.5.0"

Diff for: @commitlint/config-angular/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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
715

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

Diff for: @commitlint/config-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-angular",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.0",
55
"description": "Shareable commitlint config enforcing the angular commit convention",
66
"main": "index.js",
77
"files": [

Diff for: @commitlint/config-lerna-scopes/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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
9+
### Features
10+
11+
* support lerna 7 and 8 ([#4221](https://github.com/conventional-changelog/commitlint/issues/4221)) ([3b8da63](https://github.com/conventional-changelog/commitlint/commit/3b8da63f50f868555a3f026a76e96cd8d20638de))
12+
13+
14+
15+
16+
617
# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024-09-11)
718

819
**Note:** Version bump only for package @commitlint/config-lerna-scopes

Diff for: @commitlint/config-lerna-scopes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
33
"type": "module",
4-
"version": "19.5.0",
4+
"version": "19.7.0",
55
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
66
"main": "index.js",
77
"files": [

Diff for: @commitlint/config-patternplate/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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
9+
10+
11+
12+
13+
614
# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)
715

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

Diff for: @commitlint/config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-patternplate",
33
"type": "module",
4-
"version": "19.6.0",
4+
"version": "19.7.0",
55
"description": "Lint your commits, patternplate-style",
66
"main": "index.js",
77
"files": [
@@ -32,7 +32,7 @@
3232
"node": ">=v18"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular": "^19.6.0",
35+
"@commitlint/config-angular": "^19.7.0",
3636
"glob": "^10.3.10",
3737
"lodash.merge": "^4.6.2"
3838
},

Diff for: @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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)
715

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

Diff for: @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.6.1",
4+
"version": "19.7.0",
55
"description": "commit prompt using commitlint.config.js",
66
"main": "cli.js",
77
"files": [
@@ -38,7 +38,7 @@
3838
"@commitlint/utils": "^19.5.0"
3939
},
4040
"dependencies": {
41-
"@commitlint/prompt": "^19.6.1",
41+
"@commitlint/prompt": "^19.7.0",
4242
"inquirer": "^9.2.15",
4343
"tinyexec": "^0.3.0"
4444
},

Diff for: @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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)
715

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

Diff for: @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.6.1",
4+
"version": "19.7.0",
55
"description": "commitizen prompt using commitlint.config.js",
66
"main": "./lib/index.js",
77
"files": [
@@ -38,7 +38,7 @@
3838
"node": ">=v18"
3939
},
4040
"devDependencies": {
41-
"@commitlint/config-angular": "^19.6.0",
41+
"@commitlint/config-angular": "^19.7.0",
4242
"@commitlint/types": "^14.0.0",
4343
"@commitlint/utils": "^19.5.0",
4444
"@types/inquirer": "^9.0.7",

Diff for: 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.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency chalk to v5.4.1 ([#4228](https://github.com/conventional-changelog/commitlint/issues/4228)) ([0b11176](https://github.com/conventional-changelog/commitlint/commit/0b111767fa6700eab82c7a4804273c0f6275a3d3))
12+
* update dependency tinyexec to v0.3.2 ([#4229](https://github.com/conventional-changelog/commitlint/issues/4229)) ([dca0d97](https://github.com/conventional-changelog/commitlint/commit/dca0d97261977681b0366d9733dbbf227bb9a9b1))
13+
14+
15+
### Features
16+
17+
* support lerna 7 and 8 ([#4221](https://github.com/conventional-changelog/commitlint/issues/4221)) ([3b8da63](https://github.com/conventional-changelog/commitlint/commit/3b8da63f50f868555a3f026a76e96cd8d20638de))
18+
19+
20+
21+
22+
623
## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)
724

825

Diff for: 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.6.1"
5+
"version": "19.7.0"
66
}

0 commit comments

Comments
 (0)