Skip to content

Commit

Permalink
v8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 22, 2019
1 parent 11b920b commit 9a1dd6f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "8.3.2",
"version": "8.3.3",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^8.3.2",
"@commitlint/cli": "^8.3.3",
"read-pkg": "5.2.0",
"resolve-pkg": "2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "8.3.2",
"version": "8.3.3",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"@commitlint/format": "^8.3.2",
"@commitlint/lint": "^8.3.2",
"@commitlint/load": "^8.3.2",
"@commitlint/load": "^8.3.3",
"@commitlint/read": "^8.3.2",
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "8.3.2",
"version": "8.3.3",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "8.3.2",
"version": "8.3.3",
"description": "Lint your commit messages",
"files": [
"index.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@commitlint/format": "^8.3.2",
"@commitlint/lint": "^8.3.2",
"@commitlint/load": "^8.3.2",
"@commitlint/load": "^8.3.3",
"@commitlint/read": "^8.3.2"
}
}
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/load",
"version": "8.3.2",
"version": "8.3.3",
"description": "Load shared commitlint configuration",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt-cli",
"version": "8.3.2",
"version": "8.3.3",
"description": "commit prompt using commitlint.config.js",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"ava": "0.25.0"
},
"dependencies": {
"@commitlint/prompt": "^8.3.2",
"@commitlint/prompt": "^8.3.3",
"execa": "0.11.0",
"string-to-stream": "3.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt",
"version": "8.3.2",
"version": "8.3.3",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -65,7 +65,7 @@
"cross-env": "6.0.3"
},
"dependencies": {
"@commitlint/load": "^8.3.2",
"@commitlint/load": "^8.3.3",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.0",
"lodash": "4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/travis-cli",
"version": "8.3.2",
"version": "8.3.3",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"files": [
"lib/"
Expand Down Expand Up @@ -65,7 +65,7 @@
"which": "2.0.1"
},
"dependencies": {
"@commitlint/cli": "^8.3.2",
"@commitlint/cli": "^8.3.3",
"babel-runtime": "6.26.0",
"execa": "0.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "8.3.2"
"version": "8.3.3"
}

0 comments on commit 9a1dd6f

Please sign in to comment.