Skip to content

Commit

Permalink
build: 🔖 publish v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Dec 6, 2023
1 parent 3c878c2 commit b091c64
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)


### Features

* **cz-git,cli:** `defaultScope` support `string[]` to default-select for checkbox mode ([#148](https://github.com/Zhengqbbb/cz-git/issues/148)) ([a02b7d1](https://github.com/Zhengqbbb/cz-git/commit/a02b7d1d1d0c1d48fa7044679afd7c32b8837849)), closes [#140](https://github.com/Zhengqbbb/cz-git/issues/140)



## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08)


Expand Down
12 changes: 11 additions & 1 deletion docs/public/schema/cz-git.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,17 @@
"description": ": pin type item the top of the types list (match item value)"
},
"defaultScope": {
"type": "string",
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
],
"description": ": Whether to use display default value in custom scope"
},
"defaultSubject": {
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.7.1",
"version": "1.8.0",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (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.7.1",
"version": "1.8.0",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
"author": "Zhengqbbb <1074059947@qq.com>",
"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.7.1",
"version": "1.8.0",
"description": "commitizen and commitlint configure loader for cz-git",
"author": "Zhengqbbb <1074059947@qq.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)


### Features

* **cz-git,cli:** `defaultScope` support `string[]` to default-select for checkbox mode ([#148](https://github.com/Zhengqbbb/cz-git/issues/148)) ([a02b7d1](https://github.com/Zhengqbbb/cz-git/commit/a02b7d1d1d0c1d48fa7044679afd7c32b8837849)), closes [#140](https://github.com/Zhengqbbb/cz-git/issues/140)



## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08)


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


### Features

* **cz-git,cli:** `defaultScope` support `string[]` to default-select for checkbox mode ([#148](https://github.com/Zhengqbbb/cz-git/issues/148)) ([a02b7d1](https://github.com/Zhengqbbb/cz-git/commit/a02b7d1d1d0c1d48fa7044679afd7c32b8837849)), closes [#140](https://github.com/Zhengqbbb/cz-git/issues/140)



## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08)


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.7.1",
"version": "1.8.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 b091c64

Please sign in to comment.