Skip to content

Commit ff1eff9

Browse files
committed
v3.0.3
1 parent 57b5954 commit ff1eff9

File tree

25 files changed

+212
-28
lines changed

25 files changed

+212
-28
lines changed

@commitlint/cli/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Bug Fixes
16+
17+
* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
18+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
19+
20+
21+
22+
623
<a name="3.0.2"></a>
724
## 3.0.2 (2017-07-11)
825

@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.2",
3+
"version": "3.0.3",
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.2",
43+
"@commitlint/utils": "^3.0.3",
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.2",
51+
"@commitlint/core": "^3.0.3",
5252
"babel-polyfill": "^6.23.0",
5353
"chalk": "^2.0.1",
5454
"get-stdin": "^5.0.1",

@commitlint/commitlint-config-angular/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Features
16+
17+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
18+
19+
20+
21+
622
<a name="3.0.2"></a>
723
## 3.0.2 (2017-07-11)
824

@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.2",
3+
"version": "3.0.3",
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.2"
27+
"@commitlint/config-angular": "^3.0.3"
2828
}
2929
}

@commitlint/commitlint-config-lerna-scopes/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Features
16+
17+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
18+
19+
20+
21+
622
<a name="3.0.2"></a>
723
## 3.0.2 (2017-07-11)
824

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

@commitlint/commitlint-config-patternplate/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Features
16+
17+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
18+
19+
20+
21+
622
<a name="3.0.2"></a>
723
## 3.0.2 (2017-07-11)
824

@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.2",
3+
"version": "3.0.3",
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.2"
27+
"@commitlint/config-patternplate": "^3.0.3"
2828
}
2929
}

@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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
16+
617
<a name="3.0.2"></a>
718
## 3.0.2 (2017-07-11)
819

@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.2",
3+
"version": "3.0.3",
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.2"
28+
"@commitlint/utils": "^3.0.3"
2929
}
3030
}

@commitlint/config-lerna-scopes/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Features
16+
17+
* **config-lerna-scopes:** support non-standard lerna repos ([71fc40e](https://github.com/marionebl/commitlint/commit/71fc40e))
18+
19+
20+
21+
622
<a name="3.0.2"></a>
723
## 3.0.2 (2017-07-11)
824

@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.2",
3+
"version": "3.0.3",
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.2"
31+
"@commitlint/utils": "^3.0.3"
3232
}
3333
}

@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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
16+
617
<a name="3.0.2"></a>
718
## 3.0.2 (2017-07-11)
819

@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.2",
3+
"version": "3.0.3",
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.2",
28+
"@commitlint/config-angular": "^3.0.3",
2929
"globby": "^4.0.0",
3030
"lodash": "^4.5.1"
3131
},
3232
"devDependencies": {
33-
"@commitlint/utils": "^3.0.2"
33+
"@commitlint/utils": "^3.0.3"
3434
}
3535
}

@commitlint/core/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Bug Fixes
16+
17+
* enable recursive relative extends ([4decd4d](https://github.com/marionebl/commitlint/commit/4decd4d))
18+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
19+
* **core:** ignore version commits with leading whitespace ([9551bd6](https://github.com/marionebl/commitlint/commit/9551bd6))
20+
* **core:** resolve extends relative to config file ([0dd18bc](https://github.com/marionebl/commitlint/commit/0dd18bc))
21+
* use conventional-changelog-angular again ([633d835](https://github.com/marionebl/commitlint/commit/633d835))
22+
23+
24+
### Features
25+
26+
* **core:** do not prefix relative extends ([8fbbaed](https://github.com/marionebl/commitlint/commit/8fbbaed))
27+
* **core:** readd support for .conventional-changelog-lintrc ([02e4f43](https://github.com/marionebl/commitlint/commit/02e4f43))
28+
* **core:** support conventional-changelog-lint-config-* ([c80766b](https://github.com/marionebl/commitlint/commit/c80766b))
29+
30+
31+
32+
633
<a name="3.0.2"></a>
734
## 3.0.2 (2017-07-11)
835

@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.2",
3+
"version": "3.0.3",
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.2",
104+
"@commitlint/utils": "^3.0.3",
105105
"ansi-styles": "3.1.0",
106106
"ava": "0.18.2",
107107
"babel-cli": "^6.18.0",

@commitlint/example-prompt/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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
16+
617
<a name="3.0.2"></a>
718
## 3.0.2 (2017-07-11)
819

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

@commitlint/prompt-cli/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.3"></a>
7+
## 3.0.3 (2017-07-16)
8+
9+
10+
11+
<a name="3.0.2"></a>
12+
## 3.0.2 (2017-07-11)
13+
14+
15+
### Features
16+
17+
* **prompt-cli:** add standalone prompt interface ([7911040](https://github.com/marionebl/commitlint/commit/7911040))
18+
19+
20+
21+
622
<a name="3.0.2"></a>
723
## 3.0.2 (2017-07-11)
824

0 commit comments

Comments
 (0)