Skip to content

Commit

Permalink
v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Nov 1, 2021
1 parent d7e2e2b commit 3882bd1
Show file tree
Hide file tree
Showing 38 changed files with 206 additions and 40 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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "14.0.0",
"version": "14.1.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-angular": "^14.0.0"
"@commitlint/config-angular": "^14.1.0"
},
"devDependencies": {
"@commitlint/utils": "^14.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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-patternplate": "^14.0.0"
"@commitlint/config-patternplate": "^14.1.0"
},
"devDependencies": {
"@commitlint/utils": "^14.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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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,6 +1,6 @@
{
"name": "commitlint",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^14.0.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/types": "^14.0.0"
},
"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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/cli
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -45,9 +45,9 @@
"fs-extra": "^10.0.0"
},
"dependencies": {
"@commitlint/format": "^14.0.0",
"@commitlint/lint": "^14.0.0",
"@commitlint/load": "^14.0.0",
"@commitlint/format": "^14.1.0",
"@commitlint/lint": "^14.1.0",
"@commitlint/load": "^14.1.0",
"@commitlint/read": "^14.0.0",
"@commitlint/types": "^14.0.0",
"lodash": "^4.17.19",
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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/config-angular
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "14.0.0",
"version": "14.1.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v12"
},
"devDependencies": {
"@commitlint/lint": "^14.0.0",
"@commitlint/lint": "^14.1.0",
"@commitlint/utils": "^14.0.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-conventional/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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/config-conventional
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "14.0.0",
"version": "14.1.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=v12"
},
"devDependencies": {
"@commitlint/lint": "^14.0.0",
"@commitlint/lint": "^14.1.0",
"@commitlint/utils": "^14.0.0"
},
"dependencies": {
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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=v12"
},
"dependencies": {
"@commitlint/config-angular": "^14.0.0",
"@commitlint/config-angular": "^14.1.0",
"globby": "^11.0.0",
"lodash": "^4.17.19"
},
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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/core
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint your commit messages",
"main": "lib/core.js",
"types": "lib/core.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^14.0.0",
"@commitlint/lint": "^14.0.0",
"@commitlint/load": "^14.0.0",
"@commitlint/format": "^14.1.0",
"@commitlint/lint": "^14.1.0",
"@commitlint/load": "^14.1.0",
"@commitlint/read": "^14.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cz-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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)


Expand Down
6 changes: 3 additions & 3 deletions @commitlint/cz-commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cz-commitlint",
"version": "14.0.0",
"version": "14.1.0",
"description": "Commitizen adapter using the commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -37,8 +37,8 @@
}
},
"dependencies": {
"@commitlint/ensure": "^14.0.0",
"@commitlint/load": "^14.0.0",
"@commitlint/ensure": "^14.1.0",
"@commitlint/load": "^14.1.0",
"@commitlint/types": "^14.0.0",
"chalk": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/ensure/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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/ensure
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/ensure",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)


### Features

* extend helpUrl from shareable config ([#2846](https://github.com/conventional-changelog/commitlint/issues/2846)) ([d7e2e2b](https://github.com/conventional-changelog/commitlint/commit/d7e2e2b943be383f99f4000b6b6bed0eab03bfcf))





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**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,6 +1,6 @@
{
"name": "@commitlint/format",
"version": "14.0.0",
"version": "14.1.0",
"description": "Format commitlint reports",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/lint/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.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

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





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/lint
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/lint",
"version": "14.0.0",
"version": "14.1.0",
"description": "Lint a string against commitlint rules",
"main": "lib/lint.js",
"types": "lib/lint.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@commitlint/is-ignored": "^14.0.0",
"@commitlint/parse": "^14.0.0",
"@commitlint/rules": "^14.0.0",
"@commitlint/rules": "^14.1.0",
"@commitlint/types": "^14.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
12 changes: 12 additions & 0 deletions @commitlint/load/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)


### Features

* extend helpUrl from shareable config ([#2846](https://github.com/conventional-changelog/commitlint/issues/2846)) ([d7e2e2b](https://github.com/conventional-changelog/commitlint/commit/d7e2e2b943be383f99f4000b6b6bed0eab03bfcf))
* **load:** add support for `.commitlintrc.cjs` and `commitlint.config.cjs` files ([#2797](https://github.com/conventional-changelog/commitlint/issues/2797)) ([fabb495](https://github.com/conventional-changelog/commitlint/commit/fabb49509730609276ff9ef6357536c95a1f6bb1))





# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)

**Note:** Version bump only for package @commitlint/load
Expand Down
Loading

0 comments on commit 3882bd1

Please sign in to comment.