Browse Source

docs: update changelog

pointhalo 3 years ago
parent
commit
932f69c9b7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      content/start/changelog/index-en-US.md
  2. 1 1
      content/start/changelog/index.md

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

@@ -16,7 +16,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
-#### 🎉 2.22.0-beta.0 (2022-10-25)
+#### 🎉 2.22.0-beta.1 (2022-10-26)
 - 【Feat】
   - Typography adds a new Numeral component, based on the Text component, and adds attributes: rule, precision, truncate, parser, to provide the ability to process numerical values ​​in text separately [@uiuing](https://github.com/uiuing)
   - TreeSelect adds showRestTagsPopover and restTagsPopoverProps parameters to support displaying redundant tags through popover

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

@@ -16,7 +16,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
-#### 🎉 2.22.0-beta.0 (2022-10-25)
+#### 🎉 2.22.0-beta.1 (2022-10-26)
 - 【Feat】
   - Typography 新增 Numeral 组件,基于 Text 组件,添加了属性: rule, precision, truncate, parser, 以提供需要单独处理文本中数值的能力 [@uiuing](https://github.com/uiuing)
   - 导出 LocaleConsumer 组件 [@Hokori23](https://github.com/Hokori23)