Przeglądaj źródła

chore: update changelog

代强 1 rok temu
rodzic
commit
2650b4fe9d

+ 1 - 1
content/start/changelog/index-en-US.md

@@ -17,7 +17,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 ---
 
 
-#### 🎉 2.55.0-beta.0 (2024-03-22)
+#### 🎉 2.55.0 (2024-03-22)
 - 【Fix】
   - Fix the problem that the Table header selection state is incorrectly selected when the data is empty (affects v2.51 ~ v2.54)  [#2128](https://github.com/DouyinFE/semi-design/issues/2128)
   - Fix the problem of Split Button losing style when children Button className changes

+ 1 - 1
content/start/changelog/index.md

@@ -13,7 +13,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
-#### 🎉 2.55.0-beta.0 (2024-03-22)
+#### 🎉 2.55.0 (2024-03-22)
 - 【Fix】
   - 修复 Table 表头选择状态在数据为空时错误被选中问题(影响 v2.51 ~ v2.54版本)  [#2128](https://github.com/DouyinFE/semi-design/issues/2128)
   - 修复 Split Button 在 children Button className 变化时丢失样式的问题