Skip to content

Commit 1f138a3

Browse files
committed
chore: publish v0.13.2
1 parent 76a5968 commit 1f138a3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ spline: explain
44
toc: false
55
docClass: timeline
66
---
7+
## 0.13.2 `2022-6-16`
8+
9+
### Bug Fixes
10+
11+
- Dialog: 修复取消按钮传递 Object 显示不正确的问题 [#510](https://github.com/Tencent/tdesign-miniprogram/pull/510) [@weihongyu12](https://github.com/weihongyu12)
12+
- Checkbox: 修复外部样式类无法使用的问题 [#535](https://github.com/Tencent/tdesign-miniprogram/pull/535) [@LeeJim](https://github.com/LeeJim)
13+
14+
### Features
15+
16+
- DropdownMenu: 单选的情况下,选择之后直接关闭 [#539](https://github.com/Tencent/tdesign-miniprogram/pull/539) [@LeeJim](https://github.com/LeeJim)
17+
718
## 0.13.1 `2022-6-10`
819

920
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-miniprogram",
33
"purename": "tdesign",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",
@@ -109,4 +109,4 @@
109109
"dependencies": {
110110
"dayjs": "^1.10.7"
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)