Skip to content

Commit 18fbed7

Browse files
committed
v17.5.1
1 parent 9e4480e commit 18fbed7

File tree

12 files changed

+58
-10
lines changed

12 files changed

+58
-10
lines changed

Diff for: @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+
## [17.5.1](https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1) (2023-03-28)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [17.5.0](https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0) (2023-03-22)
715

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

Diff for: @alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "17.5.0",
3+
"version": "17.5.1",
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.5.0",
38+
"@commitlint/cli": "^17.5.1",
3939
"@commitlint/types": "^17.4.4"
4040
},
4141
"devDependencies": {

Diff for: @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+
## [17.5.1](https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1) (2023-03-28)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [17.5.0](https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0) (2023-03-22)
715

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

Diff for: @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": "17.5.0",
3+
"version": "17.5.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -50,7 +50,7 @@
5050
"@commitlint/format": "^17.4.4",
5151
"@commitlint/lint": "^17.4.4",
5252
"@commitlint/load": "^17.5.0",
53-
"@commitlint/read": "^17.4.4",
53+
"@commitlint/read": "^17.5.1",
5454
"@commitlint/types": "^17.4.4",
5555
"execa": "^5.0.0",
5656
"lodash.isfunction": "^3.0.9",

Diff for: @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+
## [17.5.1](https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1) (2023-03-28)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [17.5.0](https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0) (2023-03-22)
715

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

Diff for: @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": "17.5.0",
3+
"version": "17.5.1",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -38,7 +38,7 @@
3838
"@commitlint/format": "^17.4.4",
3939
"@commitlint/lint": "^17.4.4",
4040
"@commitlint/load": "^17.5.0",
41-
"@commitlint/read": "^17.4.4"
41+
"@commitlint/read": "^17.5.1"
4242
},
4343
"devDependencies": {
4444
"@commitlint/utils": "^17.4.0"

Diff for: @commitlint/read/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+
## [17.5.1](https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1) (2023-03-28)
7+
8+
**Note:** Version bump only for package @commitlint/read
9+
10+
11+
12+
13+
614
## [17.4.4](https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4) (2023-02-17)
715

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

Diff for: @commitlint/read/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/read",
3-
"version": "17.4.4",
3+
"version": "17.5.1",
44
"description": "Read commit messages from a specified range or last edit",
55
"main": "lib/read.js",
66
"types": "lib/read.d.ts",

Diff for: @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+
## [17.5.1](https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1) (2023-03-28)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
# [17.5.0](https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0) (2023-03-22)
715

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

Diff for: @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": "17.5.0",
3+
"version": "17.5.1",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/",
@@ -40,7 +40,7 @@
4040
"@commitlint/utils": "^17.4.0"
4141
},
4242
"dependencies": {
43-
"@commitlint/cli": "^17.5.0",
43+
"@commitlint/cli": "^17.5.1",
4444
"execa": "^5.0.0"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

Diff for: 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+
## [17.5.1](https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1) (2023-03-28)
7+
8+
**Note:** Version bump only for package @commitlint/root
9+
10+
11+
12+
13+
614
# [17.5.0](https://github.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0) (2023-03-22)
715

816

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "17.5.0"
5+
"version": "17.5.1"
66
}

0 commit comments

Comments
 (0)