Skip to content

Commit dfbb8c5

Browse files
committed
v13.1.0
1 parent 5f13a06 commit dfbb8c5

Some content is hidden

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

50 files changed

+291
-62
lines changed

@alias/commitlint-config-angular/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v12"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular": "^13.0.0"
32+
"@commitlint/config-angular": "^13.1.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/utils": "^13.0.0"

@alias/commitlint-config-lerna-scopes/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

@alias/commitlint-config-lerna-scopes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v12"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^13.0.0"
32+
"@commitlint/config-lerna-scopes": "^13.1.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/utils": "^13.0.0"

@alias/commitlint-config-patternplate/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v12"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-patternplate": "^13.0.0"
32+
"@commitlint/config-patternplate": "^13.1.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/utils": "^13.0.0"

@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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

@alias/commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,8 +34,8 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^13.0.0",
38-
"@commitlint/types": "^13.0.0"
37+
"@commitlint/cli": "^13.1.0",
38+
"@commitlint/types": "^13.1.0"
3939
},
4040
"devDependencies": {
4141
"@commitlint/test": "^13.0.0",

@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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** remove hard coded comment char with linting `COMMIT_EDIT_MSG` ([#2618](https://github.com/conventional-changelog/commitlint/issues/2618)) ([5badf6d](https://github.com/conventional-changelog/commitlint/commit/5badf6dc08116ed3557e6c780e55764b4f07ca67)), closes [#2351](https://github.com/conventional-changelog/commitlint/issues/2351)
12+
13+
14+
15+
16+
617
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
718

819

@commitlint/cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -43,11 +43,11 @@
4343
"fs-extra": "^10.0.0"
4444
},
4545
"dependencies": {
46-
"@commitlint/format": "^13.0.0",
47-
"@commitlint/lint": "^13.0.0",
48-
"@commitlint/load": "^13.0.0",
49-
"@commitlint/read": "^13.0.0",
50-
"@commitlint/types": "^13.0.0",
46+
"@commitlint/format": "^13.1.0",
47+
"@commitlint/lint": "^13.1.0",
48+
"@commitlint/load": "^13.1.0",
49+
"@commitlint/read": "^13.1.0",
50+
"@commitlint/types": "^13.1.0",
5151
"lodash": "^4.17.19",
5252
"resolve-from": "5.0.0",
5353
"resolve-global": "1.0.0",

@commitlint/config-angular/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

@commitlint/config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v12"
3030
},
3131
"devDependencies": {
32-
"@commitlint/lint": "^13.0.0",
32+
"@commitlint/lint": "^13.1.0",
3333
"@commitlint/utils": "^13.0.0"
3434
},
3535
"dependencies": {

@commitlint/config-conventional/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cz-commitlint:** fix minor formatting issues ([99d8881](https://github.com/conventional-changelog/commitlint/commit/99d8881d0d951deded6d9e31bbb279d04101549b))
12+
13+
14+
15+
16+
617
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
718

819

@commitlint/config-conventional/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,7 +32,7 @@
3232
"node": ">=v12"
3333
},
3434
"devDependencies": {
35-
"@commitlint/lint": "^13.0.0",
35+
"@commitlint/lint": "^13.1.0",
3636
"@commitlint/utils": "^13.0.0"
3737
},
3838
"dependencies": {

@commitlint/config-lerna-scopes/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency import-from to v4 ([#2629](https://github.com/conventional-changelog/commitlint/issues/2629)) ([5bcb604](https://github.com/conventional-changelog/commitlint/commit/5bcb60456cd9d4c8f0f0bae21ca7c3d1c73943ca))
12+
13+
14+
15+
16+
617
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
718

819

@commitlint/config-lerna-scopes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
55
"files": [
66
"index.js"

@commitlint/config-patternplate/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

@commitlint/config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v12"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular": "^13.0.0",
32+
"@commitlint/config-angular": "^13.1.0",
3333
"globby": "^11.0.0",
3434
"lodash": "^4.17.19"
3535
},

@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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

@commitlint/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -34,10 +34,10 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/format": "^13.0.0",
38-
"@commitlint/lint": "^13.0.0",
39-
"@commitlint/load": "^13.0.0",
40-
"@commitlint/read": "^13.0.0"
37+
"@commitlint/format": "^13.1.0",
38+
"@commitlint/lint": "^13.1.0",
39+
"@commitlint/load": "^13.1.0",
40+
"@commitlint/read": "^13.1.0"
4141
},
4242
"devDependencies": {
4343
"@commitlint/utils": "^13.0.0"

@commitlint/cz-commitlint/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cz-commitlint:** fix minor formatting issues ([99d8881](https://github.com/conventional-changelog/commitlint/commit/99d8881d0d951deded6d9e31bbb279d04101549b))
12+
13+
14+
15+
16+
617
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
718

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

@commitlint/cz-commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cz-commitlint",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"dependencies": {
39-
"@commitlint/load": "^13.0.0",
40-
"@commitlint/types": "^13.0.0",
39+
"@commitlint/load": "^13.1.0",
40+
"@commitlint/types": "^13.1.0",
4141
"chalk": "^4.1.0",
4242
"lodash": "^4.17.21",
4343
"word-wrap": "^1.2.3"

@commitlint/ensure/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+
# [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
7+
8+
**Note:** Version bump only for package @commitlint/ensure
9+
10+
11+
12+
13+
614
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
715

816

0 commit comments

Comments
 (0)