Skip to content

Commit

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

## [1.2.2](https://github.com/Zhengqbbb/cz-git/compare/v1.2.1...v1.2.2) (2022-03-30)


### Features

* **cz-git:** add max string number to break line for Body and BreakingChange ([e9fe6ae](https://github.com/Zhengqbbb/cz-git/commit/e9fe6aea5a00c0dc646bca405171cd5fe710b1fc)), closes [#6](https://github.com/Zhengqbbb/cz-git/issues/6)





## [1.2.1](https://github.com/Zhengqbbb/cz-git/compare/v1.2.0...v1.2.1) (2022-03-11)


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.1",
"version": "1.2.2",
"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.2](https://github.com/Zhengqbbb/cz-git/compare/v1.2.1...v1.2.2) (2022-03-30)

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





## [1.2.1](https://github.com/Zhengqbbb/cz-git/compare/v1.2.0...v1.2.1) (2022-03-11)

**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.1",
"version": "1.2.2",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
11 changes: 11 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.2](https://github.com/Zhengqbbb/cz-git/compare/v1.2.1...v1.2.2) (2022-03-30)


### Features

* **cz-git:** add max string number to break line for Body and BreakingChange ([e9fe6ae](https://github.com/Zhengqbbb/cz-git/commit/e9fe6aea5a00c0dc646bca405171cd5fe710b1fc)), closes [#6](https://github.com/Zhengqbbb/cz-git/issues/6)





## [1.2.1](https://github.com/Zhengqbbb/cz-git/compare/v1.2.0...v1.2.1) (2022-03-11)


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.1",
"version": "1.2.2",
"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.1",
"@cz-git/loader": "1.2.2",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "1.4.0",
"rimraf": "3.0.2"
Expand Down

0 comments on commit 0047aca

Please sign in to comment.