File tree Expand file tree Collapse file tree 6 files changed +45
-12
lines changed Expand file tree Collapse file tree 6 files changed +45
-12
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
+ # [ 14.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v14.1.0...v14.2.0 ) (2021-11-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** prompt:** rewrite codebase to use inquirer - UPDATED with current master ([ #2697 ] ( https://github.com/conventional-changelog/commitlint/issues/2697 ) ) ([ 5105f43] ( https://github.com/conventional-changelog/commitlint/commit/5105f43ea8093bce82fe4703c4c14a8210721924 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 14.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0 ) (2021-11-01)
7
18
8
19
** 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" : " 14.1 .0" ,
3
+ "version" : " 14.2 .0" ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
36
36
"@commitlint/utils" : " ^14.0.0"
37
37
},
38
38
"dependencies" : {
39
- "@commitlint/prompt" : " ^14.1 .0" ,
40
- "inquirer " : " ^6.5.2 " ,
41
- "execa " : " ^5.0.0 "
39
+ "@commitlint/prompt" : " ^14.2 .0" ,
40
+ "execa " : " ^5.0.0 " ,
41
+ "inquirer " : " ^6.5.2 "
42
42
},
43
43
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
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
+ # [ 14.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v14.1.0...v14.2.0 ) (2021-11-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** prompt:** rewrite codebase to use inquirer - UPDATED with current master ([ #2697 ] ( https://github.com/conventional-changelog/commitlint/issues/2697 ) ) ([ 5105f43] ( https://github.com/conventional-changelog/commitlint/commit/5105f43ea8093bce82fe4703c4c14a8210721924 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 14.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0 ) (2021-11-01)
7
18
8
19
** 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" : " 14.1 .0" ,
3
+ "version" : " 14.2 .0" ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
37
37
"node" : " >=v12"
38
38
},
39
39
"devDependencies" : {
40
- "@commitlint/utils" : " ^14.0.0" ,
41
- "@commitlint/types" : " ^13.2.0" ,
42
40
"@commitlint/config-angular" : " ^13.2.0" ,
41
+ "@commitlint/types" : " ^13.2.0" ,
42
+ "@commitlint/utils" : " ^14.0.0" ,
43
43
"@types/inquirer" : " ^6.5.0" ,
44
- "inquirer " : " ^6.5.2 " ,
45
- "commitizen " : " ^4.2.4 "
44
+ "commitizen " : " ^4.2.4 " ,
45
+ "inquirer " : " ^6.5.2 "
46
46
},
47
47
"dependencies" : {
48
48
"@commitlint/ensure" : " ^14.1.0" ,
49
49
"@commitlint/load" : " ^14.1.0" ,
50
50
"@commitlint/types" : " ^14.0.0" ,
51
51
"chalk" : " ^4.0.0" ,
52
- "lodash " : " ^4.17.19 " ,
53
- "inquirer " : " ^6.5.2 "
52
+ "inquirer " : " ^6.5.2 " ,
53
+ "lodash " : " ^4.17.19 "
54
54
},
55
55
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
56
56
}
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
+ # [ 14.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v14.1.0...v14.2.0 ) (2021-11-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** prompt:** rewrite codebase to use inquirer - UPDATED with current master ([ #2697 ] ( https://github.com/conventional-changelog/commitlint/issues/2697 ) ) ([ 5105f43] ( https://github.com/conventional-changelog/commitlint/commit/5105f43ea8093bce82fe4703c4c14a8210721924 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 14.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0 ) (2021-11-01)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"lerna" : " 4" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 14.1 .0"
5
+ "version" : " 14.2 .0"
6
6
}
You can’t perform that action at this time.
0 commit comments