Skip to content

Commit d60d9f8

Browse files
committed
v4.1.1
1 parent 8921083 commit d60d9f8

File tree

17 files changed

+89
-18
lines changed

17 files changed

+89
-18
lines changed

@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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="4.1.0"></a>
715
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
816

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -53,7 +53,7 @@
5353
"xo": "^0.18.2"
5454
},
5555
"dependencies": {
56-
"@commitlint/core": "^4.1.0",
56+
"@commitlint/core": "^4.1.1",
5757
"babel-polyfill": "^6.23.0",
5858
"chalk": "^2.0.1",
5959
"get-stdin": "^5.0.1",

@commitlint/config-lerna-scopes/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4-
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
### Bug Fixes
11+
12+
* **config-lerna-scopes:** fix package list get with recent lerna versions ([8f35dae](https://github.com/marionebl/commitlint/commit/8f35dae))
13+
14+
15+
516

617
<a name="3.0.4"></a>
718
## 3.0.4 (2017-08-04)

@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": "3.1.1",
3+
"version": "4.1.1",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"pretest": "dep-check",
@@ -38,8 +38,8 @@
3838
"lerna": "^2.0.0"
3939
},
4040
"devDependencies": {
41+
"@commitlint/test": "^4.1.1",
4142
"@commitlint/utils": "^3.1.1",
42-
"@commitlint/test": "^3.1.1",
4343
"ava": "^0.22.0"
4444
}
4545
}

@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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="4.1.0"></a>
715
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
816

@commitlint/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -62,7 +62,7 @@
6262
},
6363
"license": "MIT",
6464
"devDependencies": {
65-
"@commitlint/test": "^3.1.1",
65+
"@commitlint/test": "^4.1.1",
6666
"@commitlint/utils": "^3.1.1",
6767
"ava": "^0.22.0",
6868
"babel-cli": "^6.26.0",

@commitlint/example-prompt/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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/example-prompt
13+
614
<a name="4.1.0"></a>
715
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
816

@commitlint/example-prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/example-prompt",
33
"private": true,
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "Example for prompt guide",
66
"scripts": {
77
"commit": "commit"
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/marionebl/commitlint#readme",
1919
"devDependencies": {
20-
"@commitlint/prompt-cli": "^4.1.0"
20+
"@commitlint/prompt-cli": "^4.1.1"
2121
}
2222
}

@commitlint/prompt-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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt-cli
13+
614
<a name="4.1.0"></a>
715
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
816

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "commit prompt using commitlint.config.js",
55
"bin": {
66
"commit": "./cli.js"
@@ -29,7 +29,7 @@
2929
"@commitlint/utils": "^3.1.1"
3030
},
3131
"dependencies": {
32-
"@commitlint/prompt": "^4.1.0",
32+
"@commitlint/prompt": "^4.1.1",
3333
"execa": "^0.7.0",
3434
"meow": "^3.7.0"
3535
}

@commitlint/prompt/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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt
13+
614
<a name="4.1.0"></a>
715
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
816

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -63,7 +63,7 @@
6363
"throat": "^4.1.0"
6464
},
6565
"dependencies": {
66-
"@commitlint/core": "^4.1.0",
66+
"@commitlint/core": "^4.1.1",
6767
"babel-runtime": "^6.23.0",
6868
"chalk": "^1.1.1",
6969
"lodash": "^4.17.4",

@commitlint/test/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/test

@commitlint/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/test",
3-
"version": "3.1.1",
3+
"version": "4.1.1",
44
"description": "test utilities for @commitlint",
55
"main": "lib/",
66
"private": true,

@packages/commitlint-config-lerna-scopes/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4-
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="4.1.1"></a>
7+
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-lerna-scopes
513

614
<a name="3.2.0"></a>
715
# 3.2.0 (2017-09-05)

@packages/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": "3.2.0",
3+
"version": "4.1.1",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-lerna-scopes": "^3.1.1"
27+
"@commitlint/config-lerna-scopes": "^4.1.1"
2828
}
2929
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"@commitlint/*",
55
"@packages/*"
66
],
7-
"version": "4.1.0"
7+
"version": "4.1.1"
88
}

0 commit comments

Comments
 (0)