File tree 28 files changed +148
-24
lines changed
commitlint-config-angular
commitlint-config-nx-scopes
commitlint-config-patternplate
28 files changed +148
-24
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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
7
15
8
16
** Note:** Version bump only for package commitlint-config-angular
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-angular" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
6
6
"files" : [
7
7
" index.js"
31
31
"node" : " >=v18"
32
32
},
33
33
"dependencies" : {
34
- "@commitlint/config-angular" : " ^19.2.2 "
34
+ "@commitlint/config-angular" : " ^19.3.0 "
35
35
},
36
36
"devDependencies" : {
37
37
"@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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-nx-scopes
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1 ) (2024-03-19)
7
15
8
16
** Note:** Version bump only for package commitlint-config-nx-scopes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-nx-scopes" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.1 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Shareable commitlint config enforcing nx project names as scopes" ,
6
6
"files" : [
7
7
" index.js"
31
31
"node" : " >=v18"
32
32
},
33
33
"dependencies" : {
34
- "@commitlint/config-nx-scopes" : " ^19.2.1 "
34
+ "@commitlint/config-nx-scopes" : " ^19.3.0 "
35
35
},
36
36
"devDependencies" : {
37
37
"@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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
7
15
8
16
** Note:** Version bump only for package commitlint-config-patternplate
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Lint your commits, patternplate-style" ,
6
6
"files" : [
7
7
" index.js"
31
31
"node" : " >=v18"
32
32
},
33
33
"dependencies" : {
34
- "@commitlint/config-patternplate" : " ^19.2.2 "
34
+ "@commitlint/config-patternplate" : " ^19.3.0 "
35
35
},
36
36
"devDependencies" : {
37
37
"@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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
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.2.2 " ,
4
+ "version" : " 19.3.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.2.2 " ,
39
+ "@commitlint/cli" : " ^19.3.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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
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.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Lint your commit messages" ,
6
6
"files" : [
7
7
" index.cjs" ,
48
48
"lodash.merge" : " ^4.6.2"
49
49
},
50
50
"dependencies" : {
51
- "@commitlint/format" : " ^19.0.3 " ,
51
+ "@commitlint/format" : " ^19.3.0 " ,
52
52
"@commitlint/lint" : " ^19.2.2" ,
53
53
"@commitlint/load" : " ^19.2.0" ,
54
54
"@commitlint/read" : " ^19.2.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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
7
15
8
16
** Note:** Version bump only for package @commitlint/config-angular
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
6
6
"main" : " index.js" ,
7
7
"files" : [
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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-nx-scopes
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1 ) (2024-03-19)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-nx-scopes" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.1 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Shareable commitlint config enforcing nx project names as scopes" ,
6
6
"main" : " index.js" ,
7
7
"files" : [
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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
7
15
8
16
** Note:** Version bump only for package @commitlint/config-patternplate
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-patternplate" ,
3
3
"type" : " module" ,
4
- "version" : " 19.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Lint your commits, patternplate-style" ,
6
6
"main" : " index.js" ,
7
7
"files" : [
32
32
"node" : " >=v18"
33
33
},
34
34
"dependencies" : {
35
- "@commitlint/config-angular" : " ^19.2.2 " ,
35
+ "@commitlint/config-angular" : " ^19.3.0 " ,
36
36
"glob" : " ^10.3.10" ,
37
37
"lodash.merge" : " ^4.6.2"
38
38
},
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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
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.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Lint your commit messages" ,
6
6
"main" : " lib/core.js" ,
7
7
"types" : " lib/core.d.ts" ,
36
36
},
37
37
"license" : " MIT" ,
38
38
"dependencies" : {
39
- "@commitlint/format" : " ^19.0.3 " ,
39
+ "@commitlint/format" : " ^19.3.0 " ,
40
40
"@commitlint/lint" : " ^19.2.2" ,
41
41
"@commitlint/load" : " ^19.2.0" ,
42
42
"@commitlint/read" : " ^19.2.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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** format:** print full commit message for valid commits if -V ([ #4026 ] ( https://github.com/conventional-changelog/commitlint/issues/4026 ) ) ([ a7bbc49] ( https://github.com/conventional-changelog/commitlint/commit/a7bbc494e34885aba3f4b0c03b37d18ef2b8fbff ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 19.0.3] ( https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3 ) (2024-02-28)
7
18
8
19
** Note:** Version bump only for package @commitlint/format
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/format" ,
3
3
"type" : " module" ,
4
- "version" : " 19.0.3 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " Format commitlint reports" ,
6
6
"main" : " lib/index.js" ,
7
7
"types" : " lib/index.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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
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.2.2 " ,
4
+ "version" : " 19.3.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.2.2 " ,
41
+ "@commitlint/prompt" : " ^19.3.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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
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.2.2 " ,
4
+ "version" : " 19.3.0 " ,
5
5
"description" : " commitizen prompt using commitlint.config.js" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"files" : [
38
38
"node" : " >=v18"
39
39
},
40
40
"devDependencies" : {
41
- "@commitlint/config-angular" : " ^19.2.2 " ,
41
+ "@commitlint/config-angular" : " ^19.3.0 " ,
42
42
"@commitlint/types" : " ^14.0.0" ,
43
43
"@commitlint/utils" : " ^19.0.0" ,
44
44
"@types/inquirer" : " ^9.0.7" ,
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.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0 ) (2024-04-23)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 19.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
7
15
8
16
** Note:** Version bump only for package @commitlint/travis-cli
You can’t perform that action at this time.
0 commit comments