Skip to content

Commit

Permalink
build: 🔖 publish v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Dec 4, 2022
1 parent 867eb87 commit bf8cafb
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 5 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# [1.4.0](https://github.com/Zhengqbbb/cz-git/compare/v1.3.12...v1.4.0) (2022-12-04)

### Bug Fixes

* fix(cz-git,czg)!: fix typo option `issuePrefixs` field [#82](https://github.com/Zhengqbbb/cz-git/issues/82) ([#84](https://github.com/Zhengqbbb/cz-git/issues/84)) ([febeba9](https://github.com/Zhengqbbb/cz-git/commit/febeba9565932776f69627f6d1062a79deb9989b))


### Features

* **cz-git,czg:** add `scopesSearchValue` boolean option field [#83](https://github.com/Zhengqbbb/cz-git/issues/83) ([#85](https://github.com/Zhengqbbb/cz-git/issues/85)) ([867eb87](https://github.com/Zhengqbbb/cz-git/commit/867eb87431c81abcf75811efefc7e44a5dd34232))


### ⚠ BREAKING CHANGES

* **cz-git,czg:** rename option `typesSearchValueKey` to `typesSearchValue`
* Already processed for **normal compatibility**
* **cz-git,czg:** main fix `issuePrefixs` typo field
* Current version has been already processed for **normal compatibility**
* But I also hope that you can modify this message as soon as possible

```diff
{
message: {
- footerPrefixsSelect
+ footerPrefixesSelect

- customFooterPrefixs
+ customFooterPrefix
}

- issuePrefixs
+ issuePrefixes

- customIssuePrefixsAlign
+ customIssuePrefixAlign

- emptyIssuePrefixsAlias
+ emptyIssuePrefixAlias

- customIssuePrefixsAlias
+ customIssuePrefixAlias

- allowCustomIssuePrefixs
+ allowCustomIssuePrefix

- allowEmptyIssuePrefixs
+ allowEmptyIssuePrefix
}
```

Co-authored-by: [Chris](https://github.com/chrisbbreuer)


## [1.3.12](https://github.com/Zhengqbbb/cz-git/compare/v1.3.11...v1.3.12) (2022-10-21)


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.3.12",
"version": "1.4.0",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"keywords": [
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.3.12",
"version": "1.4.0",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
"keywords": [
"cz-git",
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.3.12",
"version": "1.4.0",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
53 changes: 53 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# [1.4.0](https://github.com/Zhengqbbb/cz-git/compare/v1.3.12...v1.4.0) (2022-12-04)

### Bug Fixes

* fix(cz-git,czg)!: fix typo option `issuePrefixs` field [#82](https://github.com/Zhengqbbb/cz-git/issues/82) ([#84](https://github.com/Zhengqbbb/cz-git/issues/84)) ([febeba9](https://github.com/Zhengqbbb/cz-git/commit/febeba9565932776f69627f6d1062a79deb9989b))


### Features

* **cz-git,czg:** add `scopesSearchValue` boolean option field [#83](https://github.com/Zhengqbbb/cz-git/issues/83) ([#85](https://github.com/Zhengqbbb/cz-git/issues/85)) ([867eb87](https://github.com/Zhengqbbb/cz-git/commit/867eb87431c81abcf75811efefc7e44a5dd34232))


### ⚠ BREAKING CHANGES

* **cz-git,czg:** rename option `typesSearchValueKey` to `typesSearchValue`
* Already processed for **normal compatibility**
* **cz-git,czg:** main fix `issuePrefixs` typo field
* Current version has been already processed for **normal compatibility**
* But I also hope that you can modify this message as soon as possible

```diff
{
message: {
- footerPrefixsSelect
+ footerPrefixesSelect

- customFooterPrefixs
+ customFooterPrefix
}

- issuePrefixs
+ issuePrefixes

- customIssuePrefixsAlign
+ customIssuePrefixAlign

- emptyIssuePrefixsAlias
+ emptyIssuePrefixAlias

- customIssuePrefixsAlias
+ customIssuePrefixAlias

- allowCustomIssuePrefixs
+ allowCustomIssuePrefix

- allowEmptyIssuePrefixs
+ allowEmptyIssuePrefix
}
```

Co-authored-by: [Chris](https://github.com/chrisbbreuer)


## [1.3.12](https://github.com/Zhengqbbb/cz-git/compare/v1.3.11...v1.3.12) (2022-10-21)


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.3.12",
"version": "1.4.0",
"description": "Interactive Commitizen CLI that generate standardized commit messages",
"keywords": [
"commit",
Expand Down
54 changes: 54 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# [1.4.0](https://github.com/Zhengqbbb/cz-git/compare/v1.3.12...v1.4.0) (2022-12-04)

### Bug Fixes

* fix(cz-git,czg)!: fix typo option `issuePrefixs` field [#82](https://github.com/Zhengqbbb/cz-git/issues/82) ([#84](https://github.com/Zhengqbbb/cz-git/issues/84)) ([febeba9](https://github.com/Zhengqbbb/cz-git/commit/febeba9565932776f69627f6d1062a79deb9989b))


### Features

* **cz-git,czg:** add `scopesSearchValue` boolean option field [#83](https://github.com/Zhengqbbb/cz-git/issues/83) ([#85](https://github.com/Zhengqbbb/cz-git/issues/85)) ([867eb87](https://github.com/Zhengqbbb/cz-git/commit/867eb87431c81abcf75811efefc7e44a5dd34232))


### ⚠ BREAKING CHANGES

* **cz-git,czg:** rename option `typesSearchValueKey` to `typesSearchValue`
* Already processed for **normal compatibility**
* **cz-git,czg:** main fix `issuePrefixs` typo field
* Current version has been already processed for **normal compatibility**
* But I also hope that you can modify this message as soon as possible

```diff
{
message: {
- footerPrefixsSelect
+ footerPrefixesSelect

- customFooterPrefixs
+ customFooterPrefix
}

- issuePrefixs
+ issuePrefixes

- customIssuePrefixsAlign
+ customIssuePrefixAlign

- emptyIssuePrefixsAlias
+ emptyIssuePrefixAlias

- customIssuePrefixsAlias
+ customIssuePrefixAlias

- allowCustomIssuePrefixs
+ allowCustomIssuePrefix

- allowEmptyIssuePrefixs
+ allowEmptyIssuePrefix
}
```

Co-authored-by: [Chris](https://github.com/chrisbbreuer)



## [1.3.12](https://github.com/Zhengqbbb/cz-git/compare/v1.3.11...v1.3.12) (2022-10-21)


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

0 comments on commit bf8cafb

Please sign in to comment.