Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Aug 7, 2017
1 parent 722d4bb commit 0b3a517
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "3.1.0",
"version": "3.1.1",
"description": "Lint your commit messages",
"bin": {
"commitlint": "cli.js"
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^3.1.0",
"@commitlint/utils": "^3.1.1",
"ava": "^0.18.2",
"dependency-check": "^2.9.1",
"execa": "^0.7.0",
"string-to-stream": "^1.1.0",
"xo": "^0.18.2"
},
"dependencies": {
"@commitlint/core": "^3.1.0",
"@commitlint/core": "^3.1.1",
"babel-polyfill": "^6.23.0",
"chalk": "^2.0.1",
"get-stdin": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/commitlint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-angular",
"version": "3.1.0",
"version": "3.1.1",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^3.1.0"
"@commitlint/config-angular": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions @commitlint/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.0",
"version": "3.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.0"
"@commitlint/config-lerna-scopes": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions @commitlint/commitlint-config-patternplate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-patternplate",
"version": "3.1.0",
"version": "3.1.1",
"description": "Lint your commits, patternplate-style",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-patternplate": "^3.1.0"
"@commitlint/config-patternplate": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions @commitlint/config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular",
"version": "3.1.0",
"version": "3.1.1",
"description": "Shareable commitlint config enforcing the angular commit convention",
"scripts": {
"pretest": "dep-check",
Expand All @@ -25,6 +25,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^3.1.0"
"@commitlint/utils": "^3.1.1"
}
}
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.0",
"version": "3.1.1",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"pretest": "dep-check",
Expand Down Expand Up @@ -28,6 +28,6 @@
"lerna": "^2.0.0"
},
"devDependencies": {
"@commitlint/utils": "^3.1.0"
"@commitlint/utils": "^3.1.1"
}
}
6 changes: 3 additions & 3 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": "3.1.0",
"version": "3.1.1",
"description": "Lint your commits, patternplate-style",
"scripts": {
"pretest": "dep-check",
Expand All @@ -25,11 +25,11 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^3.1.0",
"@commitlint/config-angular": "^3.1.1",
"globby": "^4.0.0",
"lodash": "^4.5.1"
},
"devDependencies": {
"@commitlint/utils": "^3.1.0"
"@commitlint/utils": "^3.1.1"
}
}
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": "3.1.0",
"version": "3.1.1",
"description": "Lint your commit messages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^3.1.0",
"@commitlint/utils": "^3.1.1",
"ansi-styles": "3.1.0",
"ava": "0.18.2",
"babel-cli": "^6.18.0",
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": "3.1.0",
"version": "3.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": "^3.1.0"
"@commitlint/prompt-cli": "^3.1.1"
}
}
6 changes: 3 additions & 3 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": "3.1.0",
"version": "3.1.1",
"description": "commit prompt using commitlint.config.js",
"bin": {
"commit": "./cli.js"
Expand All @@ -26,10 +26,10 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^3.1.0"
"@commitlint/utils": "^3.1.1"
},
"dependencies": {
"@commitlint/prompt": "^3.1.0",
"@commitlint/prompt": "^3.1.1",
"execa": "^0.7.0",
"meow": "^3.7.0"
}
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt",
"version": "3.1.0",
"version": "3.1.1",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^3.1.0",
"@commitlint/utils": "^3.1.1",
"ava": "^0.20.0",
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
Expand All @@ -103,7 +103,7 @@
"throat": "^4.1.0"
},
"dependencies": {
"@commitlint/core": "^3.1.0",
"@commitlint/core": "^3.1.1",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.23.0",
"chalk": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/utils",
"version": "3.1.0",
"version": "3.1.1",
"description": "Development utilities for @commitlint",
"bin": {
"dep-check": "./dep-check.js"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"@commitlint/*"
],
"version": "3.1.0"
"version": "3.1.1"
}

0 comments on commit 0b3a517

Please sign in to comment.