Skip to content

Commit

Permalink
build: 🔖 publish v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed May 21, 2022
1 parent aa49793 commit 0d5d184
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.3.2](https://github.com/Zhengqbbb/cz-git/compare/v1.3.1...v1.3.2) (2022-05-21)


### Features

* **cz-git:** add theme color for prompt inquirer ([d776149](https://github.com/Zhengqbbb/cz-git/commit/d776149d18fc35125bc602b0d5ad14dd47ab0cc1)), closes [#28](https://github.com/Zhengqbbb/cz-git/issues/28)
* **cz-git:** use search-list replace autocomplete ([5dbe4e2](https://github.com/Zhengqbbb/cz-git/commit/5dbe4e22faea9264a8aefe01fce712e1ad687620)), closes [#28](https://github.com/Zhengqbbb/cz-git/issues/28)
* **plugin-inquirer:** checkbox support theme color configure ([8c2effe](https://github.com/Zhengqbbb/cz-git/commit/8c2effe0b770f00a51cde16e9deb0e21bc913b12))
* **plugin-inquirer:** done search-list inquirer plugin ([ad12f75](https://github.com/Zhengqbbb/cz-git/commit/ad12f7518e49a0526780464ccca0f64aeae953f2)), closes [#28](https://github.com/Zhengqbbb/cz-git/issues/28)


### Performance Improvements

* :zap: update tsup bundle build cz-git ([0e15e1c](https://github.com/Zhengqbbb/cz-git/commit/0e15e1c3f29dc2d1fc7fc47598df6ecc9d8f7eff))



## [1.3.1](https://github.com/Zhengqbbb/cz-git/compare/v1.3.0...v1.3.1) (2022-05-14)

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cz-git",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/plugin-inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cz-git/inquirer",
"version": "1.3.1",
"version": "1.3.2",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox",
"keywords": [
"cz-git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/plugin-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cz-git/loader",
"version": "1.3.1",
"version": "1.3.2",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
17 changes: 17 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.3.2](https://github.com/Zhengqbbb/cz-git/compare/v1.3.1...v1.3.2) (2022-05-21)


### Features

* **cz-git:** add theme color for prompt inquirer ([d776149](https://github.com/Zhengqbbb/cz-git/commit/d776149d18fc35125bc602b0d5ad14dd47ab0cc1)), closes [#28](https://github.com/Zhengqbbb/cz-git/issues/28)
* **cz-git:** use search-list replace autocomplete ([5dbe4e2](https://github.com/Zhengqbbb/cz-git/commit/5dbe4e22faea9264a8aefe01fce712e1ad687620)), closes [#28](https://github.com/Zhengqbbb/cz-git/issues/28)
* **plugin-inquirer:** checkbox support theme color configure ([8c2effe](https://github.com/Zhengqbbb/cz-git/commit/8c2effe0b770f00a51cde16e9deb0e21bc913b12))
* **plugin-inquirer:** done search-list inquirer plugin ([ad12f75](https://github.com/Zhengqbbb/cz-git/commit/ad12f7518e49a0526780464ccca0f64aeae953f2)), closes [#28](https://github.com/Zhengqbbb/cz-git/issues/28)


### Performance Improvements

* :zap: update tsup bundle build cz-git ([0e15e1c](https://github.com/Zhengqbbb/cz-git/commit/0e15e1c3f29dc2d1fc7fc47598df6ecc9d8f7eff))



## [1.3.1](https://github.com/Zhengqbbb/cz-git/compare/v1.3.0...v1.3.1) (2022-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/cz-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cz-git",
"version": "1.3.1",
"version": "1.3.2",
"description": "A better customizable and git support commitizen adapter",
"keywords": [
"commitizen-adapter",
Expand Down

0 comments on commit 0d5d184

Please # to comment.