Skip to content

Commit a46c898

Browse files
committed
v6.0.5
1 parent d9e29bd commit a46c898

16 files changed

+84
-14
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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="6.0.4"></a>
715
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
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": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^6.0.4",
38+
"@commitlint/cli": "^6.0.5",
3939
"read-pkg": "3.0.0",
4040
"resolve-pkg": "1.0.0"
4141
},

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

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -75,7 +75,7 @@
7575
"xo": "0.18.2"
7676
},
7777
"dependencies": {
78-
"@commitlint/core": "^6.0.4",
78+
"@commitlint/core": "^6.0.5",
7979
"babel-polyfill": "6.26.0",
8080
"chalk": "2.3.0",
8181
"get-stdin": "5.0.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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="6.0.4"></a>
715
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
816

@commitlint/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -81,7 +81,7 @@
8181
"@commitlint/parse": "^6.0.4",
8282
"@commitlint/resolve-extends": "^6.0.4",
8383
"@commitlint/rules": "^6.0.4",
84-
"@commitlint/top-level": "^6.0.4",
84+
"@commitlint/top-level": "^6.0.5",
8585
"@marionebl/sander": "^0.6.0",
8686
"babel-runtime": "^6.23.0",
8787
"chalk": "^2.0.1",

@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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt-cli
13+
614
<a name="6.0.4"></a>
715
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
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": "6.0.4",
3+
"version": "6.0.5",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
"xo": "0.18.2"
3636
},
3737
"dependencies": {
38-
"@commitlint/prompt": "^6.0.4",
38+
"@commitlint/prompt": "^6.0.5",
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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt
13+
614
<a name="6.0.4"></a>
715
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
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": "6.0.4",
3+
"version": "6.0.5",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -69,7 +69,7 @@
6969
"xo": "0.18.2"
7070
},
7171
"dependencies": {
72-
"@commitlint/core": "^6.0.4",
72+
"@commitlint/core": "^6.0.5",
7373
"babel-runtime": "^6.23.0",
7474
"chalk": "^2.0.0",
7575
"lodash.camelcase": "4.3.0",

@commitlint/top-level/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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* remove utils from prod dependencies ([4fb858a](https://github.com/marionebl/commitlint/commit/4fb858a))
13+
14+
15+
16+
617
<a name="6.0.4"></a>
718
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
819

@commitlint/top-level/package.json

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

@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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/travis-cli
13+
614
<a name="6.0.4"></a>
715
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
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": "6.0.4",
3+
"version": "6.0.5",
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": "^6.0.4",
71+
"@commitlint/cli": "^6.0.5",
7272
"babel-runtime": "6.26.0",
7373
"execa": "0.9.0"
7474
}

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="6.0.5"></a>
7+
## [6.0.5](https://github.com/marionebl/commitlint/compare/v6.0.4...v6.0.5) (2018-01-31)
8+
9+
10+
### Bug Fixes
11+
12+
* remove utils from prod dependencies ([4fb858a](https://github.com/marionebl/commitlint/commit/4fb858a))
13+
14+
15+
16+
617
<a name="6.0.4"></a>
718
## [6.0.4](https://github.com/marionebl/commitlint/compare/v6.0.3...v6.0.4) (2018-01-31)
819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "6.0.4"
5+
"version": "6.0.5"
66
}

0 commit comments

Comments
 (0)