Skip to content

Commit

Permalink
v8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 16, 2019
1 parent 73a7df7 commit fbf2389
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 14 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)

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





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "8.3.0",
"version": "8.3.1",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^8.3.0",
"@commitlint/cli": "^8.3.1",
"read-pkg": "5.2.0",
"resolve-pkg": "2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cli/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)

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





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


Expand Down
4 changes: 2 additions & 2 deletions @commitlint/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "8.3.0",
"version": "8.3.1",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"@commitlint/format": "^8.3.0",
"@commitlint/lint": "^8.3.0",
"@commitlint/load": "^8.3.0",
"@commitlint/load": "^8.3.1",
"@commitlint/read": "^8.3.0",
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/core/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)

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





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/core
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "8.3.0",
"version": "8.3.1",
"description": "Lint your commit messages",
"files": [
"index.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@commitlint/format": "^8.3.0",
"@commitlint/lint": "^8.3.0",
"@commitlint/load": "^8.3.0",
"@commitlint/load": "^8.3.1",
"@commitlint/read": "^8.3.0"
}
}
11 changes: 11 additions & 0 deletions @commitlint/load/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)


### Bug Fixes

* **load:** resolve nested parser preset factories ([#831](https://github.com/conventional-changelog/commitlint/issues/831)) ([73a7df7](https://github.com/conventional-changelog/commitlint/commit/73a7df7))





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


Expand Down
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/load",
"version": "8.3.0",
"version": "8.3.1",
"description": "Load shared commitlint configuration",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt-cli/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)

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





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/prompt-cli
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt-cli",
"version": "8.3.0",
"version": "8.3.1",
"description": "commit prompt using commitlint.config.js",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"ava": "0.25.0"
},
"dependencies": {
"@commitlint/prompt": "^8.3.0",
"@commitlint/prompt": "^8.3.1",
"execa": "0.11.0",
"string-to-stream": "1.1.1"
}
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)

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





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/prompt
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt",
"version": "8.3.0",
"version": "8.3.1",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -65,7 +65,7 @@
"cross-env": "6.0.0"
},
"dependencies": {
"@commitlint/load": "^8.3.0",
"@commitlint/load": "^8.3.1",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.0",
"lodash": "4.17.15",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/travis-cli/CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)

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





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/travis-cli
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/travis-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/travis-cli",
"version": "8.3.0",
"version": "8.3.1",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"files": [
"lib/"
Expand Down Expand Up @@ -65,7 +65,7 @@
"which": "1.3.1"
},
"dependencies": {
"@commitlint/cli": "^8.3.0",
"@commitlint/cli": "^8.3.1",
"babel-runtime": "6.26.0",
"execa": "0.11.0"
}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

## [8.3.1](https://github.com/conventional-changelog/commitlint/compare/v8.3.0...v8.3.1) (2019-10-16)


### Bug Fixes

* **load:** resolve nested parser preset factories ([#831](https://github.com/conventional-changelog/commitlint/issues/831)) ([73a7df7](https://github.com/conventional-changelog/commitlint/commit/73a7df7))





# [8.3.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"lerna": "2",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "8.3.0"
"version": "8.3.1"
}

0 comments on commit fbf2389

Please sign in to comment.