Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
v3.0.0-alpha.15 (#662)
Browse files Browse the repository at this point in the history
v3.0.0-alpha.15Changelog和版本号

Co-authored-by: zhangjuan <zhangjuan@DDZV1GGL414>
  • Loading branch information
zhangjuan01 and zhangjuan authored Feb 22, 2022
1 parent cbeeaae commit 88a5cb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0-alpha.15

- 修复 **InputGroutInput** others props 透传问题
- 修复 **CheckboxGroup** 默认值问题

## 3.0.0-alpha.6

- 变更 **Select 组件**兼容 value 值为{value: '', name: ''}[] 或 value 的集合 string/number[]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"dependencies": {
"@emotion/is-prop-valid": "^0.8.8"
},
"version": "3.0.0-alpha.4"
"version": "3.0.0-alpha.15"
}
2 changes: 1 addition & 1 deletion packages/react-impression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-impression",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.15",
"author": "NewDadaFE",
"description": "UI Components with React.",
"sideEffects": false,
Expand Down

0 comments on commit 88a5cb6

Please sign in to comment.