Skip to content

Commit 722d4bb

Browse files
committed
v3.1.0
1 parent 407cc4c commit 722d4bb

File tree

13 files changed

+28
-28
lines changed

13 files changed

+28
-28
lines changed

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -40,15 +40,15 @@
4040
},
4141
"license": "MIT",
4242
"devDependencies": {
43-
"@commitlint/utils": "^3.0.3",
43+
"@commitlint/utils": "^3.1.0",
4444
"ava": "^0.18.2",
4545
"dependency-check": "^2.9.1",
4646
"execa": "^0.7.0",
4747
"string-to-stream": "^1.1.0",
4848
"xo": "^0.18.2"
4949
},
5050
"dependencies": {
51-
"@commitlint/core": "^3.0.4",
51+
"@commitlint/core": "^3.1.0",
5252
"babel-polyfill": "^6.23.0",
5353
"chalk": "^2.0.1",
5454
"get-stdin": "^5.0.1",

@commitlint/commitlint-config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-angular": "^3.0.4"
27+
"@commitlint/config-angular": "^3.1.0"
2828
}
2929
}

@commitlint/commitlint-config-lerna-scopes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
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.0.4"
27+
"@commitlint/config-lerna-scopes": "^3.1.0"
2828
}
2929
}

@commitlint/commitlint-config-patternplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-patternplate": "^3.0.4"
27+
"@commitlint/config-patternplate": "^3.1.0"
2828
}
2929
}

@commitlint/config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"pretest": "dep-check",
@@ -25,6 +25,6 @@
2525
},
2626
"homepage": "https://github.com/marionebl/commitlint#readme",
2727
"devDependencies": {
28-
"@commitlint/utils": "^3.0.3"
28+
"@commitlint/utils": "^3.1.0"
2929
}
3030
}

@commitlint/config-lerna-scopes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"pretest": "dep-check",
@@ -28,6 +28,6 @@
2828
"lerna": "^2.0.0"
2929
},
3030
"devDependencies": {
31-
"@commitlint/utils": "^3.0.3"
31+
"@commitlint/utils": "^3.1.0"
3232
}
3333
}

@commitlint/config-patternplate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"pretest": "dep-check",
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/marionebl/commitlint#readme",
2727
"dependencies": {
28-
"@commitlint/config-angular": "^3.0.4",
28+
"@commitlint/config-angular": "^3.1.0",
2929
"globby": "^4.0.0",
3030
"lodash": "^4.5.1"
3131
},
3232
"devDependencies": {
33-
"@commitlint/utils": "^3.0.3"
33+
"@commitlint/utils": "^3.1.0"
3434
}
3535
}

@commitlint/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -101,7 +101,7 @@
101101
},
102102
"license": "MIT",
103103
"devDependencies": {
104-
"@commitlint/utils": "^3.0.3",
104+
"@commitlint/utils": "^3.1.0",
105105
"ansi-styles": "3.1.0",
106106
"ava": "0.18.2",
107107
"babel-cli": "^6.18.0",

@commitlint/example-prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/example-prompt",
33
"private": true,
4-
"version": "3.0.4",
4+
"version": "3.1.0",
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": "^3.0.4"
20+
"@commitlint/prompt-cli": "^3.1.0"
2121
}
2222
}

@commitlint/prompt-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "commit prompt using commitlint.config.js",
55
"bin": {
66
"commit": "./cli.js"
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/marionebl/commitlint#readme",
2828
"devDependencies": {
29-
"@commitlint/utils": "^3.0.3"
29+
"@commitlint/utils": "^3.1.0"
3030
},
3131
"dependencies": {
32-
"@commitlint/prompt": "^3.0.4",
32+
"@commitlint/prompt": "^3.1.0",
3333
"execa": "^0.7.0",
3434
"meow": "^3.7.0"
3535
}

0 commit comments

Comments
 (0)