Skip to content

Commit

Permalink
v19.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Jan 4, 2025
1 parent bed309d commit fff6270
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 15 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

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





# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)

**Note:** Version bump only for package commitlint-config-angular
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-angular",
"type": "module",
"version": "19.6.0",
"version": "19.7.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^19.6.0"
"@commitlint/config-angular": "^19.7.0"
},
"devDependencies": {
"@commitlint/utils": "^19.5.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

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





# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024-09-11)

**Note:** Version bump only for package commitlint-config-lerna-scopes
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-lerna-scopes",
"type": "module",
"version": "19.5.0",
"version": "19.7.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^19.5.0"
"@commitlint/config-lerna-scopes": "^19.7.0"
},
"devDependencies": {
"@commitlint/utils": "^19.5.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint-config-patternplate/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

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





# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)

**Note:** Version bump only for package commitlint-config-patternplate
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-patternplate",
"type": "module",
"version": "19.6.0",
"version": "19.7.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-patternplate": "^19.6.0"
"@commitlint/config-patternplate": "^19.7.0"
},
"devDependencies": {
"@commitlint/utils": "^19.5.0"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

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





# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)

**Note:** Version bump only for package @commitlint/config-angular
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-angular",
"type": "module",
"version": "19.6.0",
"version": "19.7.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"main": "index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)


### Features

* support lerna 7 and 8 ([#4221](https://github.com/conventional-changelog/commitlint/issues/4221)) ([3b8da63](https://github.com/conventional-changelog/commitlint/commit/3b8da63f50f868555a3f026a76e96cd8d20638de))





# [19.5.0](https://github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) (2024-09-11)

**Note:** Version bump only for package @commitlint/config-lerna-scopes
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-lerna-scopes",
"type": "module",
"version": "19.5.0",
"version": "19.7.0",
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-patternplate/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

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





# [19.6.0](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v19.6.0) (2024-11-19)

**Note:** Version bump only for package @commitlint/config-patternplate
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-patternplate",
"type": "module",
"version": "19.6.0",
"version": "19.7.0",
"description": "Lint your commits, patternplate-style",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^19.6.0",
"@commitlint/config-angular": "^19.7.0",
"glob": "^10.3.10",
"lodash.merge": "^4.6.2"
},
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

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





## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)

**Note:** Version bump only for package @commitlint/prompt-cli
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/prompt-cli",
"type": "module",
"version": "19.6.1",
"version": "19.7.0",
"description": "commit prompt using commitlint.config.js",
"main": "cli.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"@commitlint/utils": "^19.5.0"
},
"dependencies": {
"@commitlint/prompt": "^19.6.1",
"@commitlint/prompt": "^19.7.0",
"inquirer": "^9.2.15",
"tinyexec": "^0.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)

**Note:** Version bump only for package @commitlint/prompt





## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)

**Note:** Version bump only for package @commitlint/prompt
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/prompt",
"type": "module",
"version": "19.6.1",
"version": "19.7.0",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"node": ">=v18"
},
"devDependencies": {
"@commitlint/config-angular": "^19.6.0",
"@commitlint/config-angular": "^19.7.0",
"@commitlint/types": "^14.0.0",
"@commitlint/utils": "^19.5.0",
"@types/inquirer": "^9.0.7",
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.7.0](https://github.com/conventional-changelog/commitlint/compare/v19.6.1...v19.7.0) (2025-01-04)


### Bug Fixes

* update dependency chalk to v5.4.1 ([#4228](https://github.com/conventional-changelog/commitlint/issues/4228)) ([0b11176](https://github.com/conventional-changelog/commitlint/commit/0b111767fa6700eab82c7a4804273c0f6275a3d3))
* update dependency tinyexec to v0.3.2 ([#4229](https://github.com/conventional-changelog/commitlint/issues/4229)) ([dca0d97](https://github.com/conventional-changelog/commitlint/commit/dca0d97261977681b0366d9733dbbf227bb9a9b1))


### Features

* support lerna 7 and 8 ([#4221](https://github.com/conventional-changelog/commitlint/issues/4221)) ([3b8da63](https://github.com/conventional-changelog/commitlint/commit/3b8da63f50f868555a3f026a76e96cd8d20638de))





## [19.6.1](https://github.com/conventional-changelog/commitlint/compare/v19.6.0...v19.6.1) (2024-12-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "4",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "19.6.1"
"version": "19.7.0"
}

0 comments on commit fff6270

Please sign in to comment.