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

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+
## [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

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": "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

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+
## [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

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

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+
## [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

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": "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

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+
## [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

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

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+
## [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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)