File tree 28 files changed +160
-26
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate
28 files changed +160
-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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint-config-angular
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-angular" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
6
"test" : " exit 0" ,
24
24
},
25
25
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
26
26
"dependencies" : {
27
- "@commitlint/config-angular" : " ^4.2.1 "
27
+ "@commitlint/config-angular" : " ^4.3.0 "
28
28
}
29
29
}
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint-config-lerna-scopes
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"test" : " exit 0" ,
24
24
},
25
25
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
26
26
"dependencies" : {
27
- "@commitlint/config-lerna-scopes" : " ^4.2.1 "
27
+ "@commitlint/config-lerna-scopes" : " ^4.3.0 "
28
28
}
29
29
}
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint-config-patternplate
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"scripts" : {
6
6
"test" : " exit 0" ,
24
24
},
25
25
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
26
26
"dependencies" : {
27
- "@commitlint/config-patternplate" : " ^4.2.1 "
27
+ "@commitlint/config-patternplate" : " ^4.3.0 "
28
28
}
29
29
}
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint
13
+
6
14
<a name =" 4.2.2 " ></a >
7
15
## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 4.2.2 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
28
28
},
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "@commitlint/cli" : " ^4.2.2 " ,
31
+ "@commitlint/cli" : " ^4.3.0 " ,
32
32
"read-pkg" : " ^2.0.0" ,
33
33
"resolve-pkg" : " ^1.0.0"
34
34
}
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/cli
13
+
6
14
<a name =" 4.2.2 " ></a >
7
15
## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 4.2.2 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " ./lib/cli.js"
50
50
},
51
51
"license" : " MIT" ,
52
52
"devDependencies" : {
53
- "@commitlint/test" : " ^4.2.1 " ,
53
+ "@commitlint/test" : " ^4.3.0 " ,
54
54
"@commitlint/utils" : " ^4.2.1" ,
55
55
"ava" : " ^0.18.2" ,
56
56
"babel-cli" : " ^6.26.0" ,
69
69
"xo" : " ^0.18.2"
70
70
},
71
71
"dependencies" : {
72
- "@commitlint/core" : " ^4.2.2 " ,
72
+ "@commitlint/core" : " ^4.3.0 " ,
73
73
"babel-polyfill" : " ^6.23.0" ,
74
74
"chalk" : " ^2.0.1" ,
75
75
"get-stdin" : " ^5.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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** core:** deprecate nlp rules ([ bbab1d8] ( https://github.com/marionebl/commitlint/commit/bbab1d8 ) ), closes [ #54 ] ( https://github.com/marionebl/commitlint/issues/54 )
13
+
14
+
15
+
16
+
6
17
<a name =" 4.2.1 " ></a >
7
18
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
6
"clean" : " exit 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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/config-lerna-scopes
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"start" : " npx ava --watch --verbose" ,
38
38
"lerna" : " ^2.0.0"
39
39
},
40
40
"devDependencies" : {
41
- "@commitlint/test" : " ^4.2.1 " ,
41
+ "@commitlint/test" : " ^4.3.0 " ,
42
42
"ava" : " ^0.22.0"
43
43
}
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/config-patternplate
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-patternplate" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
26
26
},
27
27
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
28
28
"dependencies" : {
29
- "@commitlint/config-angular" : " ^4.2.1 " ,
29
+ "@commitlint/config-angular" : " ^4.3.0 " ,
30
30
"globby" : " ^4.0.0" ,
31
31
"lodash" : " ^4.5.1"
32
32
},
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** core:** deprecate nlp rules ([ bbab1d8] ( https://github.com/marionebl/commitlint/commit/bbab1d8 ) ), closes [ #54 ] ( https://github.com/marionebl/commitlint/issues/54 )
13
+ * ** core:** ignore comments ([ f3beda1] ( https://github.com/marionebl/commitlint/commit/f3beda1 ) ), closes [ #78 ] ( https://github.com/marionebl/commitlint/issues/78 )
14
+
15
+
16
+ ### Features
17
+
18
+ * add references-empty rule ([ 4fc8d5d] ( https://github.com/marionebl/commitlint/commit/4fc8d5d ) )
19
+
20
+
21
+
22
+
6
23
<a name =" 4.2.2 " ></a >
7
24
## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 4.2.2 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
62
62
},
63
63
"license" : " MIT" ,
64
64
"devDependencies" : {
65
- "@commitlint/test" : " ^4.2.1 " ,
65
+ "@commitlint/test" : " ^4.3.0 " ,
66
66
"@commitlint/utils" : " ^4.2.1" ,
67
67
"ava" : " ^0.22.0" ,
68
68
"babel-cli" : " ^6.26.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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt-cli
13
+
6
14
<a name =" 4.2.2 " ></a >
7
15
## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 4.2.2 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
29
29
"@commitlint/utils" : " ^4.2.1"
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/prompt" : " ^4.2.2 " ,
32
+ "@commitlint/prompt" : " ^4.3.0 " ,
33
33
"execa" : " ^0.7.0" ,
34
34
"meow" : " ^3.7.0"
35
35
}
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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt
13
+
6
14
<a name =" 4.2.2 " ></a >
7
15
## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 4.2.2 " ,
3
+ "version" : " 4.3.0 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
64
64
"throat" : " ^4.1.0"
65
65
},
66
66
"dependencies" : {
67
- "@commitlint/core" : " ^4.2.2 " ,
67
+ "@commitlint/core" : " ^4.3.0 " ,
68
68
"babel-runtime" : " ^6.23.0" ,
69
69
"chalk" : " ^1.1.1" ,
70
70
"lodash" : " ^4.17.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
+ <a name =" 4.3.0 " ></a >
7
+ # [ 4.3.0] ( https://github.com/marionebl/commitlint/compare/v4.2.2...v4.3.0 ) (2017-11-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/example-prompt
13
+
6
14
<a name =" 4.2.2 " ></a >
7
15
## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 4.2.2 " ,
4
+ "version" : " 4.3.0 " ,
5
5
"description" : " Example for prompt guide" ,
6
6
"scripts" : {
7
7
"commit" : " commit"
17
17
},
18
18
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
19
19
"devDependencies" : {
20
- "@commitlint/prompt-cli" : " ^4.2.2 "
20
+ "@commitlint/prompt-cli" : " ^4.3.0 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments