Skip to content

Commit

Permalink
Feature/version (#197)
Browse files Browse the repository at this point in the history
* modify version

* CHANGELOG
  • Loading branch information
zhan8863 authored and sivan committed May 13, 2019
1 parent f8fd992 commit db01a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 更新日志

## 1.4.3
- 修复: `<Upload />` 组件 Ref 引起的图片闪烁问题

## 1.4.2
- 修复: `<Datepicker />` 快捷选择问题
- 修复: `<Cascader />` ref 引起的不能正确渲染的问题
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": "@hi-ui/hiui",
"version": "1.4.2",
"version": "1.4.3",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",
Expand Down

0 comments on commit db01a5d

Please sign in to comment.