Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jun 2, 2018
1 parent 996deb3 commit e5cb1b6
Show file tree
Hide file tree
Showing 31 changed files with 124 additions and 124 deletions.
6 changes: 3 additions & 3 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": "6.1.3",
"version": "7.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^6.1.3"
"@commitlint/config-angular": "^7.0.0"
},
"devDependencies": {
"@commitlint/utils": "^6.1.3"
"@commitlint/utils": "^7.0.0"
}
}
6 changes: 3 additions & 3 deletions @alias/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": "6.1.3",
"version": "7.0.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^6.1.3"
"@commitlint/config-lerna-scopes": "^7.0.0"
},
"devDependencies": {
"@commitlint/utils": "^6.1.3"
"@commitlint/utils": "^7.0.0"
}
}
6 changes: 3 additions & 3 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": "6.1.3",
"version": "7.0.0",
"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": "^6.1.3",
"@commitlint/utils": "^6.1.3"
"@commitlint/config-patternplate": "^7.0.0",
"@commitlint/utils": "^7.0.0"
}
}
6 changes: 3 additions & 3 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "6.2.0",
"version": "7.0.0",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -35,11 +35,11 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^6.2.0",
"@commitlint/cli": "^7.0.0",
"read-pkg": "3.0.0",
"resolve-pkg": "1.0.0"
},
"devDependencies": {
"@commitlint/utils": "^6.1.3"
"@commitlint/utils": "^7.0.0"
}
}
16 changes: 8 additions & 8 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "6.2.0",
"version": "7.0.0",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.18.2",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.3",
"babel-preset-commitlint": "^7.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand All @@ -75,10 +75,10 @@
"xo": "0.20.3"
},
"dependencies": {
"@commitlint/format": "^6.1.3",
"@commitlint/lint": "^6.2.0",
"@commitlint/load": "^6.1.3",
"@commitlint/read": "^6.1.3",
"@commitlint/format": "^7.0.0",
"@commitlint/lint": "^7.0.0",
"@commitlint/load": "^7.0.0",
"@commitlint/read": "^7.0.0",
"babel-polyfill": "6.26.0",
"chalk": "2.3.1",
"get-stdin": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular-type-enum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-angular-type-enum",
"version": "6.1.3",
"version": "7.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^6.1.3",
"@commitlint/utils": "^7.0.0",
"xo": "0.20.3"
}
}
6 changes: 3 additions & 3 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": "6.1.3",
"version": "7.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^6.1.3"
"@commitlint/utils": "^7.0.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^6.1.3"
"@commitlint/config-angular-type-enum": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "6.1.3",
"version": "7.0.0",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^6.1.3"
"@commitlint/utils": "^7.0.0"
}
}
6 changes: 3 additions & 3 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": "6.1.3",
"version": "7.0.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -44,8 +44,8 @@
"lerna": "2.9.0"
},
"devDependencies": {
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.22.0",
"xo": "0.20.3"
}
Expand Down
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": "6.1.3",
"version": "7.0.0",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^6.1.3",
"@commitlint/config-angular": "^7.0.0",
"globby": "8.0.1",
"lodash.merge": "4.6.1"
},
"devDependencies": {
"@commitlint/utils": "^6.1.3",
"@commitlint/utils": "^7.0.0",
"xo": "0.20.3"
}
}
10 changes: 5 additions & 5 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "6.2.0",
"version": "7.0.0",
"description": "Lint your commit messages",
"files": [
"index.js"
Expand Down Expand Up @@ -37,9 +37,9 @@
"xo": "0.20.3"
},
"dependencies": {
"@commitlint/format": "^6.1.3",
"@commitlint/lint": "^6.2.0",
"@commitlint/load": "^6.1.3",
"@commitlint/read": "^6.1.3"
"@commitlint/format": "^7.0.0",
"@commitlint/lint": "^7.0.0",
"@commitlint/load": "^7.0.0",
"@commitlint/read": "^7.0.0"
}
}
8 changes: 4 additions & 4 deletions @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/ensure",
"version": "6.1.3",
"version": "7.0.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.3",
"babel-preset-commitlint": "^7.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/execute-rule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/execute-rule",
"version": "6.1.3",
"version": "7.0.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -59,12 +59,12 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^6.1.3",
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/parse": "^7.0.0",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.3",
"babel-preset-commitlint": "^7.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/format",
"version": "6.1.3",
"version": "7.0.0",
"description": "Format commitlint reports",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.3",
"babel-preset-commitlint": "^7.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/is-ignored/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/is-ignored",
"version": "6.1.3",
"version": "7.0.0",
"description": "Lint your commit messages",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -59,12 +59,12 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^6.1.3",
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/parse": "^7.0.0",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.3",
"babel-preset-commitlint": "^7.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand Down
14 changes: 7 additions & 7 deletions @commitlint/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/lint",
"version": "6.2.0",
"version": "7.0.0",
"description": "Lint a string against commitlint rules",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^6.1.3",
"@commitlint/utils": "^6.1.3",
"@commitlint/test": "^7.0.0",
"@commitlint/utils": "^7.0.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^6.1.3",
"babel-preset-commitlint": "^7.0.0",
"babel-register": "6.26.0",
"concurrently": "3.5.1",
"cross-env": "5.1.1",
Expand All @@ -74,9 +74,9 @@
"xo": "0.20.3"
},
"dependencies": {
"@commitlint/is-ignored": "^6.1.3",
"@commitlint/parse": "^6.1.3",
"@commitlint/rules": "^6.2.0",
"@commitlint/is-ignored": "^7.0.0",
"@commitlint/parse": "^7.0.0",
"@commitlint/rules": "^7.0.0",
"babel-runtime": "^6.23.0",
"lodash.topairs": "4.3.0"
}
Expand Down
Loading

3 comments on commit e5cb1b6

@felixfbecker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the breaking changes in this version? I cannot find it in the changelog

@crutchcorn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog please!

@Arcanemagus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference, the changelog was posted in the release: v7.0.0, but the CHANGELOG.md file has yet to be updated.

Please sign in to comment.