Skip to content

Commit

Permalink
v5.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Dec 23, 2017
1 parent 1fb74b4 commit 0837022
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 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": "5.2.6",
"version": "5.3.0-1",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"test": "exit 0",
Expand All @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-lerna-scopes": "^5.2.6"
"@commitlint/config-lerna-scopes": "^5.3.0-1"
}
}
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": "5.2.6",
"version": "5.3.0-1",
"description": "Lint your commit messages",
"bin": {
"commitlint": "cli.js"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^5.2.6",
"@commitlint/cli": "^5.3.0-1",
"read-pkg": "3.0.0",
"resolve-pkg": "1.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "5.2.6",
"version": "5.3.0-1",
"description": "Lint your commit messages",
"bin": {
"commitlint": "./lib/cli.js"
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^5.2.6",
"@commitlint/test": "^5.3.0-1",
"@commitlint/utils": "^5.1.1",
"ava": "0.18.2",
"babel-cli": "6.26.0",
Expand All @@ -69,7 +69,7 @@
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/core": "^5.2.6",
"@commitlint/core": "^5.3.0-1",
"babel-polyfill": "6.26.0",
"babel-runtime": "^6.26.0",
"chalk": "2.3.0",
Expand Down
4 changes: 2 additions & 2 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": "5.2.6",
"version": "5.3.0-1",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"clean": "exit 0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lerna": "2.5.1"
},
"devDependencies": {
"@commitlint/test": "^5.2.6",
"@commitlint/test": "^5.3.0-1",
"ava": "0.22.0",
"xo": "0.18.2"
}
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": "5.2.6",
"version": "5.3.0-1",
"description": "Lint your commit messages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^5.2.6",
"@commitlint/test": "^5.3.0-1",
"@commitlint/utils": "^5.1.1",
"ava": "0.22.0",
"babel-cli": "6.26.0",
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": "5.2.6",
"version": "5.3.0-1",
"description": "commit prompt using commitlint.config.js",
"bin": {
"commit": "./cli.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/prompt": "^5.2.6",
"@commitlint/prompt": "^5.3.0-1",
"execa": "0.8.0",
"meow": "3.7.0"
}
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": "5.2.6",
"version": "5.3.0-1",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"xo": "0.18.2"
},
"dependencies": {
"@commitlint/core": "^5.2.6",
"@commitlint/core": "^5.3.0-1",
"babel-runtime": "^6.23.0",
"chalk": "^2.0.0",
"lodash": "^4.17.4",
Expand Down
6 changes: 3 additions & 3 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": "5.2.6",
"version": "5.3.0-1",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"bin": {
"commitlint-travis": "./lib/cli.js"
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^5.2.6",
"@commitlint/test": "^5.3.0-1",
"@commitlint/utils": "^5.1.1",
"ava": "0.18.2",
"babel-cli": "6.26.0",
Expand All @@ -64,7 +64,7 @@
"which": "1.3.0"
},
"dependencies": {
"@commitlint/cli": "^5.2.6",
"@commitlint/cli": "^5.3.0-1",
"babel-runtime": "6.26.0",
"execa": "0.8.0"
}
Expand Down
4 changes: 2 additions & 2 deletions @packages/example-prompt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commitlint/example-prompt",
"private": true,
"version": "5.2.6",
"version": "5.3.0-1",
"description": "Example for prompt guide",
"scripts": {
"commit": "commit"
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"devDependencies": {
"@commitlint/prompt-cli": "^5.2.6"
"@commitlint/prompt-cli": "^5.3.0-1"
}
}
2 changes: 1 addition & 1 deletion @packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/test",
"version": "5.2.6",
"version": "5.3.0-1",
"description": "test utilities for @commitlint",
"main": "lib/",
"private": true,
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.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.2.6"
"version": "5.3.0-1"
}

0 comments on commit 0837022

Please sign in to comment.