Skip to content

Commit

Permalink
Bump up version to 2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Sep 17, 2020
1 parent 872170b commit 3b58787
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ title: Change Log
toc: hidden
---

### 2.5.13

`2020-09-17`

- Feat
- `TextareaItem` support formation[#699](https://github.com/didi/mand-mobile/issues/699)

- Fix
- Fix spelling errors in the document[#690](https://github.com/didi/mand-mobile/issues/690)
- Fix the bug of `DatePicker` unit test
- Fix the type check of `RadioGroup` to `value`[#693](https://github.com/didi/mand-mobile/issues/693)

### 2.5.12

`2020-07-24`
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ title: 更新日志
toc: hidden
---

### 2.5.13

`2020-09-17`

- Feat
- `TextareaItem`支持格式化[#699](https://github.com/didi/mand-mobile/issues/699)

- Fix
- 修复文档中的拼写错误[#690](https://github.com/didi/mand-mobile/issues/690)
- 修复`DatePicker`单元测试的错误
- 修复`RadioGroup``value`的类型校验[#693](https://github.com/didi/mand-mobile/issues/693)

### 2.5.12

`2020-07-24`
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": "mand-mobile",
"version": "2.5.12",
"version": "2.5.13",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://didi.github.io/mand-mobile",
"main": "lib/mand-mobile.umd.js",
Expand Down

0 comments on commit 3b58787

Please sign in to comment.