Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Aug 4, 2017
1 parent a3ae212 commit 407cc4c
Show file tree
Hide file tree
Showing 23 changed files with 258 additions and 20 deletions.
27 changes: 27 additions & 0 deletions @commitlint/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)


### Bug Fixes

* **core:** correct type validation message ([09c2b26](https://github.com/marionebl/commitlint/commit/09c2b26))



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)


### Bug Fixes

* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "3.0.3",
"version": "3.0.4",
"description": "Lint your commit messages",
"bin": {
"commitlint": "cli.js"
Expand Down Expand Up @@ -48,7 +48,7 @@
"xo": "^0.18.2"
},
"dependencies": {
"@commitlint/core": "^3.0.3",
"@commitlint/core": "^3.0.4",
"babel-polyfill": "^6.23.0",
"chalk": "^2.0.1",
"get-stdin": "^5.0.1",
Expand Down
21 changes: 21 additions & 0 deletions @commitlint/commitlint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)


### Features

* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "3.0.3",
"version": "3.0.4",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^3.0.3"
"@commitlint/config-angular": "^3.0.4"
}
}
21 changes: 21 additions & 0 deletions @commitlint/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)


### Features

* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "3.0.3",
"version": "3.0.4",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^3.0.3"
"@commitlint/config-lerna-scopes": "^3.0.4"
}
}
21 changes: 21 additions & 0 deletions @commitlint/commitlint-config-patternplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)


### Features

* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "3.0.3",
"version": "3.0.4",
"description": "Lint your commits, patternplate-style",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^3.0.3"
"@commitlint/config-patternplate": "^3.0.4"
}
}
16 changes: 16 additions & 0 deletions @commitlint/config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "3.0.3",
"version": "3.0.4",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"pretest": "dep-check",
Expand Down
21 changes: 21 additions & 0 deletions @commitlint/config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)


### Features

* **config-lerna-scopes:** support non-standard lerna repos ([71fc40e](https://github.com/marionebl/commitlint/commit/71fc40e))




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "3.0.3",
"version": "3.0.4",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"pretest": "dep-check",
Expand Down
16 changes: 16 additions & 0 deletions @commitlint/config-patternplate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "3.0.3",
"version": "3.0.4",
"description": "Lint your commits, patternplate-style",
"scripts": {
"pretest": "dep-check",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^3.0.3",
"@commitlint/config-angular": "^3.0.4",
"globby": "^4.0.0",
"lodash": "^4.5.1"
},
Expand Down
42 changes: 42 additions & 0 deletions @commitlint/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)


### Bug Fixes

* **core:** correct type validation message ([09c2b26](https://github.com/marionebl/commitlint/commit/09c2b26))


### Features

* **core:** add Signed-off-by rule ([cefeb74](https://github.com/marionebl/commitlint/commit/cefeb74))



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)


### Bug Fixes

* enable recursive relative extends ([4decd4d](https://github.com/marionebl/commitlint/commit/4decd4d))
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
* **core:** ignore version commits with leading whitespace ([9551bd6](https://github.com/marionebl/commitlint/commit/9551bd6))
* **core:** resolve extends relative to config file ([0dd18bc](https://github.com/marionebl/commitlint/commit/0dd18bc))
* use conventional-changelog-angular again ([633d835](https://github.com/marionebl/commitlint/commit/633d835))


### Features

* **core:** do not prefix relative extends ([8fbbaed](https://github.com/marionebl/commitlint/commit/8fbbaed))
* **core:** readd support for .conventional-changelog-lintrc ([02e4f43](https://github.com/marionebl/commitlint/commit/02e4f43))
* **core:** support conventional-changelog-lint-config-* ([c80766b](https://github.com/marionebl/commitlint/commit/c80766b))




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
2 changes: 1 addition & 1 deletion @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "3.0.3",
"version": "3.0.4",
"description": "Lint your commit messages",
"main": "lib/index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions @commitlint/example-prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)



<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)



<a name="3.0.2"></a>
## 3.0.2 (2017-07-11)




<a name="3.0.3"></a>
## 3.0.3 (2017-07-16)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/example-prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/example-prompt",
"private": true,
"version": "3.0.3",
"version": "3.0.4",
"description": "Example for prompt guide",
"scripts": {
"commit": "commit"
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/prompt-cli": "^3.0.3"
"@commitlint/prompt-cli": "^3.0.4"
}
}
Loading

0 comments on commit 407cc4c

Please sign in to comment.