diff --git a/@commitlint/cli/CHANGELOG.md b/@commitlint/cli/CHANGELOG.md index 3f9ec2275d..fae2b6343a 100644 --- a/@commitlint/cli/CHANGELOG.md +++ b/@commitlint/cli/CHANGELOG.md @@ -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. + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package @commitlint/cli + # [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index c75ea6ef21..6237f231c0 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "4.1.0", + "version": "4.1.1", "description": "Lint your commit messages", "bin": { "commitlint": "cli.js" @@ -53,7 +53,7 @@ "xo": "^0.18.2" }, "dependencies": { - "@commitlint/core": "^4.1.0", + "@commitlint/core": "^4.1.1", "babel-polyfill": "^6.23.0", "chalk": "^2.0.1", "get-stdin": "^5.0.1", diff --git a/@commitlint/config-lerna-scopes/CHANGELOG.md b/@commitlint/config-lerna-scopes/CHANGELOG.md index 150bcfd457..44f11e7029 100644 --- a/@commitlint/config-lerna-scopes/CHANGELOG.md +++ b/@commitlint/config-lerna-scopes/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log 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. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + +### Bug Fixes + +* **config-lerna-scopes:** fix package list get with recent lerna versions ([8f35dae](https://github.com/marionebl/commitlint/commit/8f35dae)) + + + ## 3.0.4 (2017-08-04) diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index 41c2cedf61..1c9f88557e 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-lerna-scopes", - "version": "3.1.1", + "version": "4.1.1", "description": "Shareable commitlint config enforcing lerna package names as scopes", "scripts": { "pretest": "dep-check", @@ -38,8 +38,8 @@ "lerna": "^2.0.0" }, "devDependencies": { + "@commitlint/test": "^4.1.1", "@commitlint/utils": "^3.1.1", - "@commitlint/test": "^3.1.1", "ava": "^0.22.0" } } diff --git a/@commitlint/core/CHANGELOG.md b/@commitlint/core/CHANGELOG.md index e78fb135e0..38dc6fccf9 100644 --- a/@commitlint/core/CHANGELOG.md +++ b/@commitlint/core/CHANGELOG.md @@ -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. + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package @commitlint/core + # [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05) diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 9b4e7d326e..97b35d07e1 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "4.1.0", + "version": "4.1.1", "description": "Lint your commit messages", "main": "lib/index.js", "scripts": { @@ -62,7 +62,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^3.1.1", + "@commitlint/test": "^4.1.1", "@commitlint/utils": "^3.1.1", "ava": "^0.22.0", "babel-cli": "^6.26.0", diff --git a/@commitlint/example-prompt/CHANGELOG.md b/@commitlint/example-prompt/CHANGELOG.md index 39d2f77b05..2f21d6b6fb 100644 --- a/@commitlint/example-prompt/CHANGELOG.md +++ b/@commitlint/example-prompt/CHANGELOG.md @@ -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. + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package @commitlint/example-prompt + # [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05) diff --git a/@commitlint/example-prompt/package.json b/@commitlint/example-prompt/package.json index 8393c4ce27..7de2204cb9 100644 --- a/@commitlint/example-prompt/package.json +++ b/@commitlint/example-prompt/package.json @@ -1,7 +1,7 @@ { "name": "@commitlint/example-prompt", "private": true, - "version": "4.1.0", + "version": "4.1.1", "description": "Example for prompt guide", "scripts": { "commit": "commit" @@ -17,6 +17,6 @@ }, "homepage": "https://github.com/marionebl/commitlint#readme", "devDependencies": { - "@commitlint/prompt-cli": "^4.1.0" + "@commitlint/prompt-cli": "^4.1.1" } } diff --git a/@commitlint/prompt-cli/CHANGELOG.md b/@commitlint/prompt-cli/CHANGELOG.md index cdb9456adb..70f698d7f3 100644 --- a/@commitlint/prompt-cli/CHANGELOG.md +++ b/@commitlint/prompt-cli/CHANGELOG.md @@ -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. + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package @commitlint/prompt-cli + # [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05) diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index ce01936dd3..c07464af43 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt-cli", - "version": "4.1.0", + "version": "4.1.1", "description": "commit prompt using commitlint.config.js", "bin": { "commit": "./cli.js" @@ -29,7 +29,7 @@ "@commitlint/utils": "^3.1.1" }, "dependencies": { - "@commitlint/prompt": "^4.1.0", + "@commitlint/prompt": "^4.1.1", "execa": "^0.7.0", "meow": "^3.7.0" } diff --git a/@commitlint/prompt/CHANGELOG.md b/@commitlint/prompt/CHANGELOG.md index 7feb37c744..516ad96380 100644 --- a/@commitlint/prompt/CHANGELOG.md +++ b/@commitlint/prompt/CHANGELOG.md @@ -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. + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package @commitlint/prompt + # [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05) diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index c7c7897637..26f3d5976d 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt", - "version": "4.1.0", + "version": "4.1.1", "description": "commitizen prompt using commitlint.config.js", "main": "./lib/index.js", "scripts": { @@ -63,7 +63,7 @@ "throat": "^4.1.0" }, "dependencies": { - "@commitlint/core": "^4.1.0", + "@commitlint/core": "^4.1.1", "babel-runtime": "^6.23.0", "chalk": "^1.1.1", "lodash": "^4.17.4", diff --git a/@commitlint/test/CHANGELOG.md b/@commitlint/test/CHANGELOG.md new file mode 100644 index 0000000000..22426109c6 --- /dev/null +++ b/@commitlint/test/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package @commitlint/test diff --git a/@commitlint/test/package.json b/@commitlint/test/package.json index d64ab151ea..532cde0f48 100644 --- a/@commitlint/test/package.json +++ b/@commitlint/test/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/test", - "version": "3.1.1", + "version": "4.1.1", "description": "test utilities for @commitlint", "main": "lib/", "private": true, diff --git a/@packages/commitlint-config-lerna-scopes/CHANGELOG.md b/@packages/commitlint-config-lerna-scopes/CHANGELOG.md index dd615d9454..a16aaab1a9 100644 --- a/@packages/commitlint-config-lerna-scopes/CHANGELOG.md +++ b/@packages/commitlint-config-lerna-scopes/CHANGELOG.md @@ -1,7 +1,15 @@ # Change Log 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. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09) + + + + +**Note:** Version bump only for package commitlint-config-lerna-scopes # 3.2.0 (2017-09-05) diff --git a/@packages/commitlint-config-lerna-scopes/package.json b/@packages/commitlint-config-lerna-scopes/package.json index 12f5aa0293..513c689caa 100644 --- a/@packages/commitlint-config-lerna-scopes/package.json +++ b/@packages/commitlint-config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-lerna-scopes", - "version": "3.2.0", + "version": "4.1.1", "description": "Shareable commitlint config enforcing lerna package names as scopes", "scripts": { "test": "exit 0", @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/marionebl/commitlint#readme", "dependencies": { - "@commitlint/config-lerna-scopes": "^3.1.1" + "@commitlint/config-lerna-scopes": "^4.1.1" } } diff --git a/lerna.json b/lerna.json index 8a4a0dc753..9d6e3ce0f9 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "@commitlint/*", "@packages/*" ], - "version": "4.1.0" + "version": "4.1.1" }