Skip to content

Commit 3acafdf

Browse files
committed
v3.0.2
1 parent f0755bd commit 3acafdf

File tree

25 files changed

+152
-28
lines changed

25 files changed

+152
-28
lines changed

@commitlint/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
13+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
14+
15+
16+
17+
618
<a name="3.0.1"></a>
719
## 3.0.1 (2017-07-11)
820

@commitlint/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -40,15 +40,15 @@
4040
},
4141
"license": "MIT",
4242
"devDependencies": {
43-
"@commitlint/utils": "^3.0.1",
43+
"@commitlint/utils": "^3.0.2",
4444
"ava": "^0.18.2",
4545
"dependency-check": "^2.9.1",
4646
"execa": "^0.7.0",
4747
"string-to-stream": "^1.1.0",
4848
"xo": "^0.18.2"
4949
},
5050
"dependencies": {
51-
"@commitlint/core": "^3.0.1",
51+
"@commitlint/core": "^3.0.2",
5252
"babel-polyfill": "^6.23.0",
5353
"chalk": "^2.0.1",
5454
"get-stdin": "^5.0.1",

@commitlint/commitlint-config-angular/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-angular": "^3.0.1"
27+
"@commitlint/config-angular": "^3.0.2"
2828
}
2929
}

@commitlint/commitlint-config-lerna-scopes/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

@commitlint/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": "3.0.1",
3+
"version": "3.0.2",
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": "^3.0.1"
27+
"@commitlint/config-lerna-scopes": "^3.0.2"
2828
}
2929
}

@commitlint/commitlint-config-patternplate/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-patternplate": "^3.0.1"
27+
"@commitlint/config-patternplate": "^3.0.2"
2828
}
2929
}

@commitlint/config-angular/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
11+
612
<a name="3.0.1"></a>
713
## 3.0.1 (2017-07-11)
814

@commitlint/config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"pretest": "dep-check",
@@ -25,6 +25,6 @@
2525
},
2626
"homepage": "https://github.com/marionebl/commitlint#readme",
2727
"devDependencies": {
28-
"@commitlint/utils": "^3.0.1"
28+
"@commitlint/utils": "^3.0.2"
2929
}
3030
}

@commitlint/config-lerna-scopes/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* **config-lerna-scopes:** support non-standard lerna repos ([71fc40e](https://github.com/marionebl/commitlint/commit/71fc40e))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

@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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"pretest": "dep-check",
@@ -28,6 +28,6 @@
2828
"lerna": "^2.0.0"
2929
},
3030
"devDependencies": {
31-
"@commitlint/utils": "^3.0.1"
31+
"@commitlint/utils": "^3.0.2"
3232
}
3333
}

@commitlint/config-patternplate/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
11+
612
<a name="3.0.1"></a>
713
## 3.0.1 (2017-07-11)
814

@commitlint/config-patternplate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"pretest": "dep-check",
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/marionebl/commitlint#readme",
2727
"dependencies": {
28-
"@commitlint/config-angular": "^3.0.1",
28+
"@commitlint/config-angular": "^3.0.2",
2929
"globby": "^4.0.0",
3030
"lodash": "^4.5.1"
3131
},
3232
"devDependencies": {
33-
"@commitlint/utils": "^3.0.1"
33+
"@commitlint/utils": "^3.0.2"
3434
}
3535
}

@commitlint/core/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Bug Fixes
11+
12+
* enable recursive relative extends ([4decd4d](https://github.com/marionebl/commitlint/commit/4decd4d))
13+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
14+
* **core:** ignore version commits with leading whitespace ([9551bd6](https://github.com/marionebl/commitlint/commit/9551bd6))
15+
* **core:** resolve extends relative to config file ([0dd18bc](https://github.com/marionebl/commitlint/commit/0dd18bc))
16+
* use conventional-changelog-angular again ([633d835](https://github.com/marionebl/commitlint/commit/633d835))
17+
18+
19+
### Features
20+
21+
* **core:** do not prefix relative extends ([8fbbaed](https://github.com/marionebl/commitlint/commit/8fbbaed))
22+
* **core:** readd support for .conventional-changelog-lintrc ([02e4f43](https://github.com/marionebl/commitlint/commit/02e4f43))
23+
* **core:** support conventional-changelog-lint-config-* ([c80766b](https://github.com/marionebl/commitlint/commit/c80766b))
24+
25+
26+
27+
628
<a name="3.0.1"></a>
729
## 3.0.1 (2017-07-11)
830

@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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -101,7 +101,7 @@
101101
},
102102
"license": "MIT",
103103
"devDependencies": {
104-
"@commitlint/utils": "^3.0.1",
104+
"@commitlint/utils": "^3.0.2",
105105
"ansi-styles": "3.1.0",
106106
"ava": "0.18.2",
107107
"babel-cli": "^6.18.0",

@commitlint/example-prompt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
11+
612
<a name="3.0.1"></a>
713
## 3.0.1 (2017-07-11)
814

@commitlint/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": "3.0.1",
4+
"version": "3.0.2",
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": "^3.0.1"
20+
"@commitlint/prompt-cli": "^3.0.2"
2121
}
2222
}

@commitlint/prompt-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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* **prompt-cli:** add standalone prompt interface ([7911040](https://github.com/marionebl/commitlint/commit/7911040))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

@commitlint/prompt-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "commit prompt using .commitlintrc",
55
"bin": {
66
"commit": "./cli.js"
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/marionebl/commitlint#readme",
2828
"devDependencies": {
29-
"@commitlint/utils": "^3.0.1"
29+
"@commitlint/utils": "^3.0.2"
3030
},
3131
"dependencies": {
32-
"@commitlint/prompt": "^3.0.1",
32+
"@commitlint/prompt": "^3.0.2",
3333
"execa": "^0.7.0",
3434
"meow": "^3.7.0"
3535
}

@commitlint/prompt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
11+
612
<a name="3.0.1"></a>
713
## 3.0.1 (2017-07-11)
814

@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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "commitizen prompt using .commitlintrc",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -90,7 +90,7 @@
9090
},
9191
"homepage": "https://github.com/marionebl/commitlint#readme",
9292
"devDependencies": {
93-
"@commitlint/utils": "^3.0.1",
93+
"@commitlint/utils": "^3.0.2",
9494
"ava": "^0.20.0",
9595
"babel-cli": "^6.24.1",
9696
"babel-plugin-add-module-exports": "^0.2.1",
@@ -103,7 +103,7 @@
103103
"throat": "^4.1.0"
104104
},
105105
"dependencies": {
106-
"@commitlint/core": "^3.0.1",
106+
"@commitlint/core": "^3.0.2",
107107
"babel-polyfill": "^6.23.0",
108108
"babel-runtime": "^6.23.0",
109109
"chalk": "^1.1.1",

0 commit comments

Comments
 (0)