File tree 16 files changed +84
-14
lines changed
16 files changed +84
-14
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-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" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
34
34
},
35
35
"license" : " MIT" ,
36
36
"dependencies" : {
37
- "@commitlint/cli" : " ^8.3.0 " ,
37
+ "@commitlint/cli" : " ^8.3.1 " ,
38
38
"read-pkg" : " 5.2.0" ,
39
39
"resolve-pkg" : " 2.0.0"
40
40
},
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
72
72
"dependencies" : {
73
73
"@commitlint/format" : " ^8.3.0" ,
74
74
"@commitlint/lint" : " ^8.3.0" ,
75
- "@commitlint/load" : " ^8.3.0 " ,
75
+ "@commitlint/load" : " ^8.3.1 " ,
76
76
"@commitlint/read" : " ^8.3.0" ,
77
77
"babel-polyfill" : " 6.26.0" ,
78
78
"chalk" : " 2.4.2" ,
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-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" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js"
34
34
"dependencies" : {
35
35
"@commitlint/format" : " ^8.3.0" ,
36
36
"@commitlint/lint" : " ^8.3.0" ,
37
- "@commitlint/load" : " ^8.3.0 " ,
37
+ "@commitlint/load" : " ^8.3.1 " ,
38
38
"@commitlint/read" : " ^8.3.0"
39
39
}
40
40
}
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** load:** resolve nested parser preset factories ([ #831 ] ( https://github.com/conventional-changelog/commitlint/issues/831 ) ) ([ 73a7df7] ( https://github.com/conventional-changelog/commitlint/commit/73a7df7 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " Load shared commitlint configuration" ,
5
5
"main" : " lib/index.js" ,
6
6
"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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-16)
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" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
34
34
"ava" : " 0.25.0"
35
35
},
36
36
"dependencies" : {
37
- "@commitlint/prompt" : " ^8.3.0 " ,
37
+ "@commitlint/prompt" : " ^8.3.1 " ,
38
38
"execa" : " 0.11.0" ,
39
39
"string-to-stream" : " 1.1.1"
40
40
}
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-16)
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" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
65
65
"cross-env" : " 6.0.0"
66
66
},
67
67
"dependencies" : {
68
- "@commitlint/load" : " ^8.3.0 " ,
68
+ "@commitlint/load" : " ^8.3.1 " ,
69
69
"babel-runtime" : " ^6.23.0" ,
70
70
"chalk" : " ^2.0.0" ,
71
71
"lodash" : " 4.17.15" ,
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-16)
7
15
8
16
** Note:** Version bump only for package @commitlint/travis-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.1 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"files" : [
6
6
" lib/"
65
65
"which" : " 1.3.1"
66
66
},
67
67
"dependencies" : {
68
- "@commitlint/cli" : " ^8.3.0 " ,
68
+ "@commitlint/cli" : " ^8.3.1 " ,
69
69
"babel-runtime" : " 6.26.0" ,
70
70
"execa" : " 0.11.0"
71
71
}
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
+ ## [ 8.3.1] ( https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1 ) (2019-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** load:** resolve nested parser preset factories ([ #831 ] ( https://github.com/conventional-changelog/commitlint/issues/831 ) ) ([ 73a7df7] ( https://github.com/conventional-changelog/commitlint/commit/73a7df7 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 8.3.0] ( https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0 ) (2019-10-16)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 8.3.0 "
5
+ "version" : " 8.3.1 "
6
6
}
You can’t perform that action at this time.
0 commit comments