Skip to content

Commit fbf2389

Browse files
committed
v8.3.1
1 parent 73a7df7 commit fbf2389

16 files changed

+84
-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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
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": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^8.3.0",
37+
"@commitlint/cli": "^8.3.1",
3838
"read-pkg": "5.2.0",
3939
"resolve-pkg": "2.0.0"
4040
},

@commitlint/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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
715

816

@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": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@commitlint/format": "^8.3.0",
7474
"@commitlint/lint": "^8.3.0",
75-
"@commitlint/load": "^8.3.0",
75+
"@commitlint/load": "^8.3.1",
7676
"@commitlint/read": "^8.3.0",
7777
"babel-polyfill": "6.26.0",
7878
"chalk": "2.4.2",

@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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
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": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@commitlint/format": "^8.3.0",
3636
"@commitlint/lint": "^8.3.0",
37-
"@commitlint/load": "^8.3.0",
37+
"@commitlint/load": "^8.3.1",
3838
"@commitlint/read": "^8.3.0"
3939
}
4040
}

@commitlint/load/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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **load:** resolve nested parser preset factories ([#831](https://github.com/conventional-changelog/commitlint/issues/831)) ([73a7df7](https://github.com/conventional-changelog/commitlint/commit/73a7df7))
12+
13+
14+
15+
16+
617
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
718

819

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/index.js",
66
"files": [

@commitlint/prompt-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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
715

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

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "commit prompt using commitlint.config.js",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
"ava": "0.25.0"
3535
},
3636
"dependencies": {
37-
"@commitlint/prompt": "^8.3.0",
37+
"@commitlint/prompt": "^8.3.1",
3838
"execa": "0.11.0",
3939
"string-to-stream": "1.1.1"
4040
}

@commitlint/prompt/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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
715

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

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -65,7 +65,7 @@
6565
"cross-env": "6.0.0"
6666
},
6767
"dependencies": {
68-
"@commitlint/load": "^8.3.0",
68+
"@commitlint/load": "^8.3.1",
6969
"babel-runtime": "^6.23.0",
7070
"chalk": "^2.0.0",
7171
"lodash": "4.17.15",

@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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
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": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/"
@@ -65,7 +65,7 @@
6565
"which": "1.3.1"
6666
},
6767
"dependencies": {
68-
"@commitlint/cli": "^8.3.0",
68+
"@commitlint/cli": "^8.3.1",
6969
"babel-runtime": "6.26.0",
7070
"execa": "0.11.0"
7171
}

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+
## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **load:** resolve nested parser preset factories ([#831](https://github.com/conventional-changelog/commitlint/issues/831)) ([73a7df7](https://github.com/conventional-changelog/commitlint/commit/73a7df7))
12+
13+
14+
15+
16+
617
# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)
718

819

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": "8.3.0"
5+
"version": "8.3.1"
66
}

0 commit comments

Comments
 (0)