Skip to content

Commit

Permalink
v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jan 15, 2019
1 parent 1bb66a4 commit f7866f3
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 10 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint/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="7.3.2"></a>
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)




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

<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "7.3.1",
"version": "7.3.2",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^7.3.1",
"@commitlint/cli": "^7.3.2",
"read-pkg": "3.0.0",
"resolve-pkg": "1.0.0"
},
Expand Down
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="7.3.2"></a>
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)




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

<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

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": "7.3.1",
"version": "7.3.2",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@commitlint/format": "^7.3.1",
"@commitlint/lint": "^7.3.1",
"@commitlint/lint": "^7.3.2",
"@commitlint/load": "^7.3.1",
"@commitlint/read": "^7.3.1",
"babel-polyfill": "6.26.0",
Expand Down
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="7.3.2"></a>
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)




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

<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

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": "7.3.1",
"version": "7.3.2",
"description": "Lint your commit messages",
"files": [
"index.js"
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@commitlint/format": "^7.3.1",
"@commitlint/lint": "^7.3.1",
"@commitlint/lint": "^7.3.2",
"@commitlint/load": "^7.3.1",
"@commitlint/read": "^7.3.1"
}
Expand Down
11 changes: 11 additions & 0 deletions @commitlint/lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.3.2"></a>
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)


### Bug Fixes

* move loadsh to dependencies ([1bb66a4](https://github.com/marionebl/commitlint/commit/1bb66a4))




<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/lint",
"version": "7.3.1",
"version": "7.3.2",
"description": "Lint a string against commitlint rules",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/travis-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="7.3.2"></a>
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)




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

<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

Expand Down
4 changes: 2 additions & 2 deletions @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/travis-cli",
"version": "7.3.1",
"version": "7.3.2",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"files": [
"lib/"
Expand Down Expand Up @@ -68,7 +68,7 @@
"which": "1.3.0"
},
"dependencies": {
"@commitlint/cli": "^7.3.1",
"@commitlint/cli": "^7.3.2",
"babel-runtime": "6.26.0",
"execa": "0.9.0"
}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.3.2"></a>
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)


### Bug Fixes

* move loadsh to dependencies ([1bb66a4](https://github.com/marionebl/commitlint/commit/1bb66a4))




<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "7.3.1"
"version": "7.3.2"
}

0 comments on commit f7866f3

Please sign in to comment.