Skip to content

Commit

Permalink
fix: 修复 hiddable hoc 初始值高度设置异常的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
颜宇浩 committed Oct 27, 2023
1 parent 4b4294a commit a06bc94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shineout",
"version": "2.0.10-beta.5",
"version": "2.0.10-beta.6",
"description": "Shein 前端组件库",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down
3 changes: 3 additions & 0 deletions site/pages/documentation/changelog/2.x.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新日志
### 2.0.10-beta.6
- 修复 hiddable hoc 初始值高度设置异常的问题

### 2.0.10-beta.5
- Button 样式兼容 Chrome 49

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import * as utils from './utils'

export default { utils, version: '2.0.10-beta.5' }
export default { utils, version: '2.0.10-beta.6' }
export { utils }
export { setLocale } from './locale'
export { color, style } from './utils/expose'
Expand Down

0 comments on commit a06bc94

Please sign in to comment.