File tree 38 files changed +211
-37
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate
38 files changed +211
-37
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^16.2.3 "
33
+ "@commitlint/config-angular" : " ^16.2.4 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^16.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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-lerna-scopes
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.2 ) (2022-02-14)
7
15
8
16
** Note:** Version bump only for package commitlint-config-lerna-scopes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
- "version" : " 16.2.2 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-lerna-scopes" : " ^16.2.2 "
33
+ "@commitlint/config-lerna-scopes" : " ^16.2.4 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^16.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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-patternplate" : " ^16.2.3 "
33
+ "@commitlint/config-patternplate" : " ^16.2.4 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^16.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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
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" : " ^16.2.3 " ,
38
+ "@commitlint/cli" : " ^16.2.4 " ,
39
39
"@commitlint/types" : " ^16.2.1"
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
46
46
},
47
47
"dependencies" : {
48
48
"@commitlint/format" : " ^16.2.1" ,
49
- "@commitlint/lint" : " ^16.2.1 " ,
50
- "@commitlint/load" : " ^16.2.3 " ,
49
+ "@commitlint/lint" : " ^16.2.4 " ,
50
+ "@commitlint/load" : " ^16.2.4 " ,
51
51
"@commitlint/read" : " ^16.2.1" ,
52
52
"@commitlint/types" : " ^16.2.1" ,
53
53
"lodash" : " ^4.17.19" ,
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"devDependencies" : {
33
- "@commitlint/lint" : " ^16.2.1 " ,
33
+ "@commitlint/lint" : " ^16.2.4 " ,
34
34
"@commitlint/utils" : " ^16.2.1"
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-conventional
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
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" : " 16.2.1 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
33
33
"node" : " >=v12"
34
34
},
35
35
"devDependencies" : {
36
- "@commitlint/lint" : " ^16.2.1 " ,
36
+ "@commitlint/lint" : " ^16.2.4 " ,
37
37
"@commitlint/utils" : " ^16.2.1"
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependency semver to v7.3.6 ([ #3112 ] ( https://github.com/conventional-changelog/commitlint/issues/3112 ) ) ([ ad886fd] ( https://github.com/conventional-changelog/commitlint/commit/ad886fd7ea46bc2df346099f9d4f10defd51fe75 ) )
12
+ * update dependency semver to v7.3.7 ([ #3119 ] ( https://github.com/conventional-changelog/commitlint/issues/3119 ) ) ([ c9c49b2] ( https://github.com/conventional-changelog/commitlint/commit/c9c49b2de935528d84a817de750cd65b8f765c48 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 16.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.2 ) (2022-02-14)
7
19
8
20
** Note:** Version bump only for package @commitlint/config-lerna-scopes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 16.2.2 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package and workspace names as scopes" ,
5
5
"files" : [
6
6
" index.js"
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^16.2.3 " ,
33
+ "@commitlint/config-angular" : " ^16.2.4 " ,
34
34
"globby" : " ^11.0.0" ,
35
35
"lodash" : " ^4.17.19"
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
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" : " ^16.2.1" ,
39
- "@commitlint/lint" : " ^16.2.1 " ,
40
- "@commitlint/load" : " ^16.2.3 " ,
39
+ "@commitlint/lint" : " ^16.2.4 " ,
40
+ "@commitlint/load" : " ^16.2.4 " ,
41
41
"@commitlint/read" : " ^16.2.1"
42
42
},
43
43
"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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cz-commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
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
- "version" : " 16.2.3 " ,
3
+ "version" : " 16.2.4 " ,
4
4
"description" : " Commitizen adapter using the commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
38
38
},
39
39
"dependencies" : {
40
40
"@commitlint/ensure" : " ^16.2.1" ,
41
- "@commitlint/load" : " ^16.2.3 " ,
41
+ "@commitlint/load" : " ^16.2.4 " ,
42
42
"@commitlint/types" : " ^16.2.1" ,
43
43
"chalk" : " ^4.1.0" ,
44
44
"lodash" : " ^4.17.21" ,
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependency semver to v7.3.6 ([ #3112 ] ( https://github.com/conventional-changelog/commitlint/issues/3112 ) ) ([ ad886fd] ( https://github.com/conventional-changelog/commitlint/commit/ad886fd7ea46bc2df346099f9d4f10defd51fe75 ) )
12
+ * update dependency semver to v7.3.7 ([ #3119 ] ( https://github.com/conventional-changelog/commitlint/issues/3119 ) ) ([ c9c49b2] ( https://github.com/conventional-changelog/commitlint/commit/c9c49b2de935528d84a817de750cd65b8f765c48 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
19
8
20
** Note:** Version bump only for package @commitlint/is-ignored
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/is-ignored" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.4 " ,
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
+ ## [ 16.2.4] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4 ) (2022-04-28)
7
+
8
+ ** Note:** Version bump only for package @commitlint/lint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/lint
You can’t perform that action at this time.
0 commit comments