Skip to content

Commit be39472

Browse files
committed
v7.5.0
1 parent c159961 commit be39472

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+553
-174
lines changed

Diff for: @alias/commitlint-config-angular/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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
13+
14+
15+
16+
617
<a name="7.3.1"></a>
718
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
819

Diff for: @alias/commitlint-config-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -28,9 +28,9 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-angular": "^7.3.1"
31+
"@commitlint/config-angular": "^7.5.0"
3232
},
3333
"devDependencies": {
34-
"@commitlint/utils": "^7.3.1"
34+
"@commitlint/utils": "^7.5.0"
3535
}
3636
}

Diff for: @alias/commitlint-config-lerna-scopes/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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
13+
14+
15+
16+
617
<a name="7.3.1"></a>
718
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
819

Diff for: @alias/commitlint-config-lerna-scopes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -28,9 +28,9 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-lerna-scopes": "^7.3.1"
31+
"@commitlint/config-lerna-scopes": "^7.5.0"
3232
},
3333
"devDependencies": {
34-
"@commitlint/utils": "^7.3.1"
34+
"@commitlint/utils": "^7.5.0"
3535
}
3636
}

Diff for: @alias/commitlint-config-patternplate/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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
13+
14+
15+
16+
617
<a name="7.3.1"></a>
718
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
819

Diff for: @alias/commitlint-config-patternplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-patternplate": "^7.3.1",
32-
"@commitlint/utils": "^7.3.1"
31+
"@commitlint/config-patternplate": "^7.5.0",
32+
"@commitlint/utils": "^7.5.0"
3333
}
3434
}

Diff for: @alias/commitlint/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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
13+
14+
15+
16+
617
<a name="7.4.0"></a>
718
# [7.4.0](https://github.com/conventional-changelog/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
819

Diff for: @alias/commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.4.0",
3+
"version": "7.5.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,11 +34,11 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^7.4.0",
37+
"@commitlint/cli": "^7.5.0",
3838
"read-pkg": "3.0.0",
3939
"resolve-pkg": "1.0.0"
4040
},
4141
"devDependencies": {
42-
"@commitlint/utils": "^7.3.1"
42+
"@commitlint/utils": "^7.5.0"
4343
}
4444
}

Diff for: @commitlint/cli/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** avoid linebreak in empty input ([#523](https://github.com/conventional-changelog/commitlint/issues/523)) ([3141882](https://github.com/conventional-changelog/commitlint/commit/3141882))
13+
* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
14+
* cleanup message for input with no config ([#519](https://github.com/conventional-changelog/commitlint/issues/519)) ([7d9e760](https://github.com/conventional-changelog/commitlint/commit/7d9e760))
15+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
16+
* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
17+
18+
19+
20+
621
<a name="7.4.0"></a>
722
# [7.4.0](https://github.com/conventional-changelog/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
823

Diff for: @commitlint/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.4.0",
3+
"version": "7.5.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -54,11 +54,11 @@
5454
},
5555
"license": "MIT",
5656
"devDependencies": {
57-
"@commitlint/test": "7.3.1",
58-
"@commitlint/utils": "^7.3.1",
57+
"@commitlint/test": "^7.5.0",
58+
"@commitlint/utils": "^7.5.0",
5959
"ava": "0.18.2",
6060
"babel-cli": "6.26.0",
61-
"babel-preset-commitlint": "^7.3.1",
61+
"babel-preset-commitlint": "^7.5.0",
6262
"babel-register": "6.26.0",
6363
"concurrently": "3.5.1",
6464
"cross-env": "5.1.1",
@@ -72,10 +72,10 @@
7272
"tmp": "0.0.33"
7373
},
7474
"dependencies": {
75-
"@commitlint/format": "^7.4.0",
76-
"@commitlint/lint": "^7.4.0",
77-
"@commitlint/load": "^7.3.1",
78-
"@commitlint/read": "^7.3.1",
75+
"@commitlint/format": "^7.5.0",
76+
"@commitlint/lint": "^7.5.0",
77+
"@commitlint/load": "^7.5.0",
78+
"@commitlint/read": "^7.5.0",
7979
"babel-polyfill": "6.26.0",
8080
"chalk": "2.3.1",
8181
"get-stdin": "5.0.1",

Diff for: @commitlint/config-angular-type-enum/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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
13+
14+
15+
16+
617
<a name="7.3.1"></a>
718
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
819

Diff for: @commitlint/config-angular-type-enum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -29,6 +29,6 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"devDependencies": {
32-
"@commitlint/utils": "^7.3.1"
32+
"@commitlint/utils": "^7.5.0"
3333
}
3434
}

Diff for: @commitlint/config-angular/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
13+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
14+
* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
15+
16+
17+
18+
619
<a name="7.3.1"></a>
720
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
821

Diff for: @commitlint/config-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,9 +29,9 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"devDependencies": {
32-
"@commitlint/utils": "^7.3.1"
32+
"@commitlint/utils": "^7.5.0"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular-type-enum": "^7.3.1"
35+
"@commitlint/config-angular-type-enum": "^7.5.0"
3636
}
3737
}

Diff for: @commitlint/config-conventional/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
13+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
14+
* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
15+
16+
17+
18+
619
<a name="7.3.1"></a>
720
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
821

Diff for: @commitlint/config-conventional/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3434
"devDependencies": {
35-
"@commitlint/utils": "^7.3.1"
35+
"@commitlint/utils": "^7.5.0"
3636
}
3737
}

Diff for: @commitlint/config-lerna-scopes/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
13+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
14+
* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
15+
16+
17+
18+
619
<a name="7.3.1"></a>
720
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
821

Diff for: @commitlint/config-lerna-scopes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "7.3.1",
3+
"version": "7.5.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -46,8 +46,8 @@
4646
"semver": "5.6.0"
4747
},
4848
"devDependencies": {
49-
"@commitlint/test": "7.3.1",
50-
"@commitlint/utils": "^7.3.1",
49+
"@commitlint/test": "^7.5.0",
50+
"@commitlint/utils": "^7.5.0",
5151
"@lerna/project": "3.5.0",
5252
"ava": "0.22.0",
5353
"lerna": "3.1.1"

Diff for: @commitlint/config-patternplate/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0"></a>
7+
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
13+
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
14+
* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
15+
16+
17+
18+
619
<a name="7.3.1"></a>
720
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
821

0 commit comments

Comments
 (0)