From 906e1fdfa3274764ad9402fefe2e0c89261ac750 Mon Sep 17 00:00:00 2001 From: Zhengqbbb <1074059947@qq.com> Date: Tue, 8 Aug 2023 15:03:33 +0800 Subject: [PATCH] build: :bookmark: publish v1.7.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/@cz-git/plugin-inquirer/package.json | 2 +- packages/@cz-git/plugin-loader/package.json | 2 +- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/cz-git/CHANGELOG.md | 9 +++++++++ packages/cz-git/package.json | 2 +- 8 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c61e68e9..852ce3aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08) + + +### Bug Fixes + +* **cli:** `--api-key` not work ([0a65673](https://github.com/Zhengqbbb/cz-git/commit/0a65673b2b501d2c5bc8562652a75098a29f4ae9)), closes [#141](https://github.com/Zhengqbbb/cz-git/issues/141) + + + # [1.7.0](https://github.com/Zhengqbbb/cz-git/compare/v1.6.2...v1.7.0) (2023-07-09) ### Bug Fixes diff --git a/package.json b/package.json index 78908f6a6..c7f34e804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.7.0", + "version": "1.7.1", "private": true, "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index 355fce662..bae661eee 100644 --- a/packages/@cz-git/plugin-inquirer/package.json +++ b/packages/@cz-git/plugin-inquirer/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/inquirer", - "version": "1.7.0", + "version": "1.7.1", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input", "author": "Zhengqbbb <1074059947@qq.com>", "license": "MIT", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index e43f0935b..58efcd7db 100644 --- a/packages/@cz-git/plugin-loader/package.json +++ b/packages/@cz-git/plugin-loader/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/loader", - "version": "1.7.0", + "version": "1.7.1", "description": "commitizen and commitlint configure loader for cz-git", "author": "Zhengqbbb <1074059947@qq.com>", "license": "MIT", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 08cc36385..e7d83adfb 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08) + + +### Bug Fixes + +* **cli:** `--api-key` not work ([0a65673](https://github.com/Zhengqbbb/cz-git/commit/0a65673b2b501d2c5bc8562652a75098a29f4ae9)), closes [#141](https://github.com/Zhengqbbb/cz-git/issues/141) + + + # [1.7.0](https://github.com/Zhengqbbb/cz-git/compare/v1.6.2...v1.7.0) (2023-07-09) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6e2be53f6..c812d5adb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.7.0", + "version": "1.7.1", "description": "Interactive Commitizen CLI that generate standardized git commit message", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index 9e3da4599..64a45d472 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08) + + +### Bug Fixes + +* **cli:** `--api-key` not work ([0a65673](https://github.com/Zhengqbbb/cz-git/commit/0a65673b2b501d2c5bc8562652a75098a29f4ae9)), closes [#141](https://github.com/Zhengqbbb/cz-git/issues/141) + + + # [1.7.0](https://github.com/Zhengqbbb/cz-git/compare/v1.6.2...v1.7.0) (2023-07-09) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 0944f46fc..9e3617f6b 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.7.0", + "version": "1.7.1", "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT",