Skip to content

Commit b39e1ad

Browse files
committed
v8.3.5
1 parent 09e9cde commit b39e1ad

22 files changed

+119
-21
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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
715

816

@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.4",
3+
"version": "8.3.5",
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.4",
37+
"@commitlint/cli": "^8.3.5",
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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
715

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

@commitlint/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -71,8 +71,8 @@
7171
},
7272
"dependencies": {
7373
"@commitlint/format": "^8.3.4",
74-
"@commitlint/lint": "^8.3.4",
75-
"@commitlint/load": "^8.3.4",
74+
"@commitlint/lint": "^8.3.5",
75+
"@commitlint/load": "^8.3.5",
7676
"@commitlint/read": "^8.3.4",
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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
715

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

@commitlint/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -33,8 +33,8 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@commitlint/format": "^8.3.4",
36-
"@commitlint/lint": "^8.3.4",
37-
"@commitlint/load": "^8.3.4",
36+
"@commitlint/lint": "^8.3.5",
37+
"@commitlint/load": "^8.3.5",
3838
"@commitlint/read": "^8.3.4"
3939
}
4040
}

@commitlint/is-ignored/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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **is-ignored:** move types to dev dependencies ([#897](https://github.com/conventional-changelog/commitlint/issues/897)) ([aabc549](https://github.com/conventional-changelog/commitlint/commit/aabc549))
12+
13+
14+
15+
16+
617
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
718

819
**Note:** Version bump only for package @commitlint/is-ignored

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@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+
## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package @commitlint/lint
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
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": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -69,7 +69,7 @@
6969
"proxyquire": "2.1.3"
7070
},
7171
"dependencies": {
72-
"@commitlint/is-ignored": "^8.3.4",
72+
"@commitlint/is-ignored": "^8.3.5",
7373
"@commitlint/parse": "^8.3.4",
7474
"@commitlint/rules": "^8.3.4",
7575
"babel-runtime": "^6.23.0",

@commitlint/load/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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package @commitlint/load
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
715

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

@commitlint/load/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/index.js",
66
"files": [
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@commitlint/execute-rule": "^8.3.4",
72-
"@commitlint/resolve-extends": "^8.3.4",
72+
"@commitlint/resolve-extends": "^8.3.5",
7373
"babel-runtime": "^6.23.0",
7474
"chalk": "2.4.2",
7575
"cosmiconfig": "^5.2.0",

@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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
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.4",
3+
"version": "8.3.5",
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.4",
37+
"@commitlint/prompt": "^8.3.5",
3838
"execa": "0.11.0",
3939
"string-to-stream": "3.0.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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
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.4",
3+
"version": "8.3.5",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -65,7 +65,7 @@
6565
"cross-env": "6.0.3"
6666
},
6767
"dependencies": {
68-
"@commitlint/load": "^8.3.4",
68+
"@commitlint/load": "^8.3.5",
6969
"babel-runtime": "^6.23.0",
7070
"chalk": "^2.0.0",
7171
"lodash": "4.17.15",

@commitlint/resolve-extends/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.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **resolve-extends:** move node types to dev dependencies ([#883](https://github.com/conventional-changelog/commitlint/issues/883)) ([b131a18](https://github.com/conventional-changelog/commitlint/commit/b131a18)), closes [#874](https://github.com/conventional-changelog/commitlint/issues/874)
12+
13+
14+
15+
16+
617
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
718

819
**Note:** Version bump only for package @commitlint/resolve-extends

@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/resolve-extends",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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

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+
## [8.3.5](https://github.com/conventional-changelog/commitlint/compare/v8.3.4...v8.3.5) (2020-01-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **is-ignored:** move types to dev dependencies ([#897](https://github.com/conventional-changelog/commitlint/issues/897)) ([aabc549](https://github.com/conventional-changelog/commitlint/commit/aabc549))
12+
* **resolve-extends:** move node types to dev dependencies ([#883](https://github.com/conventional-changelog/commitlint/issues/883)) ([b131a18](https://github.com/conventional-changelog/commitlint/commit/b131a18)), closes [#874](https://github.com/conventional-changelog/commitlint/issues/874)
13+
14+
15+
16+
17+
618
## [8.3.4](https://github.com/conventional-changelog/commitlint/compare/v8.3.3...v8.3.4) (2020-01-03)
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": "8.3.4"
5+
"version": "8.3.5"
66
}

0 commit comments

Comments
 (0)