Skip to content

Commit 9351b8e

Browse files
committed
v19.0.1
1 parent 8793c63 commit 9351b8e

20 files changed

+110
-18
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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
715

816

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Lint your commit messages",
66
"files": [
77
"cli.js"
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@commitlint/cli": "^19.0.0",
39+
"@commitlint/cli": "^19.0.1",
4040
"@commitlint/types": "^19.0.0"
4141
},
4242
"devDependencies": {

@commitlint/cli/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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* drop `resolve-from`, `resolve-global` and `import-fresh`, resolve global packages correctly ([#3939](https://github.com/conventional-changelog/commitlint/issues/3939)) ([8793c63](https://github.com/conventional-changelog/commitlint/commit/8793c639c083c33714da0a29429b338776813d0c)), closes [#3938](https://github.com/conventional-changelog/commitlint/issues/3938)
12+
13+
14+
15+
16+
617
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
718

819

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cli",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Lint your commit messages",
66
"files": [
77
"index.cjs",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@commitlint/format": "^19.0.0",
5252
"@commitlint/lint": "^19.0.0",
53-
"@commitlint/load": "^19.0.0",
53+
"@commitlint/load": "^19.0.1",
5454
"@commitlint/read": "^19.0.0",
5555
"@commitlint/types": "^19.0.0",
5656
"execa": "^8.0.1",

@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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
715

816

@commitlint/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/core",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Lint your commit messages",
66
"main": "lib/core.js",
77
"types": "lib/core.d.ts",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@commitlint/format": "^19.0.0",
4040
"@commitlint/lint": "^19.0.0",
41-
"@commitlint/load": "^19.0.0",
41+
"@commitlint/load": "^19.0.1",
4242
"@commitlint/read": "^19.0.0"
4343
},
4444
"devDependencies": {

@commitlint/cz-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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
715

816

@commitlint/cz-commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cz-commitlint",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Commitizen adapter using the commitlint.config.js",
66
"main": "./lib/index.js",
77
"files": [
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@commitlint/ensure": "^19.0.0",
42-
"@commitlint/load": "^19.0.0",
42+
"@commitlint/load": "^19.0.1",
4343
"@commitlint/types": "^19.0.0",
4444
"chalk": "^5.3.0",
4545
"lodash.isplainobject": "^4.0.6",

@commitlint/load/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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* drop `resolve-from`, `resolve-global` and `import-fresh`, resolve global packages correctly ([#3939](https://github.com/conventional-changelog/commitlint/issues/3939)) ([8793c63](https://github.com/conventional-changelog/commitlint/commit/8793c639c083c33714da0a29429b338776813d0c)), closes [#3938](https://github.com/conventional-changelog/commitlint/issues/3938)
12+
13+
14+
15+
16+
617
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
718

819

@commitlint/load/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/load",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Load shared commitlint configuration",
66
"main": "lib/load.js",
77
"types": "lib/load.d.ts",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@commitlint/config-validator": "^19.0.0",
4949
"@commitlint/execute-rule": "^19.0.0",
50-
"@commitlint/resolve-extends": "^19.0.0",
50+
"@commitlint/resolve-extends": "^19.0.1",
5151
"@commitlint/types": "^19.0.0",
5252
"chalk": "^5.3.0",
5353
"cosmiconfig": "^8.3.6",

@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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
**Note:** Version bump only for package @commitlint/prompt-cli
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
715

816

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/prompt-cli",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "commit prompt using commitlint.config.js",
66
"files": [
77
"cli.js"
@@ -37,7 +37,7 @@
3737
"@commitlint/utils": "^19.0.0"
3838
},
3939
"dependencies": {
40-
"@commitlint/prompt": "^19.0.0",
40+
"@commitlint/prompt": "^19.0.1",
4141
"execa": "^8.0.1",
4242
"inquirer": "^9.2.15"
4343
},

@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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
**Note:** Version bump only for package @commitlint/prompt
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
715

816

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/prompt",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "commitizen prompt using commitlint.config.js",
66
"main": "./lib/index.js",
77
"files": [
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@commitlint/ensure": "^19.0.0",
49-
"@commitlint/load": "^19.0.0",
49+
"@commitlint/load": "^19.0.1",
5050
"@commitlint/types": "^19.0.0",
5151
"chalk": "^5.3.0",
5252
"inquirer": "^9.2.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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* drop `resolve-from`, `resolve-global` and `import-fresh`, resolve global packages correctly ([#3939](https://github.com/conventional-changelog/commitlint/issues/3939)) ([8793c63](https://github.com/conventional-changelog/commitlint/commit/8793c639c083c33714da0a29429b338776813d0c)), closes [#3938](https://github.com/conventional-changelog/commitlint/issues/3938)
12+
13+
14+
15+
16+
617
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
718

819

@commitlint/resolve-extends/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/resolve-extends",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Lint your commit messages",
66
"main": "lib/index.js",
77
"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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
**Note:** Version bump only for package @commitlint/travis-cli
9+
10+
11+
12+
13+
614
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
715

816

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/travis-cli",
33
"type": "module",
4-
"version": "19.0.0",
4+
"version": "19.0.1",
55
"description": "Lint all relevant commits for a change or PR on Travis CI",
66
"files": [
77
"lib/",
@@ -41,7 +41,7 @@
4141
"@commitlint/utils": "^19.0.0"
4242
},
4343
"dependencies": {
44-
"@commitlint/cli": "^19.0.0",
44+
"@commitlint/cli": "^19.0.1",
4545
"execa": "^8.0.1"
4646
},
4747
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

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+
## [19.0.1](https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1) (2024-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* drop `resolve-from`, `resolve-global` and `import-fresh`, resolve global packages correctly ([#3939](https://github.com/conventional-changelog/commitlint/issues/3939)) ([8793c63](https://github.com/conventional-changelog/commitlint/commit/8793c639c083c33714da0a29429b338776813d0c)), closes [#3938](https://github.com/conventional-changelog/commitlint/issues/3938)
12+
13+
14+
15+
16+
617
# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)
718

819

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": "19.0.0"
5+
"version": "19.0.1"
66
}

0 commit comments

Comments
 (0)