Skip to content

Commit

Permalink
build: 🔖 publish v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 27, 2022
1 parent 1cbf52b commit e1c7b43
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 3 deletions.
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.2.5",
"version": "1.2.6",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox",
"keywords": [
"cz-git",
Expand Down
20 changes: 20 additions & 0 deletions packages/@cz-git/plugin-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.2.6](https://github.com/Zhengqbbb/cz-git/compare/v1.2.5...v1.2.6) (2022-04-27)


### Bug Fixes

* **cz-git:** fix breaking char priority than maxNumber ([4f463fa](https://github.com/Zhengqbbb/cz-git/commit/4f463fa60b73fcd18b23b49786d7d34d58d1275a))


### Features

* **cz-git:** support single item intelligent filter ouput of scope and issueprefix ([73f688c](https://github.com/Zhengqbbb/cz-git/commit/73f688cb3d8ec565db2d272e215951e8fa86184c)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12)
* **cz-git:** upgrade inquirer dep version 8.2.2 ([fbbf429](https://github.com/Zhengqbbb/cz-git/commit/fbbf4298491413f6360400366d35af310fb76233))


### Reverts

* **cz-git:** fix getSingleParams use error param ([3c32415](https://github.com/Zhengqbbb/cz-git/commit/3c32415359bf0b4d490d51f4eb411f1e59d606bc))



## [1.2.5](https://github.com/Zhengqbbb/cz-git/compare/v1.2.4...v1.2.5) (2022-04-23)

**Note:** Version bump only for package @cz-git/loader
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.2.5",
"version": "1.2.6",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
20 changes: 20 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.2.6](https://github.com/Zhengqbbb/cz-git/compare/v1.2.5...v1.2.6) (2022-04-27)


### Bug Fixes

* **cz-git:** fix breaking char priority than maxNumber ([4f463fa](https://github.com/Zhengqbbb/cz-git/commit/4f463fa60b73fcd18b23b49786d7d34d58d1275a))


### Features

* **cz-git:** support single item intelligent filter ouput of scope and issueprefix ([73f688c](https://github.com/Zhengqbbb/cz-git/commit/73f688cb3d8ec565db2d272e215951e8fa86184c)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12)
* **cz-git:** upgrade inquirer dep version 8.2.2 ([fbbf429](https://github.com/Zhengqbbb/cz-git/commit/fbbf4298491413f6360400366d35af310fb76233))


### Reverts

* **cz-git:** fix getSingleParams use error param ([3c32415](https://github.com/Zhengqbbb/cz-git/commit/3c32415359bf0b4d490d51f4eb411f1e59d606bc))



## [1.2.5](https://github.com/Zhengqbbb/cz-git/compare/v1.2.4...v1.2.5) (2022-04-23)


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.2.5",
"version": "1.2.6",
"description": "A better customizable and git support commitizen adapter",
"keywords": [
"commitizen-adapter",
Expand Down

0 comments on commit e1c7b43

Please sign in to comment.