@cenk1cenk2/cz-cc
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
## [1.0.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.2...v1.0.3) (2020-07-26) | ||
### Bug Fixes | ||
* **deps:** update all minor dependency updates ([61f51e1](https://github.com/cenk1cenk2/cz-cc/commit/61f51e10984da6d059a80328282d8bc595780525)) | ||
## [1.0.2](https://github.com/cenk1cenk2/cz-cc/compare/v1.0.1...v1.0.2) (2020-07-26) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cenk1cenk2/cz-cc", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Commitizen adapter following the conventional-changelog format.", | ||
@@ -38,9 +38,9 @@ "main": "./dist/index.js", | ||
"chalk": "^4.1.0", | ||
"commitizen": "^4.0.3", | ||
"commitizen": "^4.1.2", | ||
"conventional-commit-types": "^3.0.0", | ||
"enquirer": "^2.3.6", | ||
"listr2": "^2.3.3", | ||
"lodash.map": "^4.5.1", | ||
"listr2": "^2.3.4", | ||
"lodash.map": "^4.6.0", | ||
"longest": "^2.0.1", | ||
"word-wrap": "^1.0.3" | ||
"word-wrap": "^1.2.3" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.10.4", | ||
"@cenk1cenk2/eslint-config": "^0.4.0", | ||
"@cenk1cenk2/eslint-config": "^0.4.1", | ||
"eslint": "^7.5.0", | ||
@@ -54,0 +54,0 @@ "husky": "^4.2.5", |
@@ -34,8 +34,9 @@ # @cenk1cenk2/cz-cc | ||
- Initiate this adapter in a project. If already initiated you can add `--force` flag to swap this adapter with the older one. | ||
- Currently has a bit of problems with yarn workspaces do to `commitizen`. | ||
```shell | ||
# yarn | ||
commitizen init @cenk1cenk2/cz-cc --yarn --dev --exact | ||
commitizen init @cenk1cenk2/cz-cc --yarn --dev | ||
# npm | ||
commitizen init @cenk1cenk2/cz-cc --dev --exact | ||
commitizen init @cenk1cenk2/cz-cc --dev | ||
``` | ||
@@ -42,0 +43,0 @@ |
19928
108
Updatedcommitizen@^4.1.2
Updatedlistr2@^2.3.4
Updatedlodash.map@^4.6.0
Updatedword-wrap@^1.2.3