Skip to content

Commit d218e5b

Browse files
committed
v17.1.2
1 parent 3b66891 commit d218e5b

File tree

18 files changed

+96
-16
lines changed

18 files changed

+96
-16
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [17.1.1](https://github.com/conventional-changelog/commitlint/compare/v17.1.0...v17.1.1) (2022-08-27)
715

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

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^17.1.1",
38+
"@commitlint/cli": "^17.1.2",
3939
"@commitlint/types": "^17.0.0"
4040
},
4141
"devDependencies": {

@commitlint/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
## [17.1.1](https://github.com/conventional-changelog/commitlint/compare/v17.1.0...v17.1.1) (2022-08-27)
715

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

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@commitlint/format": "^17.0.0",
4848
"@commitlint/lint": "^17.1.0",
49-
"@commitlint/load": "^17.1.1",
49+
"@commitlint/load": "^17.1.2",
5050
"@commitlint/read": "^17.1.0",
5151
"@commitlint/types": "^17.0.0",
5252
"execa": "^5.0.0",

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
## [17.1.1](https://github.com/conventional-changelog/commitlint/compare/v17.1.0...v17.1.1) (2022-08-27)
715

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

@commitlint/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@commitlint/format": "^17.0.0",
3939
"@commitlint/lint": "^17.1.0",
40-
"@commitlint/load": "^17.1.1",
40+
"@commitlint/load": "^17.1.2",
4141
"@commitlint/read": "^17.1.0"
4242
},
4343
"devDependencies": {

@commitlint/cz-commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
## [17.1.1](https://github.com/conventional-changelog/commitlint/compare/v17.1.0...v17.1.1) (2022-08-27)
715

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

@commitlint/cz-commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cz-commitlint",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@commitlint/ensure": "^17.0.0",
41-
"@commitlint/load": "^17.1.1",
41+
"@commitlint/load": "^17.1.2",
4242
"@commitlint/types": "^17.0.0",
4343
"chalk": "^4.1.0",
4444
"lodash": "^4.17.21",

@commitlint/load/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **load:** add ts-node as direct dependency ([#3351](https://github.com/conventional-changelog/commitlint/issues/3351)) ([3b66891](https://github.com/conventional-changelog/commitlint/commit/3b668911d8f9fd93e0f613842d5c0b7c3f24360a))
12+
* update dependency cosmiconfig-typescript-loader to v4 ([#3346](https://github.com/conventional-changelog/commitlint/issues/3346)) ([5a9d80f](https://github.com/conventional-changelog/commitlint/commit/5a9d80fba352deae1c2855792be4f8458a973431))
13+
14+
15+
16+
17+
618
## [17.1.1](https://github.com/conventional-changelog/commitlint/compare/v17.1.0...v17.1.1) (2022-08-27)
719

820

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "17.1.1",
3+
"version": "17.1.2",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/load.js",
66
"types": "lib/load.d.ts",

0 commit comments

Comments
 (0)