diff --git a/@alias/commitlint-config-angular/package.json b/@alias/commitlint-config-angular/package.json index df50d1c7cb..87450877bd 100644 --- a/@alias/commitlint-config-angular/package.json +++ b/@alias/commitlint-config-angular/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-angular", - "version": "12.1.3", + "version": "12.1.4", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -29,10 +29,10 @@ "node": ">=v10" }, "dependencies": { - "@commitlint/config-angular": "^12.1.3" + "@commitlint/config-angular": "^12.1.4" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@alias/commitlint-config-lerna-scopes/package.json b/@alias/commitlint-config-lerna-scopes/package.json index e649da9883..584ccc8177 100644 --- a/@alias/commitlint-config-lerna-scopes/package.json +++ b/@alias/commitlint-config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-lerna-scopes", - "version": "12.1.3", + "version": "12.1.4", "description": "Shareable commitlint config enforcing lerna package names as scopes", "files": [ "index.js" @@ -29,10 +29,10 @@ "node": ">=v10" }, "dependencies": { - "@commitlint/config-lerna-scopes": "^12.1.3" + "@commitlint/config-lerna-scopes": "^12.1.4" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@alias/commitlint-config-patternplate/package.json b/@alias/commitlint-config-patternplate/package.json index fb27546222..76b5b0949e 100644 --- a/@alias/commitlint-config-patternplate/package.json +++ b/@alias/commitlint-config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-patternplate", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -29,10 +29,10 @@ "node": ">=v10" }, "dependencies": { - "@commitlint/config-patternplate": "^12.1.3" + "@commitlint/config-patternplate": "^12.1.4" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index 593167a001..4f078ea4ad 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "commitlint", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "files": [ "cli.js" @@ -34,12 +34,12 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^12.1.3", - "@commitlint/types": "^12.1.3" + "@commitlint/cli": "^12.1.4", + "@commitlint/types": "^12.1.4" }, "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3", + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 5663bbcdf4..141d4b0d35 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "files": [ "index.js", @@ -36,18 +36,18 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3", + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4", "@types/yargs": "^16.0.0", "execa": "^5.0.0", "fs-extra": "^9.0.0" }, "dependencies": { - "@commitlint/format": "^12.1.3", - "@commitlint/lint": "^12.1.3", - "@commitlint/load": "^12.1.3", - "@commitlint/read": "^12.1.3", - "@commitlint/types": "^12.1.3", + "@commitlint/format": "^12.1.4", + "@commitlint/lint": "^12.1.4", + "@commitlint/load": "^12.1.4", + "@commitlint/read": "^12.1.4", + "@commitlint/types": "^12.1.4", "lodash": "^4.17.19", "resolve-from": "5.0.0", "resolve-global": "1.0.0", diff --git a/@commitlint/config-angular-type-enum/package.json b/@commitlint/config-angular-type-enum/package.json index 83faeaf70f..c5d51e3acc 100644 --- a/@commitlint/config-angular-type-enum/package.json +++ b/@commitlint/config-angular-type-enum/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular-type-enum", - "version": "12.1.3", + "version": "12.1.4", "description": "Shareable commitlint config enforcing the angular commit convention types", "files": [ "index.js" @@ -29,7 +29,7 @@ "node": ">=v10" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/config-angular/package.json b/@commitlint/config-angular/package.json index decd1b5cba..44d34142dc 100644 --- a/@commitlint/config-angular/package.json +++ b/@commitlint/config-angular/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular", - "version": "12.1.3", + "version": "12.1.4", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -29,10 +29,10 @@ "node": ">=v10" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "dependencies": { - "@commitlint/config-angular-type-enum": "^12.1.3" + "@commitlint/config-angular-type-enum": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index e216d18213..1fc2c9f133 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-conventional", - "version": "12.1.3", + "version": "12.1.4", "description": "Shareable commitlint config enforcing conventional commits", "files": [ "index.js" @@ -32,8 +32,8 @@ "node": ">=v10" }, "devDependencies": { - "@commitlint/lint": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/lint": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index 025b124878..5a0657d431 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-lerna-scopes", - "version": "12.1.3", + "version": "12.1.4", "description": "Shareable commitlint config enforcing lerna package and workspace names as scopes", "files": [ "index.js" @@ -43,8 +43,8 @@ "semver": "7.3.5" }, "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index df40448096..b56e8992e0 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-patternplate", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -29,12 +29,12 @@ "node": ">=v10" }, "dependencies": { - "@commitlint/config-angular": "^12.1.3", + "@commitlint/config-angular": "^12.1.4", "globby": "^11.0.0", "lodash": "^4.17.19" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 3a15897acd..706525660f 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/core.js", "types": "lib/core.d.ts", @@ -34,13 +34,13 @@ }, "license": "MIT", "dependencies": { - "@commitlint/format": "^12.1.3", - "@commitlint/lint": "^12.1.3", - "@commitlint/load": "^12.1.3", - "@commitlint/read": "^12.1.3" + "@commitlint/format": "^12.1.4", + "@commitlint/lint": "^12.1.4", + "@commitlint/load": "^12.1.4", + "@commitlint/read": "^12.1.4" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/cz-commitlint/package.json b/@commitlint/cz-commitlint/package.json index 3c3fc8966a..ecc22b9810 100644 --- a/@commitlint/cz-commitlint/package.json +++ b/@commitlint/cz-commitlint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cz-commitlint", - "version": "12.1.3", + "version": "12.1.4", "description": "Commitizen adapter using the commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -36,8 +36,8 @@ } }, "dependencies": { - "@commitlint/load": "^12.1.3", - "@commitlint/types": "^12.1.3", + "@commitlint/load": "^12.1.4", + "@commitlint/types": "^12.1.4", "chalk": "^4.1.0", "lodash": "^4.17.21", "word-wrap": "^1.2.3" diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index f71c7484f9..f8b877126e 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/ensure", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,12 +34,12 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^12.1.3", + "@commitlint/utils": "^12.1.4", "@types/lodash": "^4.14.161", "globby": "^11.0.0" }, "dependencies": { - "@commitlint/types": "^12.1.3", + "@commitlint/types": "^12.1.4", "lodash": "^4.17.19" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index c68ffbe565..e2ea046f1f 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/execute-rule", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index a28052f8cd..f70f14c332 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/format", - "version": "12.1.3", + "version": "12.1.4", "description": "Format commitlint reports", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,10 +34,10 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "dependencies": { - "@commitlint/types": "^12.1.3", + "@commitlint/types": "^12.1.4", "chalk": "^4.0.0" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index 89120f3b54..4de3cbfa4a 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/is-ignored", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,13 +34,13 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^12.1.3", - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3", + "@commitlint/parse": "^12.1.4", + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4", "@types/semver": "7.3.5" }, "dependencies": { - "@commitlint/types": "^12.1.3", + "@commitlint/types": "^12.1.4", "semver": "7.3.5" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 4a22264bd3..b29afaa65d 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/lint", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint a string against commitlint rules", "main": "lib/lint.js", "types": "lib/lint.d.ts", @@ -34,14 +34,14 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "dependencies": { - "@commitlint/is-ignored": "^12.1.3", - "@commitlint/parse": "^12.1.3", - "@commitlint/rules": "^12.1.3", - "@commitlint/types": "^12.1.3" + "@commitlint/is-ignored": "^12.1.4", + "@commitlint/parse": "^12.1.4", + "@commitlint/rules": "^12.1.4", + "@commitlint/types": "^12.1.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index f7fde13b30..12675692f7 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/load", - "version": "12.1.3", + "version": "12.1.4", "description": "Load shared commitlint configuration", "main": "lib/load.js", "types": "lib/load.d.ts", @@ -34,16 +34,16 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3", + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4", "@types/lodash": "4.14.169", "conventional-changelog-atom": "^2.0.8", "execa": "^5.0.0" }, "dependencies": { - "@commitlint/execute-rule": "^12.1.3", - "@commitlint/resolve-extends": "^12.1.3", - "@commitlint/types": "^12.1.3", + "@commitlint/execute-rule": "^12.1.4", + "@commitlint/resolve-extends": "^12.1.4", + "@commitlint/types": "^12.1.4", "chalk": "^4.0.0", "cosmiconfig": "^7.0.0", "lodash": "^4.17.19", diff --git a/@commitlint/message/package.json b/@commitlint/message/package.json index 47cbc0795d..32b983e756 100644 --- a/@commitlint/message/package.json +++ b/@commitlint/message/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/message", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,8 +34,8 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 5deea68ae3..ca82aa84d7 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/parse", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,11 +34,11 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "dependencies": { - "@commitlint/types": "^12.1.3", + "@commitlint/types": "^12.1.4", "conventional-changelog-angular": "^5.0.11", "conventional-commits-parser": "^3.0.0" }, diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index 885fc76537..5e97e8b208 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt-cli", - "version": "12.1.3", + "version": "12.1.4", "description": "commit prompt using commitlint.config.js", "files": [ "cli.js" @@ -31,11 +31,11 @@ "node": ">=v10" }, "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "dependencies": { - "@commitlint/prompt": "^12.1.3", + "@commitlint/prompt": "^12.1.4", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index 3a86a4d1d4..7622431967 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt", - "version": "12.1.3", + "version": "12.1.4", "description": "commitizen prompt using commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -36,12 +36,12 @@ "node": ">=v10" }, "devDependencies": { - "@commitlint/utils": "^12.1.3", + "@commitlint/utils": "^12.1.4", "commitizen": "4.2.4" }, "dependencies": { - "@commitlint/load": "^12.1.3", - "@commitlint/types": "^12.1.3", + "@commitlint/load": "^12.1.4", + "@commitlint/types": "^12.1.4", "chalk": "^4.0.0", "lodash": "^4.17.19", "throat": "^6.0.0", diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index ced85408ec..25e79d172f 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/read", - "version": "12.1.3", + "version": "12.1.4", "description": "Read commit messages from a specified range or last edit", "main": "lib/read.js", "types": "lib/read.d.ts", @@ -34,15 +34,15 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3", + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4", "@types/fs-extra": "^9.0.1", "@types/git-raw-commits": "^2.0.0", "execa": "^5.0.0" }, "dependencies": { - "@commitlint/top-level": "^12.1.3", - "@commitlint/types": "^12.1.3", + "@commitlint/top-level": "^12.1.4", + "@commitlint/types": "^12.1.4", "fs-extra": "^9.0.0", "git-raw-commits": "^2.0.0" }, diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index 46a5861048..cbad47e1eb 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/resolve-extends", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^12.1.3", + "@commitlint/utils": "^12.1.4", "@types/lodash": "^4.14.161" }, "dependencies": { diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index f1b7df046b..6afd00d0c7 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/rules", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,17 +34,17 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^12.1.3", - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3", + "@commitlint/parse": "^12.1.4", + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4", "conventional-changelog-angular": "5.0.12", "globby": "^11.0.0" }, "dependencies": { - "@commitlint/ensure": "^12.1.3", - "@commitlint/message": "^12.1.3", - "@commitlint/to-lines": "^12.1.3", - "@commitlint/types": "^12.1.3" + "@commitlint/ensure": "^12.1.4", + "@commitlint/message": "^12.1.4", + "@commitlint/to-lines": "^12.1.4", + "@commitlint/types": "^12.1.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index 665914226b..0aa0b4dee8 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/to-lines", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@commitlint/top-level/package.json b/@commitlint/top-level/package.json index 95397242cb..43873a0ee0 100644 --- a/@commitlint/top-level/package.json +++ b/@commitlint/top-level/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/top-level", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "dependencies": { "find-up": "^5.0.0" diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index 90cf03885f..973f12beb0 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/travis-cli", - "version": "12.1.3", + "version": "12.1.4", "description": "Lint all relevant commits for a change or PR on Travis CI", "files": [ "lib/", @@ -35,11 +35,11 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^12.1.3", - "@commitlint/utils": "^12.1.3" + "@commitlint/test": "^12.1.4", + "@commitlint/utils": "^12.1.4" }, "dependencies": { - "@commitlint/cli": "^12.1.3", + "@commitlint/cli": "^12.1.4", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/types/package.json b/@commitlint/types/package.json index 7808873171..450b458b5f 100644 --- a/@commitlint/types/package.json +++ b/@commitlint/types/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/types", - "version": "12.1.3", + "version": "12.1.4", "description": "Shared types for commitlint packages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,7 +30,7 @@ "chalk": "^4.0.0" }, "devDependencies": { - "@commitlint/utils": "^12.1.3" + "@commitlint/utils": "^12.1.4" }, "gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749" } diff --git a/@packages/test/package.json b/@packages/test/package.json index f29e2b35c2..063c99fcc6 100644 --- a/@packages/test/package.json +++ b/@packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/test", - "version": "12.1.3", + "version": "12.1.4", "description": "test utilities for @commitlint", "private": true, "main": "lib/index.js", diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 791b3f78c8..8c42707382 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/utils", - "version": "12.1.3", + "version": "12.1.4", "description": "Development utilities for @commitlint", "private": true, "files": [ diff --git a/lerna.json b/lerna.json index f306080666..1fc01d9fea 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "4", "npmClient": "yarn", "useWorkspaces": true, - "version": "12.1.3" + "version": "12.1.4" }