File tree 40 files changed +221
-53
lines changed
commitlint-config-lerna-scopes
40 files changed +221
-53
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-lerna-scopes
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
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" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"files" : [
6
6
" index.js"
29
29
"node" : " >=v10"
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/config-lerna-scopes" : " ^12.1.1 "
32
+ "@commitlint/config-lerna-scopes" : " ^12.1.2 "
33
33
},
34
34
"devDependencies" : {
35
35
"@commitlint/utils" : " ^12.1.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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
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" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
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" : " ^12.1.1 " ,
38
- "@commitlint/types" : " ^12.1.1 "
37
+ "@commitlint/cli" : " ^12.1.2 " ,
38
+ "@commitlint/types" : " ^12.1.2 "
39
39
},
40
40
"devDependencies" : {
41
41
"@commitlint/test" : " ^12.1.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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
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" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
43
43
"fs-extra" : " ^9.0.0"
44
44
},
45
45
"dependencies" : {
46
- "@commitlint/format" : " ^12.1.1 " ,
47
- "@commitlint/lint" : " ^12.1.1 " ,
48
- "@commitlint/load" : " ^12.1.1 " ,
49
- "@commitlint/read" : " ^12.1.1 " ,
50
- "@commitlint/types" : " ^12.1.1 " ,
46
+ "@commitlint/format" : " ^12.1.2 " ,
47
+ "@commitlint/lint" : " ^12.1.2 " ,
48
+ "@commitlint/load" : " ^12.1.2 " ,
49
+ "@commitlint/read" : " ^12.1.2 " ,
50
+ "@commitlint/types" : " ^12.1.2 " ,
51
51
"lodash" : " ^4.17.19" ,
52
52
"resolve-from" : " 5.0.0" ,
53
53
"resolve-global" : " 1.0.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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-conventional
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
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" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
32
32
"node" : " >=v10"
33
33
},
34
34
"devDependencies" : {
35
- "@commitlint/lint" : " ^12.1.1 " ,
35
+ "@commitlint/lint" : " ^12.1.2 " ,
36
36
"@commitlint/utils" : " ^12.1.1"
37
37
},
38
38
"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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-lerna-scopes
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
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" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/core.js" ,
6
6
"types" : " lib/core.d.ts" ,
34
34
},
35
35
"license" : " MIT" ,
36
36
"dependencies" : {
37
- "@commitlint/format" : " ^12.1.1 " ,
38
- "@commitlint/lint" : " ^12.1.1 " ,
39
- "@commitlint/load" : " ^12.1.1 " ,
40
- "@commitlint/read" : " ^12.1.1 "
37
+ "@commitlint/format" : " ^12.1.2 " ,
38
+ "@commitlint/lint" : " ^12.1.2 " ,
39
+ "@commitlint/load" : " ^12.1.2 " ,
40
+ "@commitlint/read" : " ^12.1.2 "
41
41
},
42
42
"devDependencies" : {
43
43
"@commitlint/utils" : " ^12.1.1"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** 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" : " 1.0.0 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Commitizen adapter using the commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@commitlint/load" : " ^12.1.1 " ,
30
- "@commitlint/types" : " ^12.1.1 " ,
29
+ "@commitlint/load" : " ^12.1.2 " ,
30
+ "@commitlint/types" : " ^12.1.2 " ,
31
31
"chalk" : " ^4.1.0" ,
32
32
"lodash" : " ^4.17.21" ,
33
33
"word-wrap" : " ^1.2.3"
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/ensure
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
7
15
8
16
** Note:** Version bump only for package @commitlint/ensure
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/ensure" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
39
39
"globby" : " ^11.0.0"
40
40
},
41
41
"dependencies" : {
42
- "@commitlint/types" : " ^12.1.1 " ,
42
+ "@commitlint/types" : " ^12.1.2 " ,
43
43
"lodash" : " ^4.17.19"
44
44
},
45
45
"gitHead" : " d829bf6260304ca8d6811f329fcdd1b6c50e9749"
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/format
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
7
15
8
16
** Note:** Version bump only for package @commitlint/format
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/format" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Format commitlint reports" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
37
37
"@commitlint/utils" : " ^12.1.1"
38
38
},
39
39
"dependencies" : {
40
- "@commitlint/types" : " ^12.1.1 " ,
40
+ "@commitlint/types" : " ^12.1.2 " ,
41
41
"chalk" : " ^4.0.0"
42
42
},
43
43
"gitHead" : " d829bf6260304ca8d6811f329fcdd1b6c50e9749"
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/is-ignored
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/is-ignored" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
34
34
},
35
35
"license" : " MIT" ,
36
36
"devDependencies" : {
37
- "@commitlint/parse" : " ^12.1.1 " ,
37
+ "@commitlint/parse" : " ^12.1.2 " ,
38
38
"@commitlint/test" : " ^12.1.0" ,
39
39
"@commitlint/utils" : " ^12.1.1" ,
40
40
"@types/semver" : " 7.3.5"
41
41
},
42
42
"dependencies" : {
43
- "@commitlint/types" : " ^12.1.1 " ,
43
+ "@commitlint/types" : " ^12.1.2 " ,
44
44
"semver" : " 7.3.5"
45
45
},
46
46
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/lint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
7
15
8
16
** Note:** Version bump only for package @commitlint/lint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/lint" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Lint a string against commitlint rules" ,
5
5
"main" : " lib/lint.js" ,
6
6
"types" : " lib/lint.d.ts" ,
38
38
"@commitlint/utils" : " ^12.1.1"
39
39
},
40
40
"dependencies" : {
41
- "@commitlint/is-ignored" : " ^12.1.1 " ,
42
- "@commitlint/parse" : " ^12.1.1 " ,
43
- "@commitlint/rules" : " ^12.1.1 " ,
44
- "@commitlint/types" : " ^12.1.1 "
41
+ "@commitlint/is-ignored" : " ^12.1.2 " ,
42
+ "@commitlint/parse" : " ^12.1.2 " ,
43
+ "@commitlint/rules" : " ^12.1.2 " ,
44
+ "@commitlint/types" : " ^12.1.2 "
45
45
},
46
46
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
47
47
}
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
+ ## [ 12.1.2] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2 ) (2021-04-29)
7
+
8
+ ** Note:** Version bump only for package @commitlint/load
9
+
10
+
11
+
12
+
13
+
6
14
## [ 12.1.1] ( https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1 ) (2021-04-02)
7
15
8
16
** Note:** Version bump only for package @commitlint/load
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 12.1.1 " ,
3
+ "version" : " 12.1.2 " ,
4
4
"description" : " Load shared commitlint configuration" ,
5
5
"main" : " lib/load.js" ,
6
6
"types" : " lib/load.d.ts" ,
43
43
"dependencies" : {
44
44
"@commitlint/execute-rule" : " ^12.1.1" ,
45
45
"@commitlint/resolve-extends" : " ^12.1.1" ,
46
- "@commitlint/types" : " ^12.1.1 " ,
46
+ "@commitlint/types" : " ^12.1.2 " ,
47
47
"chalk" : " ^4.0.0" ,
48
48
"cosmiconfig" : " ^7.0.0" ,
49
49
"lodash" : " ^4.17.19" ,
You can’t perform that action at this time.
0 commit comments