@cenk1cenk2/cz-cc 1.4.3 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## [1.4.7](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.6...v1.4.7) (2021-09-23)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update dependency listr2 to ^3.12.2 ([fb07cf0](https://github.com/cenk1cenk2/cz-cc/commit/fb07cf06a1b70d4535f3c28b0943d03a2e1c5fea))
6
+
7
+ ## [1.4.6](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.5...v1.4.6) (2021-09-13)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **deps:** update dependency listr2 to ^3.12.1 ([0639c5b](https://github.com/cenk1cenk2/cz-cc/commit/0639c5ba5db82c3bde12fc015770f41b0b1040d7))
12
+
13
+ ## [1.4.5](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.4...v1.4.5) (2021-09-12)
14
+
15
+ ### Bug Fixes
16
+
17
+ - **deps:** update dependency listr2 to ^3.12.0 ([b2a8c5f](https://github.com/cenk1cenk2/cz-cc/commit/b2a8c5f4ed2bfd87099767c1b4b74531cc4133df))
18
+
19
+ ## [1.4.4](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.3...v1.4.4) (2021-09-07)
20
+
21
+ ### Bug Fixes
22
+
23
+ - **deps:** update dependency colorette to ^1.4.0 ([7d51587](https://github.com/cenk1cenk2/cz-cc/commit/7d51587c9b027467b70560903c549be82d31b326))
24
+
1
25
  ## [1.4.3](https://github.com/cenk1cenk2/cz-cc/compare/v1.4.2...v1.4.3) (2021-08-31)
2
26
 
3
27
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/cz-cc",
3
- "version": "1.4.3",
3
+ "version": "1.4.7",
4
4
  "description": "Commitizen adapter following the conventional-changelog format.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": "https://github.com/cenk1cenk2/cz-cc",
@@ -32,25 +32,25 @@
32
32
  "node": ">= 10"
33
33
  },
34
34
  "dependencies": {
35
- "colorette": "^1.3.0",
35
+ "colorette": "^1.4.0",
36
36
  "commitizen": "^4.2.4",
37
37
  "conventional-commit-types": "^3.0.0",
38
38
  "enquirer": "^2.3.6",
39
39
  "enquirer-editor": "^1.0.0",
40
40
  "enquirer-prompt-editor": "^2.0.1",
41
41
  "find-git-root": "^1.0.4",
42
- "listr2": "^3.11.1",
42
+ "listr2": "^3.12.2",
43
43
  "lodash.map": "^4.6.0",
44
44
  "word-wrap": "^1.2.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@babel/cli": "^7.14.8",
48
- "@babel/core": "^7.15.0",
49
- "@babel/preset-env": "^7.15.0",
50
- "@cenk1cenk2/eslint-config": "^0.4.45",
47
+ "@babel/cli": "^7.15.7",
48
+ "@babel/core": "^7.15.5",
49
+ "@babel/preset-env": "^7.15.6",
50
+ "@cenk1cenk2/eslint-config": "^0.4.48",
51
51
  "eslint": "^7.32.0",
52
52
  "lint-staged": "^11.1.2",
53
- "prettier": "^2.3.2",
53
+ "prettier": "^2.4.1",
54
54
  "simple-git-hooks": "^2.6.1"
55
55
  },
56
56
  "optionalDependencies": {