Skip to content

Commit

Permalink
v19.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Apr 23, 2024
1 parent ae99d6a commit 447fd3b
Show file tree
Hide file tree
Showing 28 changed files with 148 additions and 24 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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**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.2.2",
"version": "19.3.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.2.2"
"@commitlint/config-angular": "^19.3.0"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint-config-nx-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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.1](https://github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1) (2024-03-19)

**Note:** Version bump only for package commitlint-config-nx-scopes
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-nx-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-nx-scopes",
"type": "module",
"version": "19.2.1",
"version": "19.3.0",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-nx-scopes": "^19.2.1"
"@commitlint/config-nx-scopes": "^19.3.0"
},
"devDependencies": {
"@commitlint/utils": "^19.0.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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**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.2.2",
"version": "19.3.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.2.2"
"@commitlint/config-patternplate": "^19.3.0"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint/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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**Note:** Version bump only for package commitlint
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commitlint",
"type": "module",
"version": "19.2.2",
"version": "19.3.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/types": "^19.0.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**Note:** Version bump only for package @commitlint/cli
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/cli",
"type": "module",
"version": "19.2.2",
"version": "19.3.0",
"description": "Lint your commit messages",
"files": [
"index.cjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"lodash.merge": "^4.6.2"
},
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/format": "^19.3.0",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0",
"@commitlint/read": "^19.2.1",
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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**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.2.2",
"version": "19.3.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-nx-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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.1](https://github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-nx-scopes",
"type": "module",
"version": "19.2.1",
"version": "19.3.0",
"description": "Shareable commitlint config enforcing nx project 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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**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.2.2",
"version": "19.3.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.2.2",
"@commitlint/config-angular": "^19.3.0",
"glob": "^10.3.10",
"lodash.merge": "^4.6.2"
},
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/core/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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**Note:** Version bump only for package @commitlint/core
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/core",
"type": "module",
"version": "19.2.2",
"version": "19.3.0",
"description": "Lint your commit messages",
"main": "lib/core.js",
"types": "lib/core.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/format": "^19.3.0",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0",
"@commitlint/read": "^19.2.1"
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/format/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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)


### Features

* **format:** print full commit message for valid commits if -V ([#4026](https://github.com/conventional-changelog/commitlint/issues/4026)) ([a7bbc49](https://github.com/conventional-changelog/commitlint/commit/a7bbc494e34885aba3f4b0c03b37d18ef2b8fbff))





## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/format
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/format",
"type": "module",
"version": "19.0.3",
"version": "19.3.0",
"description": "Format commitlint reports",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**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.2.2",
"version": "19.3.0",
"description": "commit prompt using commitlint.config.js",
"main": "cli.js",
"files": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"@commitlint/utils": "^19.0.0"
},
"dependencies": {
"@commitlint/prompt": "^19.2.2",
"@commitlint/prompt": "^19.3.0",
"execa": "^8.0.1",
"inquirer": "^9.2.15"
},
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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**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.2.2",
"version": "19.3.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.2.2",
"@commitlint/config-angular": "^19.3.0",
"@commitlint/types": "^14.0.0",
"@commitlint/utils": "^19.0.0",
"@types/inquirer": "^9.0.7",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/travis-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.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)

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





## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)

**Note:** Version bump only for package @commitlint/travis-cli
Expand Down
Loading

0 comments on commit 447fd3b

Please sign in to comment.