From 02c2f56f40d6608495c112adbe2eaed42e97d51b Mon Sep 17 00:00:00 2001 From: solarjoker Date: Fri, 14 Jun 2019 15:16:11 +0800 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c59827f9..5148d16e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 更新日志 +## 1.4.6 + +- 修复:`` 组件 `textarea` 调整大小时的 UI 展示问题 [#152](https://github.com/XiaoMi/hiui/issues/152) diff --git a/package.json b/package.json index 208e11a99..3745c6a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "1.4.5", + "version": "1.4.6", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",