Skip to content

Commit bd309ed

Browse files
chore: publish v0.13.2 (#625)
* chore: publish v0.13.2 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fa2354f commit bd309ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 0.13.2 `2025-04-25`
9+
### 🚀 Features
10+
- `Icon`: 新增 `logo-miniprogram``logo-cnb``seal``quote` 图标 @taowensheng1997 @uyarn ([#621](https://github.com/Tencent/tdesign-mobile-react/pull/621))
11+
### 🐞 Bug Fixes
12+
- `Icon`: 优化多个文件相关图标的绘制效果,修复 `gesture-right-slip` 的绘制问题@uyarn([#621](https://github.com/Tencent/tdesign-mobile-react/pull/621))
13+
- `Slider`: `marks` 属性不支持 `()=>TNode` 渲染的问题 @anlyyao ([#622](https://github.com/Tencent/tdesign-mobile-react/pull/622))
14+
815
## 🌈 0.13.1 `2025-04-21`
916
### 🐞 Bug Fixes
1017
- `SideBar`: 修复组件未导出问题 @anlyyao ([#616](https://github.com/Tencent/tdesign-mobile-react/pull/616))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-mobile-react",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "TDesign Component for Mobile React",
55
"title": "tdesign-mobile-react",
66
"main": "cjs/index.js",

0 commit comments

Comments
 (0)