Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Oct 9, 2017
1 parent 8921083 commit d60d9f8
Show file tree
Hide file tree
Showing 17 changed files with 89 additions and 18 deletions.
8 changes: 8 additions & 0 deletions @commitlint/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




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

<a name="4.1.0"></a>
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "Lint your commit messages",
"bin": {
"commitlint": "cli.js"
Expand Down Expand Up @@ -53,7 +53,7 @@
"xo": "^0.18.2"
},
"dependencies": {
"@commitlint/core": "^4.1.0",
"@commitlint/core": "^4.1.1",
"babel-polyfill": "^6.23.0",
"chalk": "^2.0.1",
"get-stdin": "^5.0.1",
Expand Down
13 changes: 12 additions & 1 deletion @commitlint/config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)


### Bug Fixes

* **config-lerna-scopes:** fix package list get with recent lerna versions ([8f35dae](https://github.com/marionebl/commitlint/commit/8f35dae))




<a name="3.0.4"></a>
## 3.0.4 (2017-08-04)
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "3.1.1",
"version": "4.1.1",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"pretest": "dep-check",
Expand Down Expand Up @@ -38,8 +38,8 @@
"lerna": "^2.0.0"
},
"devDependencies": {
"@commitlint/test": "^4.1.1",
"@commitlint/utils": "^3.1.1",
"@commitlint/test": "^3.1.1",
"ava": "^0.22.0"
}
}
8 changes: 8 additions & 0 deletions @commitlint/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




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

<a name="4.1.0"></a>
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "4.1.0",
"version": "4.1.1",
"description": "Lint your commit messages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^3.1.1",
"@commitlint/test": "^4.1.1",
"@commitlint/utils": "^3.1.1",
"ava": "^0.22.0",
"babel-cli": "^6.26.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/example-prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




**Note:** Version bump only for package @commitlint/example-prompt

<a name="4.1.0"></a>
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/example-prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/example-prompt",
"private": true,
"version": "4.1.0",
"version": "4.1.1",
"description": "Example for prompt guide",
"scripts": {
"commit": "commit"
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/prompt-cli": "^4.1.0"
"@commitlint/prompt-cli": "^4.1.1"
}
}
8 changes: 8 additions & 0 deletions @commitlint/prompt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




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

<a name="4.1.0"></a>
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt-cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "commit prompt using commitlint.config.js",
"bin": {
"commit": "./cli.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
"@commitlint/utils": "^3.1.1"
},
"dependencies": {
"@commitlint/prompt": "^4.1.0",
"@commitlint/prompt": "^4.1.1",
"execa": "^0.7.0",
"meow": "^3.7.0"
}
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/prompt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




**Note:** Version bump only for package @commitlint/prompt

<a name="4.1.0"></a>
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt",
"version": "4.1.0",
"version": "4.1.1",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"throat": "^4.1.0"
},
"dependencies": {
"@commitlint/core": "^4.1.0",
"@commitlint/core": "^4.1.1",
"babel-runtime": "^6.23.0",
"chalk": "^1.1.1",
"lodash": "^4.17.4",
Expand Down
12 changes: 12 additions & 0 deletions @commitlint/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




**Note:** Version bump only for package @commitlint/test
2 changes: 1 addition & 1 deletion @commitlint/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/test",
"version": "3.1.1",
"version": "4.1.1",
"description": "test utilities for @commitlint",
"main": "lib/",
"private": true,
Expand Down
10 changes: 9 additions & 1 deletion @packages/commitlint-config-lerna-scopes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.1"></a>
## [4.1.1](https://github.com/marionebl/commitlint/compare/v4.1.0...v4.1.1) (2017-10-09)




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

<a name="3.2.0"></a>
# 3.2.0 (2017-09-05)
Expand Down
4 changes: 2 additions & 2 deletions @packages/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "3.2.0",
"version": "4.1.1",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^3.1.1"
"@commitlint/config-lerna-scopes": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"@commitlint/*",
"@packages/*"
],
"version": "4.1.0"
"version": "4.1.1"
}

0 comments on commit d60d9f8

Please sign in to comment.