Skip to content

Commit b091c64

Browse files
committed
build: 🔖 publish v1.8.0
1 parent 3c878c2 commit b091c64

File tree

9 files changed

+43
-6
lines changed

9 files changed

+43
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)
2+
3+
4+
### Features
5+
6+
* **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)
7+
8+
9+
110
## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08)
211

312

docs/public/schema/cz-git.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,17 @@
287287
"description": ": pin type item the top of the types list (match item value)"
288288
},
289289
"defaultScope": {
290-
"type": "string",
290+
"anyOf": [
291+
{
292+
"type": "string"
293+
},
294+
{
295+
"type": "array",
296+
"items": {
297+
"type": "string"
298+
}
299+
}
300+
],
291301
"description": ": Whether to use display default value in custom scope"
292302
},
293303
"defaultSubject": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-git",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"private": true,
55
"description": "A better customizable and git support commitizen adapter",
66
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",

packages/@cz-git/plugin-inquirer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cz-git/inquirer",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
55
"author": "Zhengqbbb <[email protected]>",
66
"license": "MIT",

packages/@cz-git/plugin-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cz-git/loader",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "commitizen and commitlint configure loader for cz-git",
55
"author": "Zhengqbbb <[email protected]>",
66
"license": "MIT",

packages/cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)
2+
3+
4+
### Features
5+
6+
* **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)
7+
8+
9+
110
## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08)
211

312

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "czg",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Interactive Commitizen CLI that generate standardized git commit message",
55
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cz-git/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)
2+
3+
4+
### Features
5+
6+
* **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)
7+
8+
9+
110
## [1.7.1](https://github.com/Zhengqbbb/cz-git/compare/v1.7.0...v1.7.1) (2023-08-08)
211

312

packages/cz-git/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-git",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "A better customizable and git support commitizen adapter",
55
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

0 commit comments

Comments
 (0)