diff --git a/@alias/commitlint/CHANGELOG.md b/@alias/commitlint/CHANGELOG.md index 3836d0b6b8..a13df6de62 100644 --- a/@alias/commitlint/CHANGELOG.md +++ b/@alias/commitlint/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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + +**Note:** Version bump only for package commitlint + + + + + ## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09) **Note:** Version bump only for package commitlint diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index 848c0d46e6..a6f043eb83 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "commitlint", - "version": "7.5.1", + "version": "7.5.2", "description": "Lint your commit messages", "files": [ "cli.js" @@ -34,7 +34,7 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^7.5.1", + "@commitlint/cli": "^7.5.2", "read-pkg": "3.0.0", "resolve-pkg": "1.0.0" }, diff --git a/@commitlint/cli/CHANGELOG.md b/@commitlint/cli/CHANGELOG.md index 6990488117..afd5e47429 100644 --- a/@commitlint/cli/CHANGELOG.md +++ b/@commitlint/cli/CHANGELOG.md @@ -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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + + +### Bug Fixes + +* **cli:** replace old links with new organisation links ([#578](https://github.com/conventional-changelog/commitlint/issues/578)) ([4075903](https://github.com/conventional-changelog/commitlint/commit/4075903)) + + + + + ## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09) **Note:** Version bump only for package @commitlint/cli diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 8527f1f6ce..88e2f2a3d8 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "7.5.1", + "version": "7.5.2", "description": "Lint your commit messages", "files": [ "index.js", @@ -73,7 +73,7 @@ }, "dependencies": { "@commitlint/format": "^7.5.0", - "@commitlint/lint": "^7.5.1", + "@commitlint/lint": "^7.5.2", "@commitlint/load": "^7.5.0", "@commitlint/read": "^7.5.0", "babel-polyfill": "6.26.0", diff --git a/@commitlint/core/CHANGELOG.md b/@commitlint/core/CHANGELOG.md index 12a6b965b0..2e7b7cc960 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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + +**Note:** Version bump only for package @commitlint/core + + + + + ## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09) **Note:** Version bump only for package @commitlint/core diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 9f09b9d837..f3d176f226 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "7.5.1", + "version": "7.5.2", "description": "Lint your commit messages", "files": [ "index.js" @@ -33,7 +33,7 @@ "license": "MIT", "dependencies": { "@commitlint/format": "^7.5.0", - "@commitlint/lint": "^7.5.1", + "@commitlint/lint": "^7.5.2", "@commitlint/load": "^7.5.0", "@commitlint/read": "^7.5.0" } diff --git a/@commitlint/ensure/CHANGELOG.md b/@commitlint/ensure/CHANGELOG.md index eddd62a01d..ca7f1ff982 100644 --- a/@commitlint/ensure/CHANGELOG.md +++ b/@commitlint/ensure/CHANGELOG.md @@ -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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + + +### Bug Fixes + +* failing sentence-case for subjects with slashes ([#574](https://github.com/conventional-changelog/commitlint/issues/574)) ([48a8602](https://github.com/conventional-changelog/commitlint/commit/48a8602)) + + + + + # [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31) diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index e73f4c914d..c85b8e49a4 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/ensure", - "version": "7.5.0", + "version": "7.5.2", "description": "Lint your commit messages", "main": "lib/index.js", "files": [ diff --git a/@commitlint/lint/CHANGELOG.md b/@commitlint/lint/CHANGELOG.md index 247cbebee2..dd5184ce7b 100644 --- a/@commitlint/lint/CHANGELOG.md +++ b/@commitlint/lint/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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + +**Note:** Version bump only for package @commitlint/lint + + + + + ## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09) **Note:** Version bump only for package @commitlint/lint diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 59da6df8bd..569614dcbd 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/lint", - "version": "7.5.1", + "version": "7.5.2", "description": "Lint a string against commitlint rules", "main": "lib/index.js", "files": [ @@ -72,7 +72,7 @@ "dependencies": { "@commitlint/is-ignored": "^7.5.1", "@commitlint/parse": "^7.5.0", - "@commitlint/rules": "^7.5.0", + "@commitlint/rules": "^7.5.2", "babel-runtime": "^6.23.0", "lodash": "4.17.11" } diff --git a/@commitlint/rules/CHANGELOG.md b/@commitlint/rules/CHANGELOG.md index 05d572202f..49701d6791 100644 --- a/@commitlint/rules/CHANGELOG.md +++ b/@commitlint/rules/CHANGELOG.md @@ -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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + + +### Bug Fixes + +* failing sentence-case for subjects with slashes ([#574](https://github.com/conventional-changelog/commitlint/issues/574)) ([48a8602](https://github.com/conventional-changelog/commitlint/commit/48a8602)) + + + + + # [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31) diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 8d7a3501ce..8863b47d78 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/rules", - "version": "7.5.0", + "version": "7.5.2", "description": "Lint your commit messages", "main": "lib/index.js", "files": [ @@ -72,7 +72,7 @@ "rimraf": "2.6.1" }, "dependencies": { - "@commitlint/ensure": "^7.5.0", + "@commitlint/ensure": "^7.5.2", "@commitlint/message": "^7.5.0", "@commitlint/to-lines": "^7.5.0", "babel-runtime": "^6.23.0" diff --git a/@commitlint/travis-cli/CHANGELOG.md b/@commitlint/travis-cli/CHANGELOG.md index 7c0227ea4c..f06c824e93 100644 --- a/@commitlint/travis-cli/CHANGELOG.md +++ b/@commitlint/travis-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. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + +**Note:** Version bump only for package @commitlint/travis-cli + + + + + ## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09) **Note:** Version bump only for package @commitlint/travis-cli diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index 2b89a3eb9d..7968c48f87 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/travis-cli", - "version": "7.5.1", + "version": "7.5.2", "description": "Lint all relevant commits for a change or PR on Travis CI", "files": [ "lib/" @@ -66,7 +66,7 @@ "which": "1.3.0" }, "dependencies": { - "@commitlint/cli": "^7.5.1", + "@commitlint/cli": "^7.5.2", "babel-runtime": "6.26.0", "execa": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9474b4c7ba..52ea99a8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11) + + +### Bug Fixes + +* failing sentence-case for subjects with slashes ([#574](https://github.com/conventional-changelog/commitlint/issues/574)) ([48a8602](https://github.com/conventional-changelog/commitlint/commit/48a8602)) +* **cli:** replace old links with new organisation links ([#578](https://github.com/conventional-changelog/commitlint/issues/578)) ([4075903](https://github.com/conventional-changelog/commitlint/commit/4075903)) + + + + + ## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09) diff --git a/lerna.json b/lerna.json index 34988e195d..e6dc3f2217 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2", "npmClient": "yarn", "useWorkspaces": true, - "version": "7.5.1" + "version": "7.5.2" }