Skip to content

Commit 70f7f46

Browse files
committed
v12.1.0
1 parent 51b0f4a commit 70f7f46

36 files changed

+198
-48
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.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
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.0.1",
3+
"version": "12.1.0",
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.0.1"
32+
"@commitlint/config-lerna-scopes": "^12.1.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/utils": "^12.0.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.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
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.0.1",
3+
"version": "12.1.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,11 +34,11 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^12.0.1",
37+
"@commitlint/cli": "^12.1.0",
3838
"@commitlint/types": "^12.0.1"
3939
},
4040
"devDependencies": {
41-
"@commitlint/test": "^12.0.1",
41+
"@commitlint/test": "^12.1.0",
4242
"@commitlint/utils": "^12.0.1",
4343
"execa": "^5.0.0"
4444
},

@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.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
715

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

@commitlint/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "12.0.1",
3+
"version": "12.1.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -36,17 +36,17 @@
3636
},
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@commitlint/test": "^12.0.1",
39+
"@commitlint/test": "^12.1.0",
4040
"@commitlint/utils": "^12.0.1",
4141
"@types/yargs": "^16.0.0",
4242
"execa": "^5.0.0",
4343
"fs-extra": "^9.0.0"
4444
},
4545
"dependencies": {
4646
"@commitlint/format": "^12.0.1",
47-
"@commitlint/lint": "^12.0.1",
48-
"@commitlint/load": "^12.0.1",
49-
"@commitlint/read": "^12.0.1",
47+
"@commitlint/lint": "^12.1.0",
48+
"@commitlint/load": "^12.1.0",
49+
"@commitlint/read": "^12.1.0",
5050
"@commitlint/types": "^12.0.1",
5151
"get-stdin": "8.0.0",
5252
"lodash": "^4.17.19",

@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.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
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.0.1",
3+
"version": "12.1.0",
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.0.1",
35+
"@commitlint/lint": "^12.1.0",
3636
"@commitlint/utils": "^12.0.1"
3737
},
3838
"dependencies": {

@commitlint/config-lerna-scopes/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+
# [12.1.0](https://github.com/conventional-changelog/commitlint/compare/v12.0.1...v12.1.0) (2021-03-06)
7+
8+
9+
### Features
10+
11+
* **config-lerna-scopes:** keep supporting lerna v3 ([51b0f4a](https://github.com/conventional-changelog/commitlint/commit/51b0f4a56f111c61419247755b1404b4e20d3a09))
12+
13+
14+
15+
16+
617
## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
718

819
**Note:** Version bump only for package @commitlint/config-lerna-scopes

@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.0.1",
3+
"version": "12.1.0",
44
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
55
"files": [
66
"index.js"
@@ -38,7 +38,7 @@
3838
"semver": "7.3.4"
3939
},
4040
"devDependencies": {
41-
"@commitlint/test": "^12.0.1",
41+
"@commitlint/test": "^12.1.0",
4242
"@commitlint/utils": "^12.0.1"
4343
},
4444
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"

0 commit comments

Comments
 (0)