Skip to content

Commit d0507bd

Browse files
committed
v7.5.2
1 parent 48a8602 commit d0507bd

16 files changed

+91
-14
lines changed

@alias/commitlint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
715

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

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^7.5.1",
37+
"@commitlint/cli": "^7.5.2",
3838
"read-pkg": "3.0.0",
3939
"resolve-pkg": "1.0.0"
4040
},

@commitlint/cli/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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
718

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

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -73,7 +73,7 @@
7373
},
7474
"dependencies": {
7575
"@commitlint/format": "^7.5.0",
76-
"@commitlint/lint": "^7.5.1",
76+
"@commitlint/lint": "^7.5.2",
7777
"@commitlint/load": "^7.5.0",
7878
"@commitlint/read": "^7.5.0",
7979
"babel-polyfill": "6.26.0",

@commitlint/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
715

816
**Note:** Version bump only for package @commitlint/core

@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": "7.5.1",
3+
"version": "7.5.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@commitlint/format": "^7.5.0",
36-
"@commitlint/lint": "^7.5.1",
36+
"@commitlint/lint": "^7.5.2",
3737
"@commitlint/load": "^7.5.0",
3838
"@commitlint/read": "^7.5.0"
3939
}

@commitlint/ensure/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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
15+
16+
617
<a name="7.5.0"></a>
718
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
819

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "7.5.0",
3+
"version": "7.5.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [

@commitlint/lint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
**Note:** Version bump only for package @commitlint/lint
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
715

816
**Note:** Version bump only for package @commitlint/lint

@commitlint/lint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@commitlint/is-ignored": "^7.5.1",
7474
"@commitlint/parse": "^7.5.0",
75-
"@commitlint/rules": "^7.5.0",
75+
"@commitlint/rules": "^7.5.2",
7676
"babel-runtime": "^6.23.0",
7777
"lodash": "4.17.11"
7878
}

@commitlint/rules/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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
15+
16+
617
<a name="7.5.0"></a>
718
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
819

@commitlint/rules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/rules",
3-
"version": "7.5.0",
3+
"version": "7.5.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [
@@ -72,7 +72,7 @@
7272
"rimraf": "2.6.1"
7373
},
7474
"dependencies": {
75-
"@commitlint/ensure": "^7.5.0",
75+
"@commitlint/ensure": "^7.5.2",
7676
"@commitlint/message": "^7.5.0",
7777
"@commitlint/to-lines": "^7.5.0",
7878
"babel-runtime": "^6.23.0"

@commitlint/travis-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
715

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

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/"
@@ -66,7 +66,7 @@
6666
"which": "1.3.0"
6767
},
6868
"dependencies": {
69-
"@commitlint/cli": "^7.5.1",
69+
"@commitlint/cli": "^7.5.2",
7070
"babel-runtime": "6.26.0",
7171
"execa": "0.9.0"
7272
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2) (2019-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
* **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))
13+
14+
15+
16+
17+
618
## [7.5.1](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1) (2019-02-09)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "7.5.1"
5+
"version": "7.5.2"
66
}

0 commit comments

Comments
 (0)