Skip to content

Commit 29d1cee

Browse files
committed
v8.0.0
1 parent ef2bb89 commit 29d1cee

File tree

31 files changed

+121
-121
lines changed

31 files changed

+121
-121
lines changed

@alias/commitlint-config-angular/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-angular",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -28,9 +28,9 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-angular": "^7.6.0"
31+
"@commitlint/config-angular": "^8.0.0"
3232
},
3333
"devDependencies": {
34-
"@commitlint/utils": "^7.6.0"
34+
"@commitlint/utils": "^8.0.0"
3535
}
3636
}

@alias/commitlint-config-lerna-scopes/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-lerna-scopes",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -28,9 +28,9 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-lerna-scopes": "^7.6.0"
31+
"@commitlint/config-lerna-scopes": "^8.0.0"
3232
},
3333
"devDependencies": {
34-
"@commitlint/utils": "^7.6.0"
34+
"@commitlint/utils": "^8.0.0"
3535
}
3636
}

@alias/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": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3030
"dependencies": {
31-
"@commitlint/config-patternplate": "^7.6.0",
32-
"@commitlint/utils": "^7.6.0"
31+
"@commitlint/config-patternplate": "^8.0.0",
32+
"@commitlint/utils": "^8.0.0"
3333
}
3434
}

@alias/commitlint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,11 +34,11 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^7.6.1",
37+
"@commitlint/cli": "^8.0.0",
3838
"read-pkg": "3.0.0",
3939
"resolve-pkg": "2.0.0"
4040
},
4141
"devDependencies": {
42-
"@commitlint/utils": "^7.6.0"
42+
"@commitlint/utils": "^8.0.0"
4343
}
4444
}

@commitlint/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -53,11 +53,11 @@
5353
},
5454
"license": "MIT",
5555
"devDependencies": {
56-
"@commitlint/test": "^7.6.0",
57-
"@commitlint/utils": "^7.6.0",
56+
"@commitlint/test": "^8.0.0",
57+
"@commitlint/utils": "^8.0.0",
5858
"ava": "0.18.2",
5959
"babel-cli": "6.26.0",
60-
"babel-preset-commitlint": "^7.6.0",
60+
"babel-preset-commitlint": "^8.0.0",
6161
"babel-register": "6.26.0",
6262
"concurrently": "3.5.1",
6363
"cross-env": "5.1.1",
@@ -70,10 +70,10 @@
7070
"tmp": "0.1.0"
7171
},
7272
"dependencies": {
73-
"@commitlint/format": "^7.6.1",
74-
"@commitlint/lint": "^7.6.0",
75-
"@commitlint/load": "^7.6.1",
76-
"@commitlint/read": "^7.6.0",
73+
"@commitlint/format": "^8.0.0",
74+
"@commitlint/lint": "^8.0.0",
75+
"@commitlint/load": "^8.0.0",
76+
"@commitlint/read": "^8.0.0",
7777
"babel-polyfill": "6.26.0",
7878
"chalk": "2.3.1",
7979
"get-stdin": "7.0.0",

@commitlint/config-angular-type-enum/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-type-enum",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -29,6 +29,6 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"devDependencies": {
32-
"@commitlint/utils": "^7.6.0"
32+
"@commitlint/utils": "^8.0.0"
3333
}
3434
}

@commitlint/config-angular/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-angular",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,9 +29,9 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"devDependencies": {
32-
"@commitlint/utils": "^7.6.0"
32+
"@commitlint/utils": "^8.0.0"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular-type-enum": "^7.6.0"
35+
"@commitlint/config-angular-type-enum": "^8.0.0"
3636
}
3737
}

@commitlint/config-conventional/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-conventional",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3434
"devDependencies": {
35-
"@commitlint/utils": "^7.6.0"
35+
"@commitlint/utils": "^8.0.0"
3636
}
3737
}

@commitlint/config-lerna-scopes/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-lerna-scopes",
3-
"version": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -46,8 +46,8 @@
4646
"semver": "6.0.0"
4747
},
4848
"devDependencies": {
49-
"@commitlint/test": "^7.6.0",
50-
"@commitlint/utils": "^7.6.0",
49+
"@commitlint/test": "^8.0.0",
50+
"@commitlint/utils": "^8.0.0",
5151
"@lerna/project": "3.13.1",
5252
"ava": "0.22.0",
5353
"lerna": "3.14.1"

@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": "7.6.0",
3+
"version": "8.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,11 +29,11 @@
2929
},
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"dependencies": {
32-
"@commitlint/config-angular": "^7.6.0",
32+
"@commitlint/config-angular": "^8.0.0",
3333
"globby": "8.0.1",
3434
"lodash": "4.17.11"
3535
},
3636
"devDependencies": {
37-
"@commitlint/utils": "^7.6.0"
37+
"@commitlint/utils": "^8.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)