Skip to content

Commit

Permalink
chore: conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
laincarl committed Apr 15, 2021
1 parent da5f805 commit 651027c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.1.2 (2021-04-15)

### Bug Fixes

* 修复依赖版本 ([a4eb908](https://github.com/laincarl/react-gantt-component/commit/a4eb908bea4de834d31e2c5acd40ecaa1a433d8b))

### Features

* **bar:** 拖动后开始时间和结束时间调整 ([e3c76cb](https://github.com/laincarl/react-gantt-component/commit/e3c76cbb8afe3dd9c73e718ea3771aa8ad960579))

### Performance Improvements

* **time-axis:** 去除hammerjs依赖,内部自主实现移动功能 ([24fa8b9](https://github.com/laincarl/react-gantt-component/commit/24fa8b96e46fac81d6574d64293a9bf0223ce1ed))
* **time-axis:** 优化时间轴获取,减少逻辑 ([0dd7248](https://github.com/laincarl/react-gantt-component/commit/0dd7248fbaff1627295d7903f52d439ed58ea8ad))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"peerDependencies": {
"react": ">=16"
Expand Down

0 comments on commit 651027c

Please sign in to comment.