Skip to content

Commit

Permalink
v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 16, 2019
1 parent 4b5300a commit e2edc43
Show file tree
Hide file tree
Showing 58 changed files with 335 additions and 86 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-angular/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint-config-angular





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint-config-angular
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^8.2.0"
"@commitlint/config-angular": "^8.3.0"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint-config-lerna-scopes





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint-config-lerna-scopes
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-lerna-scopes/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^8.2.0"
"@commitlint/config-lerna-scopes": "^8.3.0"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @alias/commitlint-config-patternplate/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package commitlint-config-patternplate





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint-config-patternplate
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint-config-patternplate/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^8.2.0",
"@commitlint/utils": "^8.2.0"
"@commitlint/config-patternplate": "^8.3.0",
"@commitlint/utils": "^8.3.0"
}
}
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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

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





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package commitlint
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/cli": "^8.3.0",
"read-pkg": "5.2.0",
"resolve-pkg": "2.0.0"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
11 changes: 11 additions & 0 deletions @commitlint/cli/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


### Features

* **cli:** add helpurl flag ([#789](https://github.com/conventional-changelog/commitlint/issues/789)) ([75cef4e](https://github.com/conventional-changelog/commitlint/commit/75cef4e))





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)


Expand Down
12 changes: 6 additions & 6 deletions @commitlint/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.2.0",
"@commitlint/utils": "^8.3.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^8.2.0",
Expand All @@ -70,10 +70,10 @@
"tmp": "0.1.0"
},
"dependencies": {
"@commitlint/format": "^8.2.0",
"@commitlint/lint": "^8.2.0",
"@commitlint/load": "^8.2.0",
"@commitlint/read": "^8.2.0",
"@commitlint/format": "^8.3.0",
"@commitlint/lint": "^8.3.0",
"@commitlint/load": "^8.3.0",
"@commitlint/read": "^8.3.0",
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
"get-stdin": "7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-angular-type-enum/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/config-angular-type-enum





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-angular-type-enum
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular-type-enum/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
8 changes: 8 additions & 0 deletions @commitlint/config-angular/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/config-angular





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-angular
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^8.2.0"
"@commitlint/config-angular-type-enum": "^8.3.0"
}
}
11 changes: 11 additions & 0 deletions @commitlint/config-conventional/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)


### Features

* **config-conventional:** use parser with short breaking change support ([#821](https://github.com/conventional-changelog/commitlint/issues/821)) ([4b5300a](https://github.com/conventional-changelog/commitlint/commit/4b5300a))





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-conventional
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.1.0"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-lerna-scopes/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/config-lerna-scopes





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-lerna-scopes
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-lerna-scopes/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "8.2.0",
"version": "8.3.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.2.0",
"@commitlint/utils": "^8.3.0",
"@lerna/project": "3.16.0",
"ava": "0.22.0",
"lerna": "3.16.4"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-patternplate/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.0](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.0) (2019-10-16)

**Note:** Version bump only for package @commitlint/config-patternplate





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/config-patternplate
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-patternplate/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^8.2.0",
"@commitlint/config-angular": "^8.3.0",
"globby": "10.0.1",
"lodash": "4.17.15"
},
"devDependencies": {
"@commitlint/utils": "^8.2.0"
"@commitlint/utils": "^8.3.0"
}
}
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.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





# [8.2.0](https://github.com/conventional-changelog/commitlint/compare/v8.1.0...v8.2.0) (2019-09-16)

**Note:** Version bump only for package @commitlint/core
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "8.2.0",
"version": "8.3.0",
"description": "Lint your commit messages",
"files": [
"index.js"
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^8.2.0",
"@commitlint/lint": "^8.2.0",
"@commitlint/load": "^8.2.0",
"@commitlint/read": "^8.2.0"
"@commitlint/format": "^8.3.0",
"@commitlint/lint": "^8.3.0",
"@commitlint/load": "^8.3.0",
"@commitlint/read": "^8.3.0"
}
}

0 comments on commit e2edc43

Please sign in to comment.