Skip to content

Commit 25381b6

Browse files
committed
v5.0.0
1 parent d4bdcf6 commit 25381b6

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

@alias/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": "4.3.0",
3+
"version": "5.0.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": "^4.3.0"
27+
"@commitlint/config-angular": "^5.0.0"
2828
}
2929
}

@alias/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": "4.3.0",
3+
"version": "5.0.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": "^4.3.0"
27+
"@commitlint/config-lerna-scopes": "^5.0.0"
2828
}
2929
}

@alias/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": "4.3.0",
3+
"version": "5.0.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": "^4.3.0"
27+
"@commitlint/config-patternplate": "^5.0.0"
2828
}
2929
}

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@commitlint/cli": "^4.3.0",
31+
"@commitlint/cli": "^5.0.0",
3232
"read-pkg": "^2.0.0",
3333
"resolve-pkg": "^1.0.0"
3434
}

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "./lib/cli.js"
@@ -69,7 +69,7 @@
6969
"xo": "^0.18.2"
7070
},
7171
"dependencies": {
72-
"@commitlint/core": "^4.3.0",
72+
"@commitlint/core": "^5.0.0",
7373
"babel-polyfill": "^6.23.0",
7474
"chalk": "^2.0.1",
7575
"get-stdin": "^5.0.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"scripts": {
66
"clean": "exit 0",

@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": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"clean": "exit 0",
@@ -29,6 +29,6 @@
2929
"@commitlint/utils": "^4.2.1"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular-type-enum": "^4.3.0"
32+
"@commitlint/config-angular-type-enum": "^5.0.0"
3333
}
3434
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"start": "npx ava --watch --verbose",

@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": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"pretest": "dep-check",
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/marionebl/commitlint#readme",
2828
"dependencies": {
29-
"@commitlint/config-angular": "^4.3.0",
29+
"@commitlint/config-angular": "^5.0.0",
3030
"globby": "^4.0.0",
3131
"lodash": "^4.5.1"
3232
},

@commitlint/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)