File tree Expand file tree Collapse file tree 23 files changed +258
-20
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate Expand file tree Collapse file tree 23 files changed +258
-20
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** core:** correct type validation message ([ 09c2b26] ( https://github.com/marionebl/commitlint/commit/09c2b26 ) )
13
+
14
+
15
+
16
+ <a name =" 3.0.3 " ></a >
17
+ ## 3.0.3 (2017-07-16)
18
+
19
+
20
+
21
+ <a name =" 3.0.2 " ></a >
22
+ ## 3.0.2 (2017-07-11)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * ** cli:** remove destructuring for node 4 support ([ fe8caff] ( https://github.com/marionebl/commitlint/commit/fe8caff ) )
28
+ * ensure node4 compat ([ bfeb653] ( https://github.com/marionebl/commitlint/commit/bfeb653 ) )
29
+
30
+
31
+
32
+
6
33
<a name =" 3.0.3 " ></a >
7
34
## 3.0.3 (2017-07-16)
8
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
48
48
"xo" : " ^0.18.2"
49
49
},
50
50
"dependencies" : {
51
- "@commitlint/core" : " ^3.0.3 " ,
51
+ "@commitlint/core" : " ^3.0.4 " ,
52
52
"babel-polyfill" : " ^6.23.0" ,
53
53
"chalk" : " ^2.0.1" ,
54
54
"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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * alias config packages ([ 1946baf] ( https://github.com/marionebl/commitlint/commit/1946baf ) )
23
+
24
+
25
+
26
+
6
27
<a name =" 3.0.3 " ></a >
7
28
## 3.0.3 (2017-07-16)
8
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-angular" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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" : " ^3.0.3 "
27
+ "@commitlint/config-angular" : " ^3.0.4 "
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * alias config packages ([ 1946baf] ( https://github.com/marionebl/commitlint/commit/1946baf ) )
23
+
24
+
25
+
26
+
6
27
<a name =" 3.0.3 " ></a >
7
28
## 3.0.3 (2017-07-16)
8
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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" : " ^3.0.3 "
27
+ "@commitlint/config-lerna-scopes" : " ^3.0.4 "
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * alias config packages ([ 1946baf] ( https://github.com/marionebl/commitlint/commit/1946baf ) )
23
+
24
+
25
+
26
+
6
27
<a name =" 3.0.3 " ></a >
7
28
## 3.0.3 (2017-07-16)
8
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
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" : " ^3.0.3 "
27
+ "@commitlint/config-patternplate" : " ^3.0.4 "
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+
21
+
6
22
<a name =" 3.0.3 " ></a >
7
23
## 3.0.3 (2017-07-16)
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * ** config-lerna-scopes:** support non-standard lerna repos ([ 71fc40e] ( https://github.com/marionebl/commitlint/commit/71fc40e ) )
23
+
24
+
25
+
26
+
6
27
<a name =" 3.0.3 " ></a >
7
28
## 3.0.3 (2017-07-16)
8
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+
21
+
6
22
<a name =" 3.0.3 " ></a >
7
23
## 3.0.3 (2017-07-16)
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-patternplate" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
25
25
},
26
26
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
27
27
"dependencies" : {
28
- "@commitlint/config-angular" : " ^3.0.3 " ,
28
+ "@commitlint/config-angular" : " ^3.0.4 " ,
29
29
"globby" : " ^4.0.0" ,
30
30
"lodash" : " ^4.5.1"
31
31
},
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** core:** correct type validation message ([ 09c2b26] ( https://github.com/marionebl/commitlint/commit/09c2b26 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** core:** add Signed-off-by rule ([ cefeb74] ( https://github.com/marionebl/commitlint/commit/cefeb74 ) )
18
+
19
+
20
+
21
+ <a name =" 3.0.3 " ></a >
22
+ ## 3.0.3 (2017-07-16)
23
+
24
+
25
+
26
+ <a name =" 3.0.2 " ></a >
27
+ ## 3.0.2 (2017-07-11)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * enable recursive relative extends ([ 4decd4d] ( https://github.com/marionebl/commitlint/commit/4decd4d ) )
33
+ * ensure node4 compat ([ bfeb653] ( https://github.com/marionebl/commitlint/commit/bfeb653 ) )
34
+ * ** core:** ignore version commits with leading whitespace ([ 9551bd6] ( https://github.com/marionebl/commitlint/commit/9551bd6 ) )
35
+ * ** core:** resolve extends relative to config file ([ 0dd18bc] ( https://github.com/marionebl/commitlint/commit/0dd18bc ) )
36
+ * use conventional-changelog-angular again ([ 633d835] ( https://github.com/marionebl/commitlint/commit/633d835 ) )
37
+
38
+
39
+ ### Features
40
+
41
+ * ** core:** do not prefix relative extends ([ 8fbbaed] ( https://github.com/marionebl/commitlint/commit/8fbbaed ) )
42
+ * ** core:** readd support for .conventional-changelog-lintrc ([ 02e4f43] ( https://github.com/marionebl/commitlint/commit/02e4f43 ) )
43
+ * ** core:** support conventional-changelog-lint-config-* ([ c80766b] ( https://github.com/marionebl/commitlint/commit/c80766b ) )
44
+
45
+
46
+
47
+
6
48
<a name =" 3.0.3 " ></a >
7
49
## 3.0.3 (2017-07-16)
8
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.0.4 " ></a >
7
+ ## 3.0.4 (2017-08-04)
8
+
9
+
10
+
11
+ <a name =" 3.0.3 " ></a >
12
+ ## 3.0.3 (2017-07-16)
13
+
14
+
15
+
16
+ <a name =" 3.0.2 " ></a >
17
+ ## 3.0.2 (2017-07-11)
18
+
19
+
20
+
21
+
6
22
<a name =" 3.0.3 " ></a >
7
23
## 3.0.3 (2017-07-16)
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 3.0.3 " ,
4
+ "version" : " 3.0.4 " ,
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" : " ^3.0.3 "
20
+ "@commitlint/prompt-cli" : " ^3.0.4 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments