Skip to content

Commit

Permalink
build: 🔖 publish v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Apr 23, 2022
1 parent cb2734a commit aa0e8fb
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/Zhengqbbb/cz-git/compare/v1.2.3...v1.2.4) (2022-04-23)


### Bug Fixes

* **cz-git:** fix custom scope skip allowEmptyScopes check ([f0d8c53](https://github.com/Zhengqbbb/cz-git/commit/f0d8c53319915bce17378e81b14065fef25c1d95)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16)
* **cz-git:** fix minor issues in default messages ([99d8cc4](https://github.com/Zhengqbbb/cz-git/commit/99d8cc4752e117157cceaee00a364e27854216f2))


### Features

* **cz-git:** add strict issuePrefixs configure ([f2d11a9](https://github.com/Zhengqbbb/cz-git/commit/f2d11a93db6cb8bc17f80d9895eac25f2ef6469d)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12)
* **cz-git:** allowEmptyScopes can base on ["scope-empty"] rule ([4d3eff9](https://github.com/Zhengqbbb/cz-git/commit/4d3eff9d1d3f5c113264a0b7d84dbc0277f38705)), closes [#15](https://github.com/Zhengqbbb/cz-git/issues/15)
* **cz-git:** use defaultScope can star item of scope list ([b899d2c](https://github.com/Zhengqbbb/cz-git/commit/b899d2c47967752cc364d7a0b747175d0697ea29)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16)





## [1.2.3](https://github.com/Zhengqbbb/cz-git/compare/v1.2.2...v1.2.3) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3",
"version": "1.2.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/@cz-git/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/Zhengqbbb/cz-git/compare/v1.2.3...v1.2.4) (2022-04-23)

**Note:** Version bump only for package @cz-git/loader





## [1.2.3](https://github.com/Zhengqbbb/cz-git/compare/v1.2.2...v1.2.3) (2022-04-07)

**Note:** Version bump only for package @cz-git/loader
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cz-git/loader",
"version": "1.2.3",
"version": "1.2.4",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
19 changes: 19 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/Zhengqbbb/cz-git/compare/v1.2.3...v1.2.4) (2022-04-23)


### Bug Fixes

* **cz-git:** fix custom scope skip allowEmptyScopes check ([f0d8c53](https://github.com/Zhengqbbb/cz-git/commit/f0d8c53319915bce17378e81b14065fef25c1d95)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16)
* **cz-git:** fix minor issues in default messages ([99d8cc4](https://github.com/Zhengqbbb/cz-git/commit/99d8cc4752e117157cceaee00a364e27854216f2))


### Features

* **cz-git:** add strict issuePrefixs configure ([f2d11a9](https://github.com/Zhengqbbb/cz-git/commit/f2d11a93db6cb8bc17f80d9895eac25f2ef6469d)), closes [#12](https://github.com/Zhengqbbb/cz-git/issues/12)
* **cz-git:** allowEmptyScopes can base on ["scope-empty"] rule ([4d3eff9](https://github.com/Zhengqbbb/cz-git/commit/4d3eff9d1d3f5c113264a0b7d84dbc0277f38705)), closes [#15](https://github.com/Zhengqbbb/cz-git/issues/15)
* **cz-git:** use defaultScope can star item of scope list ([b899d2c](https://github.com/Zhengqbbb/cz-git/commit/b899d2c47967752cc364d7a0b747175d0697ea29)), closes [#16](https://github.com/Zhengqbbb/cz-git/issues/16)





## [1.2.3](https://github.com/Zhengqbbb/cz-git/compare/v1.2.2...v1.2.3) (2022-04-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/cz-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cz-git",
"version": "1.2.3",
"version": "1.2.4",
"description": "A better customizable and git support commitizen adapter",
"keywords": [
"commitizen-adapter",
Expand Down Expand Up @@ -38,7 +38,7 @@
"package.json": "sort-package-json"
},
"dependencies": {
"@cz-git/loader": "1.2.3",
"@cz-git/loader": "1.2.4",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "1.4.0",
"rimraf": "3.0.2"
Expand Down

0 comments on commit aa0e8fb

Please sign in to comment.