From 3f708740260dd329c2833cd7d1e46029dc306fe9 Mon Sep 17 00:00:00 2001 From: solarjoker Date: Mon, 2 Nov 2020 15:26:43 +0800 Subject: [PATCH] chore: update version and changelog --- docs/zh-CN/components/changelog.mdx | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/zh-CN/components/changelog.mdx b/docs/zh-CN/components/changelog.mdx index 27459bb1b..7e1112825 100644 --- a/docs/zh-CN/components/changelog.mdx +++ b/docs/zh-CN/components/changelog.mdx @@ -1,5 +1,10 @@ # 更新日志 +## 2.15.1 + +- 修复 `` type 不受控问题 [#1251](https://github.com/XiaoMi/hiui/issues/1251) +- 修复 `
` 使用 Upload 组件 onChange 方法 return false 无效 [#1259](https://github.com/XiaoMi/hiui/issues/1259) + ## 2.14.0 - 优化 `` 垂直模式收起后没有配置 icon 的展示效果 [#1167](https://github.com/XiaoMi/hiui/issues/1167) diff --git a/package.json b/package.json index 95885fe4e..d5a685096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "2.15.0", + "version": "2.15.1", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'", @@ -33,7 +33,7 @@ "author": "HIUI ", "license": "MIT", "main": "index.js", - "module": "es/index.js", + "module": "es/index.js", "file": [ "dist", "es"