Skip to content

Commit 2d347c7

Browse files
committed
v5.2.8
1 parent 0c32425 commit 2d347c7

34 files changed

+174
-38
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="5.2.8"></a>
7+
## [5.2.8](https://github.com/marionebl/commitlint/compare/v5.2.7...v5.2.8) (2017-12-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="5.2.7"></a>
715
## [5.2.7](https://github.com/marionebl/commitlint/compare/v5.2.6...v5.2.7) (2017-12-26)
816

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "5.2.7",
3+
"version": "5.2.8",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@commitlint/cli": "^5.2.7",
31+
"@commitlint/cli": "^5.2.8",
3232
"read-pkg": "3.0.0",
3333
"resolve-pkg": "1.0.0"
3434
}

@commitlint/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="5.2.8"></a>
7+
## [5.2.8](https://github.com/marionebl/commitlint/compare/v5.2.7...v5.2.8) (2017-12-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="5.2.7"></a>
715
## [5.2.7](https://github.com/marionebl/commitlint/compare/v5.2.6...v5.2.7) (2017-12-26)
816

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "5.2.7",
3+
"version": "5.2.8",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "./lib/cli.js"
@@ -69,7 +69,7 @@
6969
"xo": "0.18.2"
7070
},
7171
"dependencies": {
72-
"@commitlint/core": "^5.2.7",
72+
"@commitlint/core": "^5.2.8",
7373
"babel-polyfill": "6.26.0",
7474
"chalk": "2.3.0",
7575
"get-stdin": "5.0.1",

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="5.2.8"></a>
7+
## [5.2.8](https://github.com/marionebl/commitlint/compare/v5.2.7...v5.2.8) (2017-12-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="5.2.7"></a>
715
## [5.2.7](https://github.com/marionebl/commitlint/compare/v5.2.6...v5.2.7) (2017-12-26)
816

@commitlint/core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "5.2.7",
3+
"version": "5.2.8",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,7 +55,7 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/parse": "^5.2.7",
58+
"@commitlint/parse": "^5.2.8",
5959
"@commitlint/test": "^5.2.7",
6060
"@commitlint/utils": "^5.1.1",
6161
"ava": "0.22.0",
@@ -72,12 +72,12 @@
7272
"xo": "0.18.2"
7373
},
7474
"dependencies": {
75-
"@commitlint/execute-rule": "^5.2.7",
76-
"@commitlint/is-ignored": "^5.2.7",
77-
"@commitlint/parse": "^5.2.7",
78-
"@commitlint/resolve-extends": "^5.2.7",
79-
"@commitlint/rules": "^5.2.7",
80-
"@commitlint/top-level": "^5.2.7",
75+
"@commitlint/execute-rule": "^5.2.8",
76+
"@commitlint/is-ignored": "^5.2.8",
77+
"@commitlint/parse": "^5.2.8",
78+
"@commitlint/resolve-extends": "^5.2.8",
79+
"@commitlint/rules": "^5.2.8",
80+
"@commitlint/top-level": "^5.2.8",
8181
"@marionebl/sander": "^0.6.0",
8282
"babel-runtime": "^6.23.0",
8383
"chalk": "^2.0.1",

@commitlint/ensure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="5.2.8"></a>
7+
## [5.2.8](https://github.com/marionebl/commitlint/compare/v5.2.7...v5.2.8) (2017-12-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/ensure
13+
614
<a name="5.2.7"></a>
715
## [5.2.7](https://github.com/marionebl/commitlint/compare/v5.2.6...v5.2.7) (2017-12-26)
816

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "5.2.7",
3+
"version": "5.2.8",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {

@commitlint/execute-rule/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="5.2.8"></a>
7+
## [5.2.8](https://github.com/marionebl/commitlint/compare/v5.2.7...v5.2.8) (2017-12-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/execute-rule
13+
614
<a name="5.2.7"></a>
715
## [5.2.7](https://github.com/marionebl/commitlint/compare/v5.2.6...v5.2.7) (2017-12-26)
816

@commitlint/execute-rule/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/execute-rule",
3-
"version": "5.2.7",
3+
"version": "5.2.8",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -58,7 +58,7 @@
5858
},
5959
"license": "MIT",
6060
"devDependencies": {
61-
"@commitlint/parse": "^5.2.7",
61+
"@commitlint/parse": "^5.2.8",
6262
"@commitlint/test": "^5.2.7",
6363
"@commitlint/utils": "^5.1.1",
6464
"ava": "0.22.0",

0 commit comments

Comments
 (0)