File tree Expand file tree Collapse file tree 20 files changed +104
-18
lines changed Expand file tree Collapse file tree 20 files changed +104
-18
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.0.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2 ) (2024-02-28)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.0.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1 ) (2024-02-27)
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.0.1 " ,
4
+ "version" : " 19.0.2 " ,
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.0.1 " ,
39
+ "@commitlint/cli" : " ^19.0.2 " ,
40
40
"@commitlint/types" : " ^19.0.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.0.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2 ) (2024-02-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.0.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1 ) (2024-02-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
3
"type" : " module" ,
4
- "version" : " 19.0.1 " ,
4
+ "version" : " 19.0.2 " ,
5
5
"description" : " Lint your commit messages" ,
6
6
"files" : [
7
7
" index.cjs" ,
50
50
"dependencies" : {
51
51
"@commitlint/format" : " ^19.0.0" ,
52
52
"@commitlint/lint" : " ^19.0.0" ,
53
- "@commitlint/load" : " ^19.0.1 " ,
53
+ "@commitlint/load" : " ^19.0.2 " ,
54
54
"@commitlint/read" : " ^19.0.0" ,
55
55
"@commitlint/types" : " ^19.0.0" ,
56
56
"execa" : " ^8.0.1" ,
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.0.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2 ) (2024-02-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.0.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1 ) (2024-02-27)
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.0.1 " ,
4
+ "version" : " 19.0.2 " ,
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.0.0" ,
40
40
"@commitlint/lint" : " ^19.0.0" ,
41
- "@commitlint/load" : " ^19.0.1 " ,
41
+ "@commitlint/load" : " ^19.0.2 " ,
42
42
"@commitlint/read" : " ^19.0.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.0.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2 ) (2024-02-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cz-commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.0.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1 ) (2024-02-27)
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.0.1 " ,
4
+ "version" : " 19.0.2 " ,
5
5
"description" : " Commitizen adapter using the commitlint.config.js" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"files" : [
39
39
},
40
40
"dependencies" : {
41
41
"@commitlint/ensure" : " ^19.0.0" ,
42
- "@commitlint/load" : " ^19.0.1 " ,
42
+ "@commitlint/load" : " ^19.0.2 " ,
43
43
"@commitlint/types" : " ^19.0.0" ,
44
44
"chalk" : " ^5.3.0" ,
45
45
"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.0.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2 ) (2024-02-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/load
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.0.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1 ) (2024-02-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
3
"type" : " module" ,
4
- "version" : " 19.0.1 " ,
4
+ "version" : " 19.0.2 " ,
5
5
"description" : " Load shared commitlint configuration" ,
6
6
"main" : " lib/load.js" ,
7
7
"types" : " lib/load.d.ts" ,
47
47
"dependencies" : {
48
48
"@commitlint/config-validator" : " ^19.0.0" ,
49
49
"@commitlint/execute-rule" : " ^19.0.0" ,
50
- "@commitlint/resolve-extends" : " ^19.0.1 " ,
50
+ "@commitlint/resolve-extends" : " ^19.0.2 " ,
51
51
"@commitlint/types" : " ^19.0.0" ,
52
52
"chalk" : " ^5.3.0" ,
53
53
"cosmiconfig" : " ^8.3.6" ,
You can’t perform that action at this time.
0 commit comments