Skip to content

Commit daa8b1b

Browse files
committed
v18.6.0
1 parent 331579a commit daa8b1b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+272
-68
lines changed

@alias/commitlint-config-angular/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+
# [18.6.0](https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0) (2024-01-25)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [18.5.0](https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0) (2024-01-22)
715

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

@alias/commitlint-config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "18.5.0",
3+
"version": "18.6.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^18.5.0"
33+
"@commitlint/config-angular": "^18.6.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^18.4.4"

@alias/commitlint-config-patternplate/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+
# [18.6.0](https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0) (2024-01-25)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [18.5.0](https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0) (2024-01-22)
715

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

@alias/commitlint-config-patternplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "18.5.0",
3+
"version": "18.6.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^18.5.0"
33+
"@commitlint/config-patternplate": "^18.6.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^18.4.4"

@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+
# [18.6.0](https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0) (2024-01-25)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [18.5.0](https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0) (2024-01-22)
715

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

@alias/commitlint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "18.5.0",
3+
"version": "18.6.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,8 +35,8 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^18.5.0",
39-
"@commitlint/types": "^18.4.4"
38+
"@commitlint/cli": "^18.6.0",
39+
"@commitlint/types": "^18.6.0"
4040
},
4141
"devDependencies": {
4242
"@commitlint/test": "^18.0.0",

@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+
# [18.6.0](https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0) (2024-01-25)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [18.5.0](https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0) (2024-01-22)
715

816

@commitlint/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "18.5.0",
3+
"version": "18.6.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -47,11 +47,11 @@
4747
"lodash.merge": "^4.6.2"
4848
},
4949
"dependencies": {
50-
"@commitlint/format": "^18.4.4",
51-
"@commitlint/lint": "^18.5.0",
52-
"@commitlint/load": "^18.5.0",
53-
"@commitlint/read": "^18.4.4",
54-
"@commitlint/types": "^18.4.4",
50+
"@commitlint/format": "^18.6.0",
51+
"@commitlint/lint": "^18.6.0",
52+
"@commitlint/load": "^18.6.0",
53+
"@commitlint/read": "^18.6.0",
54+
"@commitlint/types": "^18.6.0",
5555
"execa": "^5.0.0",
5656
"lodash.isfunction": "^3.0.9",
5757
"resolve-from": "5.0.0",

@commitlint/config-angular/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+
# [18.6.0](https://github.com/conventional-changelog/commitlint/compare/v18.5.1...v18.6.0) (2024-01-25)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
# [18.5.0](https://github.com/conventional-changelog/commitlint/compare/v18.4.4...v18.5.0) (2024-01-22)
715

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

@commitlint/config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "18.5.0",
3+
"version": "18.6.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"devDependencies": {
33-
"@commitlint/lint": "^18.5.0",
33+
"@commitlint/lint": "^18.6.0",
3434
"@commitlint/utils": "^18.4.4"
3535
},
3636
"dependencies": {

0 commit comments

Comments
 (0)