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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 6 additions & 6 deletions
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",

0 commit comments

Comments
 (0)