Procházet zdrojové kódy

docs(changelog): add v2.60.1 changelog

zhangyumei.0319 před 1 rokem
rodič
revize
562c55c79f

+ 5 - 0
content/start/changelog/index-en-US.md

@@ -15,6 +15,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+#### 🎉 2.61.1 (2024-06-19)
+- 【Fix】
+    - Fixed the problem in Typography that icon size and size settings are not consistent, affecting version 2.59.0-2.60.1 [#2308](https://github.com/DouyinFE/semi-design/pull/2308)
+
 #### 🎉 2.60.0 (2024-06-07)
 - 【Docs】
     - update filter API defination In Tranfer

+ 4 - 0
content/start/changelog/index.md

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.61.1 (2024-06-19)
+- 【Fix】
+    - 修复 Typography 组件中 icon 大小和 size 设置未保持一致问题,影响版本2.59.0-2.60.1 [#2308](https://github.com/DouyinFE/semi-design/pull/2308)
+
 #### 🎉 2.60.0 (2024-06-07)
 - 【Docs】
     - 更新对 Transfer 的 filter API 说明 [#2280](https://github.com/DouyinFE/semi-design/pull/2280)