Skip to content

Commit 9c6c793

Browse files
committed
v12.1.2
1 parent e0ec0bb commit 9c6c793

40 files changed

+221
-53
lines changed

@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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@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": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^12.1.1"
32+
"@commitlint/config-lerna-scopes": "^12.1.2"
3333
},
3434
"devDependencies": {
3535
"@commitlint/utils": "^12.1.1"

@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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@alias/commitlint/package.json

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

@commitlint/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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@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": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -43,11 +43,11 @@
4343
"fs-extra": "^9.0.0"
4444
},
4545
"dependencies": {
46-
"@commitlint/format": "^12.1.1",
47-
"@commitlint/lint": "^12.1.1",
48-
"@commitlint/load": "^12.1.1",
49-
"@commitlint/read": "^12.1.1",
50-
"@commitlint/types": "^12.1.1",
46+
"@commitlint/format": "^12.1.2",
47+
"@commitlint/lint": "^12.1.2",
48+
"@commitlint/load": "^12.1.2",
49+
"@commitlint/read": "^12.1.2",
50+
"@commitlint/types": "^12.1.2",
5151
"lodash": "^4.17.19",
5252
"resolve-from": "5.0.0",
5353
"resolve-global": "1.0.0",

@commitlint/config-conventional/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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@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": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,7 +32,7 @@
3232
"node": ">=v10"
3333
},
3434
"devDependencies": {
35-
"@commitlint/lint": "^12.1.1",
35+
"@commitlint/lint": "^12.1.2",
3636
"@commitlint/utils": "^12.1.1"
3737
},
3838
"dependencies": {

@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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/config-lerna-scopes
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

816

@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": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
55
"files": [
66
"index.js"

@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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@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": "12.1.1",
3+
"version": "12.1.2",
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": "^12.1.1",
38-
"@commitlint/lint": "^12.1.1",
39-
"@commitlint/load": "^12.1.1",
40-
"@commitlint/read": "^12.1.1"
37+
"@commitlint/format": "^12.1.2",
38+
"@commitlint/lint": "^12.1.2",
39+
"@commitlint/load": "^12.1.2",
40+
"@commitlint/read": "^12.1.2"
4141
},
4242
"devDependencies": {
4343
"@commitlint/utils": "^12.1.1"
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**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": "1.0.0",
3+
"version": "12.1.2",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -26,8 +26,8 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@commitlint/load": "^12.1.1",
30-
"@commitlint/types": "^12.1.1",
29+
"@commitlint/load": "^12.1.2",
30+
"@commitlint/types": "^12.1.2",
3131
"chalk": "^4.1.0",
3232
"lodash": "^4.17.21",
3333
"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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/ensure
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@commitlint/ensure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
3939
"globby": "^11.0.0"
4040
},
4141
"dependencies": {
42-
"@commitlint/types": "^12.1.1",
42+
"@commitlint/types": "^12.1.2",
4343
"lodash": "^4.17.19"
4444
},
4545
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"

@commitlint/format/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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/format
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

816
**Note:** Version bump only for package @commitlint/format

@commitlint/format/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -37,7 +37,7 @@
3737
"@commitlint/utils": "^12.1.1"
3838
},
3939
"dependencies": {
40-
"@commitlint/types": "^12.1.1",
40+
"@commitlint/types": "^12.1.2",
4141
"chalk": "^4.0.0"
4242
},
4343
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"

@commitlint/is-ignored/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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/is-ignored
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

816

@commitlint/is-ignored/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -34,13 +34,13 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@commitlint/parse": "^12.1.1",
37+
"@commitlint/parse": "^12.1.2",
3838
"@commitlint/test": "^12.1.0",
3939
"@commitlint/utils": "^12.1.1",
4040
"@types/semver": "7.3.5"
4141
},
4242
"dependencies": {
43-
"@commitlint/types": "^12.1.1",
43+
"@commitlint/types": "^12.1.2",
4444
"semver": "7.3.5"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/lint/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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/lint
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

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

@commitlint/lint/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/lint.js",
66
"types": "lib/lint.d.ts",
@@ -38,10 +38,10 @@
3838
"@commitlint/utils": "^12.1.1"
3939
},
4040
"dependencies": {
41-
"@commitlint/is-ignored": "^12.1.1",
42-
"@commitlint/parse": "^12.1.1",
43-
"@commitlint/rules": "^12.1.1",
44-
"@commitlint/types": "^12.1.1"
41+
"@commitlint/is-ignored": "^12.1.2",
42+
"@commitlint/parse": "^12.1.2",
43+
"@commitlint/rules": "^12.1.2",
44+
"@commitlint/types": "^12.1.2"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4747
}

@commitlint/load/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+
## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
7+
8+
**Note:** Version bump only for package @commitlint/load
9+
10+
11+
12+
13+
614
## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)
715

816
**Note:** Version bump only for package @commitlint/load

@commitlint/load/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/load.js",
66
"types": "lib/load.d.ts",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@commitlint/execute-rule": "^12.1.1",
4545
"@commitlint/resolve-extends": "^12.1.1",
46-
"@commitlint/types": "^12.1.1",
46+
"@commitlint/types": "^12.1.2",
4747
"chalk": "^4.0.0",
4848
"cosmiconfig": "^7.0.0",
4949
"lodash": "^4.17.19",

0 commit comments

Comments
 (0)