Skip to content

Commit

Permalink
build: 🔖 publish v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Jul 9, 2023
1 parent 1e092bf commit eaf3984
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [1.6.2](https://github.com/Zhengqbbb/cz-git/compare/v1.6.1...v1.6.2) (2023-07-09)


### Bug Fixes

* **cli:** bootstrap using require to support node v10 ([2e71dd5](https://github.com/Zhengqbbb/cz-git/commit/2e71dd5fdaba714b8dbc26c7920f0ca6eaa99e35)), closes [#115](https://github.com/Zhengqbbb/cz-git/issues/115)
* windows system is unable to load the global configuration ([#133](https://github.com/Zhengqbbb/cz-git/issues/133)) ([d09fee4](https://github.com/Zhengqbbb/cz-git/commit/d09fee4c985efaa93f3282b237dd3de5747f173d)), closes [#132](https://github.com/Zhengqbbb/cz-git/issues/132)


### Features

* allow set scope as direct input to use ([#113](https://github.com/Zhengqbbb/cz-git/issues/113)) ([a2a4443](https://github.com/Zhengqbbb/cz-git/commit/a2a4443786194c582b74be769c7afd37950dd9f3))
* **cli:** add `--api-endpoint` | rename `--api-key` ([#136](https://github.com/Zhengqbbb/cz-git/issues/136)) ([4bd33f5](https://github.com/Zhengqbbb/cz-git/commit/4bd33f5edb685a880ae6e3e62cee827f519facd6))
* **cli:** add type for js config ([#135](https://github.com/Zhengqbbb/cz-git/issues/135)) ([9ca09aa](https://github.com/Zhengqbbb/cz-git/commit/9ca09aa7f3273f293bb2c35c998141eb61ce32b7))
* **cz-git,cli:** confirm message subject colorizen `themeColorCode` ([723dfe8](https://github.com/Zhengqbbb/cz-git/commit/723dfe8a15d2b7000548dbd87fbc9cfc1e0b3fc1))


### Performance Improvements

* **cz-git,czg:** reduce duplicate deps in bundle ([#111](https://github.com/Zhengqbbb/cz-git/issues/111)) ([2a52479](https://github.com/Zhengqbbb/cz-git/commit/2a5247902be16df400201883593fe49ce61187d3))



## [1.6.1](https://github.com/Zhengqbbb/cz-git/compare/v1.6.0...v1.6.1) (2023-03-22)


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.6.1",
"version": "1.6.2",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
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.6.1",
"version": "1.6.2",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
"author": "Zhengqbbb <[email protected]>",
"license": "MIT",
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.6.1",
"version": "1.6.2",
"description": "commitizen and commitlint configure loader for cz-git",
"author": "Zhengqbbb <[email protected]>",
"license": "MIT",
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [1.6.2](https://github.com/Zhengqbbb/cz-git/compare/v1.6.1...v1.6.2) (2023-07-09)


### Bug Fixes

* **cli:** bootstrap using require to support node v10 ([2e71dd5](https://github.com/Zhengqbbb/cz-git/commit/2e71dd5fdaba714b8dbc26c7920f0ca6eaa99e35)), closes [#115](https://github.com/Zhengqbbb/cz-git/issues/115)
* windows system is unable to load the global configuration ([#133](https://github.com/Zhengqbbb/cz-git/issues/133)) ([d09fee4](https://github.com/Zhengqbbb/cz-git/commit/d09fee4c985efaa93f3282b237dd3de5747f173d)), closes [#132](https://github.com/Zhengqbbb/cz-git/issues/132)


### Features

* allow set scope as direct input to use ([#113](https://github.com/Zhengqbbb/cz-git/issues/113)) ([a2a4443](https://github.com/Zhengqbbb/cz-git/commit/a2a4443786194c582b74be769c7afd37950dd9f3))
* **cli:** add `--api-endpoint` | rename `--api-key` ([#136](https://github.com/Zhengqbbb/cz-git/issues/136)) ([4bd33f5](https://github.com/Zhengqbbb/cz-git/commit/4bd33f5edb685a880ae6e3e62cee827f519facd6))
* **cli:** add type for js config ([#135](https://github.com/Zhengqbbb/cz-git/issues/135)) ([9ca09aa](https://github.com/Zhengqbbb/cz-git/commit/9ca09aa7f3273f293bb2c35c998141eb61ce32b7))
* **cz-git,cli:** confirm message subject colorizen `themeColorCode` ([723dfe8](https://github.com/Zhengqbbb/cz-git/commit/723dfe8a15d2b7000548dbd87fbc9cfc1e0b3fc1))


### Performance Improvements

* **cz-git,czg:** reduce duplicate deps in bundle ([#111](https://github.com/Zhengqbbb/cz-git/issues/111)) ([2a52479](https://github.com/Zhengqbbb/cz-git/commit/2a5247902be16df400201883593fe49ce61187d3))



## [1.6.1](https://github.com/Zhengqbbb/cz-git/compare/v1.6.0...v1.6.1) (2023-03-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "czg",
"version": "1.6.1",
"version": "1.6.2",
"description": "Interactive Commitizen CLI that generate standardized git commit message",
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down
23 changes: 23 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [1.6.2](https://github.com/Zhengqbbb/cz-git/compare/v1.6.1...v1.6.2) (2023-07-09)


### Bug Fixes

* **cli:** bootstrap using require to support node v10 ([2e71dd5](https://github.com/Zhengqbbb/cz-git/commit/2e71dd5fdaba714b8dbc26c7920f0ca6eaa99e35)), closes [#115](https://github.com/Zhengqbbb/cz-git/issues/115)
* windows system is unable to load the global configuration ([#133](https://github.com/Zhengqbbb/cz-git/issues/133)) ([d09fee4](https://github.com/Zhengqbbb/cz-git/commit/d09fee4c985efaa93f3282b237dd3de5747f173d)), closes [#132](https://github.com/Zhengqbbb/cz-git/issues/132)


### Features

* allow set scope as direct input to use ([#113](https://github.com/Zhengqbbb/cz-git/issues/113)) ([a2a4443](https://github.com/Zhengqbbb/cz-git/commit/a2a4443786194c582b74be769c7afd37950dd9f3))
* **cli:** add `--api-endpoint` | rename `--api-key` ([#136](https://github.com/Zhengqbbb/cz-git/issues/136)) ([4bd33f5](https://github.com/Zhengqbbb/cz-git/commit/4bd33f5edb685a880ae6e3e62cee827f519facd6))
* **cli:** add type for js config ([#135](https://github.com/Zhengqbbb/cz-git/issues/135)) ([9ca09aa](https://github.com/Zhengqbbb/cz-git/commit/9ca09aa7f3273f293bb2c35c998141eb61ce32b7))
* **cz-git,cli:** confirm message subject colorizen `themeColorCode` ([723dfe8](https://github.com/Zhengqbbb/cz-git/commit/723dfe8a15d2b7000548dbd87fbc9cfc1e0b3fc1))


### Performance Improvements

* **cz-git,czg:** reduce duplicate deps in bundle ([#111](https://github.com/Zhengqbbb/cz-git/issues/111)) ([2a52479](https://github.com/Zhengqbbb/cz-git/commit/2a5247902be16df400201883593fe49ce61187d3))



## [1.6.1](https://github.com/Zhengqbbb/cz-git/compare/v1.6.0...v1.6.1) (2023-03-22)


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.6.1",
"version": "1.6.2",
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down

0 comments on commit eaf3984

Please sign in to comment.