File tree 18 files changed +91
-16
lines changed
18 files changed +91
-16
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
15
8
16
** Note:** Version bump only for package commitlint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
3
"type" : " module" ,
4
- "version" : " 19.6.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " Lint your commit messages" ,
6
6
"files" : [
7
7
" cli.js"
36
36
},
37
37
"license" : " MIT" ,
38
38
"dependencies" : {
39
- "@commitlint/cli" : " ^19.6.0 " ,
39
+ "@commitlint/cli" : " ^19.6.1 " ,
40
40
"@commitlint/types" : " ^19.5.0"
41
41
},
42
42
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
15
8
16
** Note:** Version bump only for package @commitlint/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
3
"type" : " module" ,
4
- "version" : " 19.6.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " Lint your commit messages" ,
6
6
"files" : [
7
7
" index.cjs" ,
50
50
"dependencies" : {
51
51
"@commitlint/format" : " ^19.5.0" ,
52
52
"@commitlint/lint" : " ^19.6.0" ,
53
- "@commitlint/load" : " ^19.5.0 " ,
53
+ "@commitlint/load" : " ^19.6.1 " ,
54
54
"@commitlint/read" : " ^19.5.0" ,
55
55
"@commitlint/types" : " ^19.5.0" ,
56
56
"tinyexec" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
15
8
16
** Note:** Version bump only for package @commitlint/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
3
"type" : " module" ,
4
- "version" : " 19.6.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " Lint your commit messages" ,
6
6
"main" : " lib/core.js" ,
7
7
"types" : " lib/core.d.ts" ,
38
38
"dependencies" : {
39
39
"@commitlint/format" : " ^19.5.0" ,
40
40
"@commitlint/lint" : " ^19.6.0" ,
41
- "@commitlint/load" : " ^19.5.0 " ,
41
+ "@commitlint/load" : " ^19.6.1 " ,
42
42
"@commitlint/read" : " ^19.5.0"
43
43
},
44
44
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cz-commitlint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.5.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0 ) (2024-09-11)
7
15
8
16
** Note:** Version bump only for package @commitlint/cz-commitlint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cz-commitlint" ,
3
3
"type" : " module" ,
4
- "version" : " 19.5.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " Commitizen adapter using the commitlint.config.js" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"exports" : {
44
44
},
45
45
"dependencies" : {
46
46
"@commitlint/ensure" : " ^19.5.0" ,
47
- "@commitlint/load" : " ^19.5.0 " ,
47
+ "@commitlint/load" : " ^19.6.1 " ,
48
48
"@commitlint/types" : " ^19.5.0" ,
49
49
"chalk" : " ^5.3.0" ,
50
50
"lodash.isplainobject" : " ^4.0.6" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/load
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.5.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0 ) (2024-09-11)
7
15
8
16
** Note:** Version bump only for package @commitlint/load
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
3
"type" : " module" ,
4
- "version" : " 19.5.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " Load shared commitlint configuration" ,
6
6
"main" : " lib/load.js" ,
7
7
"types" : " lib/load.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
15
8
16
** Note:** Version bump only for package @commitlint/prompt-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
3
"type" : " module" ,
4
- "version" : " 19.6.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " commit prompt using commitlint.config.js" ,
6
6
"main" : " cli.js" ,
7
7
"files" : [
38
38
"@commitlint/utils" : " ^19.5.0"
39
39
},
40
40
"dependencies" : {
41
- "@commitlint/prompt" : " ^19.6.0 " ,
41
+ "@commitlint/prompt" : " ^19.6.1 " ,
42
42
"inquirer" : " ^9.2.15" ,
43
43
"tinyexec" : " ^0.3.0"
44
44
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
15
8
16
** Note:** Version bump only for package @commitlint/prompt
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
3
"type" : " module" ,
4
- "version" : " 19.6.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " commitizen prompt using commitlint.config.js" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"files" : [
46
46
},
47
47
"dependencies" : {
48
48
"@commitlint/ensure" : " ^19.5.0" ,
49
- "@commitlint/load" : " ^19.5.0 " ,
49
+ "@commitlint/load" : " ^19.6.1 " ,
50
50
"@commitlint/types" : " ^19.5.0" ,
51
51
"chalk" : " ^5.3.0" ,
52
52
"inquirer" : " ^9.2.15"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
15
8
16
** Note:** Version bump only for package @commitlint/travis-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
3
"type" : " module" ,
4
- "version" : " 19.6.0 " ,
4
+ "version" : " 19.6.1 " ,
5
5
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
6
6
"main" : " lib/cli.js" ,
7
7
"types" : " lib/cli.d.ts" ,
43
43
"@commitlint/utils" : " ^19.5.0"
44
44
},
45
45
"dependencies" : {
46
- "@commitlint/cli" : " ^19.6.0 " ,
46
+ "@commitlint/cli" : " ^19.6.1 " ,
47
47
"tinyexec" : " ^0.3.0"
48
48
},
49
49
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 19.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1 ) (2024-12-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * force bump for container usage ([ #4200 ] ( https://github.com/conventional-changelog/commitlint/issues/4200 ) ) ([ 21858df] ( https://github.com/conventional-changelog/commitlint/commit/21858dfa25acb5a1f244cdcba7ff20735fa5903f ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 19.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0 ) (2024-11-19)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"lerna" : " 4" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 19.6.0 "
5
+ "version" : " 19.6.1 "
6
6
}
You can’t perform that action at this time.
0 commit comments