Skip to content

Commit

Permalink
v14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Nov 6, 2021
1 parent 5105f43 commit bcbc9bf
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 12 deletions.
11 changes: 11 additions & 0 deletions @commitlint/prompt-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.2.0](https://github.com/conventional-changelog/commitlint/compare/v14.1.0...v14.2.0) (2021-11-06)


### Features

* **prompt:** rewrite codebase to use inquirer - UPDATED with current master ([#2697](https://github.com/conventional-changelog/commitlint/issues/2697)) ([5105f43](https://github.com/conventional-changelog/commitlint/commit/5105f43ea8093bce82fe4703c4c14a8210721924))





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package @commitlint/prompt-cli
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/prompt-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt-cli",
"version": "14.1.0",
"version": "14.2.0",
"description": "commit prompt using commitlint.config.js",
"files": [
"cli.js"
Expand Down Expand Up @@ -36,9 +36,9 @@
"@commitlint/utils": "^14.0.0"
},
"dependencies": {
"@commitlint/prompt": "^14.1.0",
"inquirer": "^6.5.2",
"execa": "^5.0.0"
"@commitlint/prompt": "^14.2.0",
"execa": "^5.0.0",
"inquirer": "^6.5.2"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
11 changes: 11 additions & 0 deletions @commitlint/prompt/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.2.0](https://github.com/conventional-changelog/commitlint/compare/v14.1.0...v14.2.0) (2021-11-06)


### Features

* **prompt:** rewrite codebase to use inquirer - UPDATED with current master ([#2697](https://github.com/conventional-changelog/commitlint/issues/2697)) ([5105f43](https://github.com/conventional-changelog/commitlint/commit/5105f43ea8093bce82fe4703c4c14a8210721924))





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)

**Note:** Version bump only for package @commitlint/prompt
Expand Down
14 changes: 7 additions & 7 deletions @commitlint/prompt/package.json
@@ -1,6 +1,6 @@
{
"name": "@commitlint/prompt",
"version": "14.1.0",
"version": "14.2.0",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -37,20 +37,20 @@
"node": ">=v12"
},
"devDependencies": {
"@commitlint/utils": "^14.0.0",
"@commitlint/types": "^13.2.0",
"@commitlint/config-angular": "^13.2.0",
"@commitlint/types": "^13.2.0",
"@commitlint/utils": "^14.0.0",
"@types/inquirer": "^6.5.0",
"inquirer": "^6.5.2",
"commitizen": "^4.2.4"
"commitizen": "^4.2.4",
"inquirer": "^6.5.2"
},
"dependencies": {
"@commitlint/ensure": "^14.1.0",
"@commitlint/load": "^14.1.0",
"@commitlint/types": "^14.0.0",
"chalk": "^4.0.0",
"lodash": "^4.17.19",
"inquirer": "^6.5.2"
"inquirer": "^6.5.2",
"lodash": "^4.17.19"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.2.0](https://github.com/conventional-changelog/commitlint/compare/v14.1.0...v14.2.0) (2021-11-06)


### Features

* **prompt:** rewrite codebase to use inquirer - UPDATED with current master ([#2697](https://github.com/conventional-changelog/commitlint/issues/2697)) ([5105f43](https://github.com/conventional-changelog/commitlint/commit/5105f43ea8093bce82fe4703c4c14a8210721924))





# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"lerna": "4",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "14.1.0"
"version": "14.2.0"
}

0 comments on commit bcbc9bf

Please sign in to comment.