Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Nov 30, 2017
1 parent 4653c2c commit 68ddfdd
Show file tree
Hide file tree
Showing 24 changed files with 141 additions and 28 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package commitlint-config-lerna-scopes

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions @alias/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": "5.1.1",
"version": "5.2.0",
"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": "^5.1.1"
"@commitlint/config-lerna-scopes": "^5.2.0"
}
}
8 changes: 8 additions & 0 deletions @alias/commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package commitlint

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "5.1.1",
"version": "5.2.0",
"description": "Lint your commit messages",
"bin": {
"commitlint": "cli.js"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^5.1.1",
"@commitlint/cli": "^5.2.0",
"read-pkg": "3.0.0",
"resolve-pkg": "1.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package @commitlint/cli

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
8 changes: 4 additions & 4 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "5.1.1",
"version": "5.2.0",
"description": "Lint your commit messages",
"bin": {
"commitlint": "./lib/cli.js"
Expand Down Expand Up @@ -50,11 +50,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^5.1.1",
"@commitlint/test": "^5.2.0",
"@commitlint/utils": "^5.1.1",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^5.1.1",
"babel-preset-commitlint": "^5.2.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand All @@ -69,7 +69,7 @@
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/core": "^5.1.1",
"@commitlint/core": "^5.2.0",
"babel-polyfill": "6.26.0",
"chalk": "2.3.0",
"get-stdin": "5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package @commitlint/config-lerna-scopes

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions @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": "5.1.1",
"version": "5.2.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"clean": "exit 0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lerna": "2.5.1"
},
"devDependencies": {
"@commitlint/test": "^5.1.1",
"@commitlint/test": "^5.2.0",
"ava": "0.22.0",
"xo": "0.18.2"
}
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)


### Bug Fixes

* consider pull requests from forks ([4653c2c](https://github.com/marionebl/commitlint/commit/4653c2c))




<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
6 changes: 3 additions & 3 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "5.1.1",
"version": "5.2.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -55,11 +55,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^5.1.1",
"@commitlint/test": "^5.2.0",
"@commitlint/utils": "^5.1.1",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^5.1.1",
"babel-preset-commitlint": "^5.2.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package @commitlint/prompt-cli

<a name="5.1.2"></a>
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt-cli",
"version": "5.1.2",
"version": "5.2.0",
"description": "commit prompt using commitlint.config.js",
"bin": {
"commit": "./cli.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/prompt": "^5.1.2",
"@commitlint/prompt": "^5.2.0",
"execa": "0.8.0",
"meow": "3.7.0"
}
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package @commitlint/prompt

<a name="5.1.2"></a>
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)

Expand Down
6 changes: 3 additions & 3 deletions @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt",
"version": "5.1.2",
"version": "5.2.0",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"@commitlint/utils": "^5.1.1",
"ava": "0.20.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^5.1.1",
"babel-preset-commitlint": "^5.2.0",
"babel-register": "6.26.0",
"commitizen": "2.9.6",
"concurrently": "3.5.1",
Expand All @@ -66,7 +66,7 @@
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/core": "^5.1.1",
"@commitlint/core": "^5.2.0",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.0",
"lodash": "^4.17.4",
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/travis-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)


### Bug Fixes

* consider pull requests from forks ([4653c2c](https://github.com/marionebl/commitlint/commit/4653c2c))




<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
8 changes: 4 additions & 4 deletions @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/travis-cli",
"version": "5.1.1",
"version": "5.2.0",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"bin": {
"commitlint-travis": "./lib/cli.js"
Expand Down Expand Up @@ -54,17 +54,17 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^5.1.1",
"@commitlint/test": "^5.2.0",
"@commitlint/utils": "^5.1.1",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^5.1.1",
"babel-preset-commitlint": "^5.2.0",
"babel-register": "6.26.0",
"cross-env": "5.1.1",
"which": "^1.3.0"
},
"dependencies": {
"@commitlint/cli": "^5.1.1",
"@commitlint/cli": "^5.2.0",
"babel-runtime": "^6.26.0",
"execa": "^0.8.0"
}
Expand Down
11 changes: 11 additions & 0 deletions @packages/babel-preset-commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)


### Features

* **babel-preset-commitlint:** add jsx tranform ([#163](https://github.com/marionebl/commitlint/issues/163)) ([5190241](https://github.com/marionebl/commitlint/commit/5190241))




<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
2 changes: 1 addition & 1 deletion @packages/babel-preset-commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-commitlint",
"version": "5.1.1",
"version": "5.2.0",
"description": "Lint your commit messages",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions @packages/example-prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package @commitlint/example-prompt

<a name="5.1.2"></a>
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions @packages/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": "5.1.2",
"version": "5.2.0",
"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": "^5.1.2"
"@commitlint/prompt-cli": "^5.2.0"
}
}
8 changes: 8 additions & 0 deletions @packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.2.0"></a>
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)




**Note:** Version bump only for package @commitlint/test

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions @packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/test",
"version": "5.1.1",
"version": "5.2.0",
"description": "test utilities for @commitlint",
"main": "lib/",
"private": true,
Expand Down Expand Up @@ -63,7 +63,7 @@
"@commitlint/utils": "^5.1.1",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^5.1.1",
"babel-preset-commitlint": "^5.2.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
Loading

0 comments on commit 68ddfdd

Please sign in to comment.