Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jun 2, 2018
1 parent bc5a328 commit d636811
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions @alias/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "7.0.0",
"version": "7.0.1",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^7.0.0"
"@commitlint/config-angular": "^7.0.1"
},
"devDependencies": {
"@commitlint/utils": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "7.0.0",
"version": "7.0.1",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^7.0.0",
"@commitlint/config-patternplate": "^7.0.1",
"@commitlint/utils": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "7.0.0",
"version": "7.0.1",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "7.0.0",
"version": "7.0.1",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-patternplate",
"version": "7.0.0",
"version": "7.0.1",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^7.0.0",
"@commitlint/config-angular": "^7.0.1",
"globby": "8.0.1",
"lodash.merge": "4.6.1"
},
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.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "7.0.0"
"version": "7.0.1"
}

0 comments on commit d636811

Please sign in to comment.