Skip to content

Commit 0cf1473

Browse files
committed
v7.2.0
1 parent cadcfed commit 0cf1473

26 files changed

+159
-26
lines changed

@alias/commitlint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^7.1.2",
38+
"@commitlint/cli": "^7.2.0",
3939
"read-pkg": "3.0.0",
4040
"resolve-pkg": "1.0.0"
4141
},

@commitlint/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Features
11+
12+
* **cli:** add format option for report output ([1ecf097](https://github.com/marionebl/commitlint/commit/1ecf097))
13+
14+
15+
16+
617
<a name="7.1.2"></a>
718
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
819

@commitlint/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -75,9 +75,9 @@
7575
"xo": "0.20.3"
7676
},
7777
"dependencies": {
78-
"@commitlint/format": "^7.1.2",
79-
"@commitlint/lint": "^7.1.2",
80-
"@commitlint/load": "^7.1.2",
78+
"@commitlint/format": "^7.2.0",
79+
"@commitlint/lint": "^7.2.0",
80+
"@commitlint/load": "^7.2.0",
8181
"@commitlint/read": "^7.1.2",
8282
"babel-polyfill": "6.26.0",
8383
"chalk": "2.3.1",

@commitlint/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -37,9 +37,9 @@
3737
"xo": "0.20.3"
3838
},
3939
"dependencies": {
40-
"@commitlint/format": "^7.1.2",
41-
"@commitlint/lint": "^7.1.2",
42-
"@commitlint/load": "^7.1.2",
40+
"@commitlint/format": "^7.2.0",
41+
"@commitlint/lint": "^7.2.0",
42+
"@commitlint/load": "^7.2.0",
4343
"@commitlint/read": "^7.1.2"
4444
}
4545
}

@commitlint/ensure/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Bug Fixes
11+
12+
* handle case rules for numerics correctly ([cadcfed](https://github.com/marionebl/commitlint/commit/cadcfed))
13+
14+
15+
16+
617
<a name="7.1.2"></a>
718
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
819

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [

@commitlint/format/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/format
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"files": [

@commitlint/is-ignored/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Bug Fixes
11+
12+
* ignore merge messages with text after newline ([b32bc93](https://github.com/marionebl/commitlint/commit/b32bc93))
13+
* use grouped regex to ignore merge commits ([#439](https://github.com/marionebl/commitlint/issues/439)) ([905e9d5](https://github.com/marionebl/commitlint/commit/905e9d5))
14+
15+
16+
17+
618
<a name="7.1.2"></a>
719
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
820

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [

@commitlint/lint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/lint
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/lint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -74,9 +74,9 @@
7474
"xo": "0.20.3"
7575
},
7676
"dependencies": {
77-
"@commitlint/is-ignored": "^7.1.2",
77+
"@commitlint/is-ignored": "^7.2.0",
7878
"@commitlint/parse": "^7.1.2",
79-
"@commitlint/rules": "^7.1.2",
79+
"@commitlint/rules": "^7.2.0",
8080
"babel-runtime": "^6.23.0",
8181
"lodash.topairs": "4.3.0"
8282
}

@commitlint/load/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Features
11+
12+
* **load:** add formatter option with default value ([b0e63d9](https://github.com/marionebl/commitlint/commit/b0e63d9))
13+
14+
15+
16+
617
<a name="7.1.2"></a>
718
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
819

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/index.js",
66
"files": [

@commitlint/prompt-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt-cli
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
"xo": "0.20.3"
3636
},
3737
"dependencies": {
38-
"@commitlint/prompt": "^7.1.2",
38+
"@commitlint/prompt": "^7.2.0",
3939
"execa": "0.9.0",
4040
"meow": "3.7.0"
4141
}

@commitlint/prompt/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -69,7 +69,7 @@
6969
"xo": "0.20.3"
7070
},
7171
"dependencies": {
72-
"@commitlint/load": "^7.1.2",
72+
"@commitlint/load": "^7.2.0",
7373
"babel-runtime": "^6.23.0",
7474
"chalk": "^2.0.0",
7575
"lodash.camelcase": "4.3.0",

@commitlint/rules/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Bug Fixes
11+
12+
* **rules:** include possible body offset in footer leading blank ([ff0111a](https://github.com/marionebl/commitlint/commit/ff0111a))
13+
* handle case rules for numerics correctly ([cadcfed](https://github.com/marionebl/commitlint/commit/cadcfed))
14+
15+
16+
17+
618
<a name="7.1.2"></a>
719
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
820

@commitlint/rules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/rules",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -75,7 +75,7 @@
7575
"xo": "0.20.3"
7676
},
7777
"dependencies": {
78-
"@commitlint/ensure": "^7.1.2",
78+
"@commitlint/ensure": "^7.2.0",
7979
"@commitlint/message": "^7.1.2",
8080
"@commitlint/to-lines": "^7.1.2",
8181
"babel-runtime": "^6.23.0"

@commitlint/travis-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/travis-cli
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/"
@@ -68,7 +68,7 @@
6868
"which": "1.3.0"
6969
},
7070
"dependencies": {
71-
"@commitlint/cli": "^7.1.2",
71+
"@commitlint/cli": "^7.2.0",
7272
"babel-runtime": "6.26.0",
7373
"execa": "0.9.0"
7474
}

0 commit comments

Comments
 (0)