Skip to content

Commit 090c63f

Browse files
committed
v5.2.6
1 parent 264f992 commit 090c63f

File tree

22 files changed

+116
-22
lines changed

22 files changed

+116
-22
lines changed

@alias/commitlint-config-lerna-scopes/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.6"></a>
7+
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-lerna-scopes
13+
614
<a name="5.2.0"></a>
715
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "5.2.0",
3+
"version": "5.2.6",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-lerna-scopes": "^5.2.0"
27+
"@commitlint/config-lerna-scopes": "^5.2.6"
2828
}
2929
}

@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.6"></a>
7+
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="5.2.5"></a>
715
## [5.2.5](https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5) (2017-12-08)
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.5",
3+
"version": "5.2.6",
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.5",
31+
"@commitlint/cli": "^5.2.6",
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.6"></a>
7+
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="5.2.5"></a>
715
## [5.2.5](https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5) (2017-12-08)
816

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "5.2.5",
3+
"version": "5.2.6",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "./lib/cli.js"
@@ -50,7 +50,7 @@
5050
},
5151
"license": "MIT",
5252
"devDependencies": {
53-
"@commitlint/test": "^5.2.0",
53+
"@commitlint/test": "^5.2.6",
5454
"@commitlint/utils": "^5.1.1",
5555
"ava": "0.18.2",
5656
"babel-cli": "6.26.0",
@@ -69,7 +69,7 @@
6969
"xo": "0.18.2"
7070
},
7171
"dependencies": {
72-
"@commitlint/core": "^5.2.5",
72+
"@commitlint/core": "^5.2.6",
7373
"babel-polyfill": "6.26.0",
7474
"chalk": "2.3.0",
7575
"get-stdin": "5.0.1",

@commitlint/config-lerna-scopes/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.6"></a>
7+
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-lerna-scopes
13+
614
<a name="5.2.0"></a>
715
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "5.2.0",
3+
"version": "5.2.6",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"clean": "exit 0",
@@ -39,7 +39,7 @@
3939
"lerna": "2.5.1"
4040
},
4141
"devDependencies": {
42-
"@commitlint/test": "^5.2.0",
42+
"@commitlint/test": "^5.2.6",
4343
"ava": "0.22.0",
4444
"xo": "0.18.2"
4545
}

@commitlint/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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="5.2.6"></a>
7+
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
8+
9+
10+
### Bug Fixes
11+
12+
* ignore semver commits with chore type ([cdbb085](https://github.com/marionebl/commitlint/commit/cdbb085)), closes [#198](https://github.com/marionebl/commitlint/issues/198)
13+
14+
15+
16+
617
<a name="5.2.5"></a>
718
## [5.2.5](https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5) (2017-12-08)
819

@commitlint/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "5.2.5",
3+
"version": "5.2.6",
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/test": "^5.2.0",
58+
"@commitlint/test": "^5.2.6",
5959
"@commitlint/utils": "^5.1.1",
6060
"ava": "0.22.0",
6161
"babel-cli": "6.26.0",

0 commit comments

Comments
 (0)