File tree 20 files changed +110
-19
lines changed
20 files changed +110
-19
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.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
+
6
14
# [ 19.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
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.3 .0" ,
4
+ "version" : " 19.4 .0" ,
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.3 .0" ,
39
+ "@commitlint/cli" : " ^19.4 .0" ,
40
40
"@commitlint/types" : " ^19.0.3"
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.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
+
6
18
# [ 19.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
19
8
20
** 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.3 .0" ,
4
+ "version" : " 19.4 .0" ,
5
5
"description" : " Lint your commit messages" ,
6
6
"files" : [
7
7
" index.cjs" ,
50
50
"dependencies" : {
51
51
"@commitlint/format" : " ^19.3.0" ,
52
52
"@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 " ,
55
55
"@commitlint/types" : " ^19.0.3" ,
56
56
"execa" : " ^8.0.1" ,
57
57
"yargs" : " ^17.0.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.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
+
6
14
# [ 19.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
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.3 .0" ,
4
+ "version" : " 19.4 .0" ,
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.3.0" ,
40
40
"@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 "
43
43
},
44
44
"devDependencies" : {
45
45
"@commitlint/utils" : " ^19.0.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.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
+
6
14
# [ 19.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0 ) (2024-03-15)
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.2 .0" ,
4
+ "version" : " 19.4 .0" ,
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.0.3" ,
47
- "@commitlint/load" : " ^19.2 .0" ,
47
+ "@commitlint/load" : " ^19.4 .0" ,
48
48
"@commitlint/types" : " ^19.0.3" ,
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.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
+
6
14
# [ 19.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.0 ) (2024-03-15)
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.2 .0" ,
4
+ "version" : " 19.4 .0" ,
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.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/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.3.1 ) (2024-05-13)
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.3.1 " ,
4
+ "version" : " 19.4.0 " ,
5
5
"description" : " commit prompt using commitlint.config.js" ,
6
6
"main" : " cli.js" ,
7
7
"files" : [
38
38
"@commitlint/utils" : " ^19.0.0"
39
39
},
40
40
"dependencies" : {
41
- "@commitlint/prompt" : " ^19.3.1 " ,
41
+ "@commitlint/prompt" : " ^19.4.0 " ,
42
42
"execa" : " ^8.0.1" ,
43
43
"inquirer" : " ^9.2.15"
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.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/prompt
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.3.1 ) (2024-05-13)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
3
"type" : " module" ,
4
- "version" : " 19.3.1 " ,
4
+ "version" : " 19.4.0 " ,
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.0.3" ,
49
- "@commitlint/load" : " ^19.2 .0" ,
49
+ "@commitlint/load" : " ^19.4 .0" ,
50
50
"@commitlint/types" : " ^19.0.3" ,
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.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 linting from the last tag ([ #4110 ] ( https://github.com/conventional-changelog/commitlint/issues/4110 ) ) ([ 4b204ec] ( https://github.com/conventional-changelog/commitlint/commit/4b204ecfb43dd6a00e24b51111aadbd78f9d58e1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 19.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1 ) (2024-03-19)
7
18
8
19
** Note:** Version bump only for package @commitlint/read
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/read" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.1 " ,
4
+ "version" : " 19.4.0 " ,
5
5
"description" : " Read commit messages from a specified range or last edit" ,
6
6
"main" : " lib/read.js" ,
7
7
"types" : " lib/read.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.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/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 19.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
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.3 .0" ,
4
+ "version" : " 19.4 .0" ,
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.0.0"
44
44
},
45
45
"dependencies" : {
46
- "@commitlint/cli" : " ^19.3 .0" ,
46
+ "@commitlint/cli" : " ^19.4 .0" ,
47
47
"execa" : " ^8.0.1"
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.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
+
6
18
## [ 19.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.3.1 ) (2024-05-13)
7
19
8
20
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.3.1 "
5
+ "version" : " 19.4.0 "
6
6
}
You can’t perform that action at this time.
0 commit comments