File tree 28 files changed +144
-26
lines changed
commitlint-config-angular
commitlint-config-patternplate
28 files changed +144
-26
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
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
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^17.4.4 "
33
+ "@commitlint/config-angular" : " ^17.6.0 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^17.4.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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
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
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-patternplate" : " ^17.4.4 "
33
+ "@commitlint/config-patternplate" : " ^17.6.0 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^17.4.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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1 ) (2023-03-28)
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
- "version" : " 17.5.1 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
35
35
},
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
- "@commitlint/cli" : " ^17.5.1 " ,
38
+ "@commitlint/cli" : " ^17.6.0 " ,
39
39
"@commitlint/types" : " ^17.4.4"
40
40
},
41
41
"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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1 ) (2023-03-28)
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
- "version" : " 17.5.1 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
48
48
},
49
49
"dependencies" : {
50
50
"@commitlint/format" : " ^17.4.4" ,
51
- "@commitlint/lint" : " ^17.4.4 " ,
51
+ "@commitlint/lint" : " ^17.6.0 " ,
52
52
"@commitlint/load" : " ^17.5.0" ,
53
53
"@commitlint/read" : " ^17.5.1" ,
54
54
"@commitlint/types" : " ^17.4.4" ,
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
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
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"devDependencies" : {
33
- "@commitlint/lint" : " ^17.4.4 " ,
33
+ "@commitlint/lint" : " ^17.6.0 " ,
34
34
"@commitlint/utils" : " ^17.4.0"
35
35
},
36
36
"dependencies" : {
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-conventional
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
7
15
8
16
** Note:** Version bump only for package @commitlint/config-conventional
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-conventional" ,
3
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
33
33
"node" : " >=v14"
34
34
},
35
35
"devDependencies" : {
36
- "@commitlint/lint" : " ^17.4.4 " ,
36
+ "@commitlint/lint" : " ^17.6.0 " ,
37
37
"@commitlint/utils" : " ^17.4.0"
38
38
},
39
39
"dependencies" : {
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
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
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^17.4.4 " ,
33
+ "@commitlint/config-angular" : " ^17.6.0 " ,
34
34
"glob" : " ^8.0.3" ,
35
35
"lodash.merge" : " ^4.6.2"
36
36
},
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1 ) (2023-03-28)
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
- "version" : " 17.5.1 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/core.js" ,
6
6
"types" : " lib/core.d.ts" ,
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
38
"@commitlint/format" : " ^17.4.4" ,
39
- "@commitlint/lint" : " ^17.4.4 " ,
39
+ "@commitlint/lint" : " ^17.6.0 " ,
40
40
"@commitlint/load" : " ^17.5.0" ,
41
41
"@commitlint/read" : " ^17.5.1"
42
42
},
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/lint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
7
15
8
16
** Note:** Version bump only for package @commitlint/lint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/lint" ,
3
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint a string against commitlint rules" ,
5
5
"main" : " lib/lint.js" ,
6
6
"types" : " lib/lint.d.ts" ,
41
41
"dependencies" : {
42
42
"@commitlint/is-ignored" : " ^17.4.4" ,
43
43
"@commitlint/parse" : " ^17.4.4" ,
44
- "@commitlint/rules" : " ^17.4.4 " ,
44
+ "@commitlint/rules" : " ^17.6.0 " ,
45
45
"@commitlint/types" : " ^17.4.4"
46
46
},
47
47
"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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 17.5.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0 ) (2023-03-22)
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
- "version" : " 17.5 .0" ,
3
+ "version" : " 17.6 .0" ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
36
36
"@commitlint/utils" : " ^17.4.0"
37
37
},
38
38
"dependencies" : {
39
- "@commitlint/prompt" : " ^17.5 .0" ,
39
+ "@commitlint/prompt" : " ^17.6 .0" ,
40
40
"execa" : " ^5.0.0" ,
41
41
"inquirer" : " ^6.5.2"
42
42
},
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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt
9
+
10
+
11
+
12
+
13
+
6
14
# [ 17.5.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0 ) (2023-03-22)
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
- "version" : " 17.5 .0" ,
3
+ "version" : " 17.6 .0" ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
37
37
"node" : " >=v14"
38
38
},
39
39
"devDependencies" : {
40
- "@commitlint/config-angular" : " ^17.4.4 " ,
40
+ "@commitlint/config-angular" : " ^17.6.0 " ,
41
41
"@commitlint/types" : " ^14.0.0" ,
42
42
"@commitlint/utils" : " ^17.4.0" ,
43
43
"@types/inquirer" : " ^6.5.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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** rules:** expand Latin-only characters limitation for ` subject-case ` with Unicode support ([ #3575 ] ( https://github.com/conventional-changelog/commitlint/issues/3575 ) ) ([ 5f83423] ( https://github.com/conventional-changelog/commitlint/commit/5f8342355a856e5be7b8a7b851e1519d62678465 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
7
18
8
19
** Note:** Version bump only for package @commitlint/rules
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/rules" ,
3
- "version" : " 17.4.4 " ,
3
+ "version" : " 17.6.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"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
+ # [ 17.6.0] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0 ) (2023-04-13)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1 ) (2023-03-28)
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