Skip to content

Commit

Permalink
build: 🔖 publish v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Nov 8, 2024
1 parent a760f62 commit de82950
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)


### Bug Fixes

* **cz-git,cli:** node v12 v14 startup error ([#200](https://github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d))
* **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f))


### Features

* **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://github.com/Zhengqbbb/cz-git/issues/193)
* **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2))



## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.10.1",
"version": "1.11.0",
"private": true,
"scripts": {
"docs:build": "vitepress build",
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.10.1",
"version": "1.11.0",
"private": true,
"packageManager": "pnpm@9.11.0",
"description": "A better customizable and git support commitizen adapter",
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.10.1",
"version": "1.11.0",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"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.10.1",
"version": "1.11.0",
"description": "commitizen and commitlint configure loader for cz-git",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)


### Bug Fixes

* **cz-git,cli:** node v12 v14 startup error ([#200](https://github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d))
* **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f))


### Features

* **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://github.com/Zhengqbbb/cz-git/issues/193)
* **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2))



## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06)


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.10.1",
"version": "1.11.0",
"description": "Interactive Commitizen CLI that generate standardized git commit message",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)


### Bug Fixes

* **cz-git,cli:** node v12 v14 startup error ([#200](https://github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d))
* **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f))


### Features

* **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://github.com/Zhengqbbb/cz-git/issues/193)
* **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2))



## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06)


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.10.1",
"version": "1.11.0",
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down

0 comments on commit de82950

Please sign in to comment.