Skip to content

Commit 68ddfdd

Browse files
committed
v5.2.0
1 parent 4653c2c commit 68ddfdd

File tree

24 files changed

+141
-28
lines changed

24 files changed

+141
-28
lines changed

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
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.1.1"
27+
"@commitlint/config-lerna-scopes": "^5.2.0"
2828
}
2929
}

@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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="5.1.1"></a>
715
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
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": "5.1.1",
3+
"version": "5.2.0",
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.1.1",
31+
"@commitlint/cli": "^5.2.0",
3232
"read-pkg": "3.0.0",
3333
"resolve-pkg": "1.0.0"
3434
}

@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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="5.1.1"></a>
715
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
816

@commitlint/cli/package.json

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

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
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.1.1",
42+
"@commitlint/test": "^5.2.0",
4343
"ava": "0.22.0",
4444
"xo": "0.18.2"
4545
}

@commitlint/core/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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* consider pull requests from forks ([4653c2c](https://github.com/marionebl/commitlint/commit/4653c2c))
13+
14+
15+
16+
617
<a name="5.1.1"></a>
718
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
819

@commitlint/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,11 +55,11 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/test": "^5.1.1",
58+
"@commitlint/test": "^5.2.0",
5959
"@commitlint/utils": "^5.1.1",
6060
"ava": "0.22.0",
6161
"babel-cli": "6.26.0",
62-
"babel-preset-commitlint": "^5.1.1",
62+
"babel-preset-commitlint": "^5.2.0",
6363
"babel-register": "6.26.0",
6464
"concurrently": "3.5.1",
6565
"cross-env": "5.1.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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt-cli
13+
614
<a name="5.1.2"></a>
715
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)
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": "5.1.2",
3+
"version": "5.2.0",
44
"description": "commit prompt using commitlint.config.js",
55
"bin": {
66
"commit": "./cli.js"
@@ -31,7 +31,7 @@
3131
"xo": "0.18.2"
3232
},
3333
"dependencies": {
34-
"@commitlint/prompt": "^5.1.2",
34+
"@commitlint/prompt": "^5.2.0",
3535
"execa": "0.8.0",
3636
"meow": "3.7.0"
3737
}

@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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt
13+
614
<a name="5.1.2"></a>
715
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)
816

@commitlint/prompt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -57,7 +57,7 @@
5757
"@commitlint/utils": "^5.1.1",
5858
"ava": "0.20.0",
5959
"babel-cli": "6.26.0",
60-
"babel-preset-commitlint": "^5.1.1",
60+
"babel-preset-commitlint": "^5.2.0",
6161
"babel-register": "6.26.0",
6262
"commitizen": "2.9.6",
6363
"concurrently": "3.5.1",
@@ -66,7 +66,7 @@
6666
"xo": "0.18.2"
6767
},
6868
"dependencies": {
69-
"@commitlint/core": "^5.1.1",
69+
"@commitlint/core": "^5.2.0",
7070
"babel-runtime": "^6.23.0",
7171
"chalk": "^2.0.0",
7272
"lodash": "^4.17.4",

@commitlint/travis-cli/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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* consider pull requests from forks ([4653c2c](https://github.com/marionebl/commitlint/commit/4653c2c))
13+
14+
15+
16+
617
<a name="5.1.1"></a>
718
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
819

@commitlint/travis-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"bin": {
66
"commitlint-travis": "./lib/cli.js"
@@ -54,17 +54,17 @@
5454
},
5555
"license": "MIT",
5656
"devDependencies": {
57-
"@commitlint/test": "^5.1.1",
57+
"@commitlint/test": "^5.2.0",
5858
"@commitlint/utils": "^5.1.1",
5959
"ava": "0.18.2",
6060
"babel-cli": "6.26.0",
61-
"babel-preset-commitlint": "^5.1.1",
61+
"babel-preset-commitlint": "^5.2.0",
6262
"babel-register": "6.26.0",
6363
"cross-env": "5.1.1",
6464
"which": "^1.3.0"
6565
},
6666
"dependencies": {
67-
"@commitlint/cli": "^5.1.1",
67+
"@commitlint/cli": "^5.2.0",
6868
"babel-runtime": "^6.26.0",
6969
"execa": "^0.8.0"
7070
}

@packages/babel-preset-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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
### Features
11+
12+
* **babel-preset-commitlint:** add jsx tranform ([#163](https://github.com/marionebl/commitlint/issues/163)) ([5190241](https://github.com/marionebl/commitlint/commit/5190241))
13+
14+
15+
16+
617
<a name="5.1.1"></a>
718
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
819

@packages/babel-preset-commitlint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-commitlint",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "Lint your commit messages",
55
"main": "index.js",
66
"scripts": {

@packages/example-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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/example-prompt
13+
614
<a name="5.1.2"></a>
715
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)
816

@packages/example-prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/example-prompt",
33
"private": true,
4-
"version": "5.1.2",
4+
"version": "5.2.0",
55
"description": "Example for prompt guide",
66
"scripts": {
77
"commit": "commit"
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/marionebl/commitlint#readme",
1919
"devDependencies": {
20-
"@commitlint/prompt-cli": "^5.1.2"
20+
"@commitlint/prompt-cli": "^5.2.0"
2121
}
2222
}

@packages/test/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="5.2.0"></a>
7+
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/test
13+
614
<a name="5.1.1"></a>
715
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
816

@packages/test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/test",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "test utilities for @commitlint",
55
"main": "lib/",
66
"private": true,
@@ -63,7 +63,7 @@
6363
"@commitlint/utils": "^5.1.1",
6464
"ava": "0.22.0",
6565
"babel-cli": "6.26.0",
66-
"babel-preset-commitlint": "^5.1.1",
66+
"babel-preset-commitlint": "^5.2.0",
6767
"babel-register": "6.26.0",
6868
"concurrently": "3.5.1",
6969
"cross-env": "5.1.1",

0 commit comments

Comments
 (0)