Skip to content

Commit 820c6c2

Browse files
committed
v6.0.3
1 parent 2c196ca commit 820c6c2

Some content is hidden

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

54 files changed

+408
-131
lines changed

@alias/commitlint-config-angular/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-angular
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@alias/commitlint-config-angular/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"test": "exit 0",
810
"clean": "exit 0",
@@ -27,9 +29,9 @@
2729
},
2830
"homepage": "https://github.com/marionebl/commitlint#readme",
2931
"dependencies": {
30-
"@commitlint/config-angular": "^6.0.2"
32+
"@commitlint/config-angular": "^6.0.3"
3133
},
3234
"devDependencies": {
33-
"@commitlint/utils": "^6.0.2"
35+
"@commitlint/utils": "^6.0.3"
3436
}
3537
}

@alias/commitlint-config-lerna-scopes/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-lerna-scopes
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@alias/commitlint-config-lerna-scopes/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"test": "exit 0",
810
"clean": "exit 0",
@@ -27,9 +29,9 @@
2729
},
2830
"homepage": "https://github.com/marionebl/commitlint#readme",
2931
"dependencies": {
30-
"@commitlint/config-lerna-scopes": "^6.0.2"
32+
"@commitlint/config-lerna-scopes": "^6.0.3"
3133
},
3234
"devDependencies": {
33-
"@commitlint/utils": "^6.0.2"
35+
"@commitlint/utils": "^6.0.3"
3436
}
3537
}

@alias/commitlint-config-patternplate/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-patternplate
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@alias/commitlint-config-patternplate/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Lint your commits, patternplate-style",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"test": "exit 0",
810
"clean": "exit 0",
@@ -27,7 +29,7 @@
2729
},
2830
"homepage": "https://github.com/marionebl/commitlint#readme",
2931
"dependencies": {
30-
"@commitlint/config-patternplate": "^6.0.2",
31-
"@commitlint/utils": "^6.0.2"
32+
"@commitlint/config-patternplate": "^6.0.3",
33+
"@commitlint/utils": "^6.0.3"
3234
}
3335
}

@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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@alias/commitlint/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "commitlint",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Lint your commit messages",
5-
"files": ["cli.js"],
5+
"files": [
6+
"cli.js"
7+
],
68
"bin": {
79
"commitlint": "cli.js"
810
},
@@ -33,11 +35,11 @@
3335
},
3436
"license": "MIT",
3537
"dependencies": {
36-
"@commitlint/cli": "^6.0.2",
38+
"@commitlint/cli": "^6.0.3",
3739
"read-pkg": "3.0.0",
3840
"resolve-pkg": "1.0.0"
3941
},
4042
"devDependencies": {
41-
"@commitlint/utils": "^6.0.2"
43+
"@commitlint/utils": "^6.0.3"
4244
}
4345
}

@commitlint/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@commitlint/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -56,11 +56,11 @@
5656
},
5757
"license": "MIT",
5858
"devDependencies": {
59-
"@commitlint/test": "^6.0.2",
60-
"@commitlint/utils": "^6.0.2",
59+
"@commitlint/test": "^6.0.3",
60+
"@commitlint/utils": "^6.0.3",
6161
"ava": "0.18.2",
6262
"babel-cli": "6.26.0",
63-
"babel-preset-commitlint": "^6.0.2",
63+
"babel-preset-commitlint": "^6.0.3",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",
@@ -75,7 +75,7 @@
7575
"xo": "0.18.2"
7676
},
7777
"dependencies": {
78-
"@commitlint/core": "^6.0.2",
78+
"@commitlint/core": "^6.0.3",
7979
"babel-polyfill": "6.26.0",
8080
"chalk": "2.3.0",
8181
"get-stdin": "5.0.1",

@commitlint/config-angular-type-enum/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-angular-type-enum
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@commitlint/config-angular-type-enum/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"clean": "exit 0",
810
"deps": "dep-check",
@@ -29,7 +31,7 @@
2931
},
3032
"homepage": "https://github.com/marionebl/commitlint#readme",
3133
"devDependencies": {
32-
"@commitlint/utils": "^6.0.2",
34+
"@commitlint/utils": "^6.0.3",
3335
"xo": "0.18.2"
3436
}
3537
}

@commitlint/config-angular/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-angular
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@commitlint/config-angular/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"clean": "exit 0",
810
"deps": "dep-check",
@@ -29,9 +31,9 @@
2931
},
3032
"homepage": "https://github.com/marionebl/commitlint#readme",
3133
"devDependencies": {
32-
"@commitlint/utils": "^6.0.2"
34+
"@commitlint/utils": "^6.0.3"
3335
},
3436
"dependencies": {
35-
"@commitlint/config-angular-type-enum": "^6.0.2"
37+
"@commitlint/config-angular-type-enum": "^6.0.3"
3638
}
3739
}

@commitlint/config-conventional/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-conventional
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@commitlint/config-conventional/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Shareable commitlint config enforcing conventional commits",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"clean": "exit 0",
810
"deps": "dep-check",
@@ -32,6 +34,6 @@
3234
},
3335
"homepage": "https://github.com/marionebl/commitlint#readme",
3436
"devDependencies": {
35-
"@commitlint/utils": "^6.0.2"
37+
"@commitlint/utils": "^6.0.3"
3638
}
3739
}

@commitlint/config-lerna-scopes/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-lerna-scopes
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

@commitlint/config-lerna-scopes/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
5-
"files": ["index.js"],
5+
"files": [
6+
"index.js"
7+
],
68
"scripts": {
79
"clean": "exit 0",
810
"lint": "xo",
@@ -42,8 +44,8 @@
4244
"lerna": "2.7.1"
4345
},
4446
"devDependencies": {
45-
"@commitlint/test": "^6.0.2",
46-
"@commitlint/utils": "^6.0.2",
47+
"@commitlint/test": "^6.0.3",
48+
"@commitlint/utils": "^6.0.3",
4749
"ava": "0.22.0",
4850
"xo": "0.18.2"
4951
}

@commitlint/config-patternplate/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="6.0.3"></a>
7+
## [6.0.3](https://github.com/marionebl/commitlint/compare/v6.0.2...v6.0.3) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-patternplate
13+
614
<a name="6.0.2"></a>
715
## [6.0.2](https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.2) (2018-01-12)
816

0 commit comments

Comments
 (0)