From aa0e8fb930ba1383300e6ebd0ad2069535c648c7 Mon Sep 17 00:00:00 2001 From: Zhengqbbb <1074059947@qq.com> Date: Sat, 23 Apr 2022 16:17:36 +0800 Subject: [PATCH] build: :bookmark: publish v1.2.4 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/@cz-git/loader/CHANGELOG.md | 8 ++++++++ packages/@cz-git/loader/package.json | 2 +- packages/cz-git/CHANGELOG.md | 19 +++++++++++++++++++ packages/cz-git/package.json | 4 ++-- 6 files changed, 50 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a945b8a44..000d45459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/Zhengqbbb/cz-git/compare/v1.2.3...v1.2.4) (2022-04-23) + + +### Bug Fixes + +* **cz-git:** fix custom scope skip allowEmptyScopes check ([f0d8c53](https://github.com/Zhengqbbb/cz-git/commit/f0d8c53319915bce17378e81b14065fef25c1d95)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16) +* **cz-git:** fix minor issues in default messages ([99d8cc4](https://github.com/Zhengqbbb/cz-git/commit/99d8cc4752e117157cceaee00a364e27854216f2)) + + +### Features + +* **cz-git:** add strict issuePrefixs configure ([f2d11a9](https://github.com/Zhengqbbb/cz-git/commit/f2d11a93db6cb8bc17f80d9895eac25f2ef6469d)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12) +* **cz-git:** allowEmptyScopes can base on ["scope-empty"] rule ([4d3eff9](https://github.com/Zhengqbbb/cz-git/commit/4d3eff9d1d3f5c113264a0b7d84dbc0277f38705)), closes [#15](https://github.com/Zhengqbbb/cz-git/issues/15) +* **cz-git:** use defaultScope can star item of scope list ([b899d2c](https://github.com/Zhengqbbb/cz-git/commit/b899d2c47967752cc364d7a0b747175d0697ea29)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16) + + + + + ## [1.2.3](https://github.com/Zhengqbbb/cz-git/compare/v1.2.2...v1.2.3) (2022-04-07) diff --git a/lerna.json b/lerna.json index 3eb0fe63f..701d403c2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.2.3", + "version": "1.2.4", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/@cz-git/loader/CHANGELOG.md b/packages/@cz-git/loader/CHANGELOG.md index c57da23f7..2f6866fd0 100644 --- a/packages/@cz-git/loader/CHANGELOG.md +++ b/packages/@cz-git/loader/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/Zhengqbbb/cz-git/compare/v1.2.3...v1.2.4) (2022-04-23) + +**Note:** Version bump only for package @cz-git/loader + + + + + ## [1.2.3](https://github.com/Zhengqbbb/cz-git/compare/v1.2.2...v1.2.3) (2022-04-07) **Note:** Version bump only for package @cz-git/loader diff --git a/packages/@cz-git/loader/package.json b/packages/@cz-git/loader/package.json index b01700246..041cf019f 100644 --- a/packages/@cz-git/loader/package.json +++ b/packages/@cz-git/loader/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/loader", - "version": "1.2.3", + "version": "1.2.4", "description": "commitizen and commitlint configure loader for cz-git", "keywords": [ "cz-git", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index a7570ffad..7f7694d68 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/Zhengqbbb/cz-git/compare/v1.2.3...v1.2.4) (2022-04-23) + + +### Bug Fixes + +* **cz-git:** fix custom scope skip allowEmptyScopes check ([f0d8c53](https://github.com/Zhengqbbb/cz-git/commit/f0d8c53319915bce17378e81b14065fef25c1d95)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16) +* **cz-git:** fix minor issues in default messages ([99d8cc4](https://github.com/Zhengqbbb/cz-git/commit/99d8cc4752e117157cceaee00a364e27854216f2)) + + +### Features + +* **cz-git:** add strict issuePrefixs configure ([f2d11a9](https://github.com/Zhengqbbb/cz-git/commit/f2d11a93db6cb8bc17f80d9895eac25f2ef6469d)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12) +* **cz-git:** allowEmptyScopes can base on ["scope-empty"] rule ([4d3eff9](https://github.com/Zhengqbbb/cz-git/commit/4d3eff9d1d3f5c113264a0b7d84dbc0277f38705)), closes [#15](https://github.com/Zhengqbbb/cz-git/issues/15) +* **cz-git:** use defaultScope can star item of scope list ([b899d2c](https://github.com/Zhengqbbb/cz-git/commit/b899d2c47967752cc364d7a0b747175d0697ea29)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16) + + + + + ## [1.2.3](https://github.com/Zhengqbbb/cz-git/compare/v1.2.2...v1.2.3) (2022-04-07) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index c289b8e90..0d6826268 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.2.3", + "version": "1.2.4", "description": "A better customizable and git support commitizen adapter", "keywords": [ "commitizen-adapter", @@ -38,7 +38,7 @@ "package.json": "sort-package-json" }, "dependencies": { - "@cz-git/loader": "1.2.3", + "@cz-git/loader": "1.2.4", "inquirer": "^7.3.3", "inquirer-autocomplete-prompt": "1.4.0", "rimraf": "3.0.2"