Skip to content

Commit c7613ab

Browse files
committed
v5.3.0-0
1 parent b18a16e commit c7613ab

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "5.2.0",
3+
"version": "5.3.0-0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@commitlint/cli": "^5.2.0",
31+
"@commitlint/cli": "^5.3.0-0",
3232
"read-pkg": "3.0.0",
3333
"resolve-pkg": "1.0.0"
3434
}

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "5.2.0",
3+
"version": "5.3.0-0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "./lib/cli.js"
@@ -69,7 +69,7 @@
6969
"xo": "0.18.2"
7070
},
7171
"dependencies": {
72-
"@commitlint/core": "^5.2.0",
72+
"@commitlint/core": "^5.3.0-0",
7373
"babel-polyfill": "6.26.0",
7474
"babel-runtime": "^6.26.0",
7575
"chalk": "2.3.0",

@commitlint/config-conventional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "5.1.3",
3+
"version": "5.3.0-0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"scripts": {
66
"clean": "exit 0",

@commitlint/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "5.2.0",
3+
"version": "5.3.0-0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {

@commitlint/prompt-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "5.2.0",
3+
"version": "5.3.0-0",
44
"description": "commit prompt using commitlint.config.js",
55
"bin": {
66
"commit": "./cli.js"
@@ -31,7 +31,7 @@
3131
"xo": "0.18.2"
3232
},
3333
"dependencies": {
34-
"@commitlint/prompt": "^5.2.0",
34+
"@commitlint/prompt": "^5.3.0-0",
3535
"execa": "0.8.0",
3636
"meow": "3.7.0"
3737
}

@commitlint/prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "5.2.0",
3+
"version": "5.3.0-0",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -66,7 +66,7 @@
6666
"xo": "0.18.2"
6767
},
6868
"dependencies": {
69-
"@commitlint/core": "^5.2.0",
69+
"@commitlint/core": "^5.3.0-0",
7070
"babel-runtime": "^6.23.0",
7171
"chalk": "^2.0.0",
7272
"lodash": "^4.17.4",

@commitlint/travis-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "5.2.2",
3+
"version": "5.3.0-0",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"bin": {
66
"commitlint-travis": "./lib/cli.js"
@@ -64,7 +64,7 @@
6464
"which": "^1.3.0"
6565
},
6666
"dependencies": {
67-
"@commitlint/cli": "^5.2.0",
67+
"@commitlint/cli": "^5.3.0-0",
6868
"babel-runtime": "^6.26.0",
6969
"execa": "^0.8.0"
7070
}

@packages/example-prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/example-prompt",
33
"private": true,
4-
"version": "5.2.0",
4+
"version": "5.3.0-0",
55
"description": "Example for prompt guide",
66
"scripts": {
77
"commit": "commit"
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/marionebl/commitlint#readme",
1919
"devDependencies": {
20-
"@commitlint/prompt-cli": "^5.2.0"
20+
"@commitlint/prompt-cli": "^5.3.0-0"
2121
}
2222
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "5.2.2"
5+
"version": "5.3.0-0"
66
}

0 commit comments

Comments
 (0)