From 7e6cb7a32401dd47081be8ce457ad39c94f09ae4 Mon Sep 17 00:00:00 2001 From: KuangPF <1633397286@qq.com> Date: Tue, 11 Jul 2023 00:28:51 +0800 Subject: [PATCH] build(release): release a new version: 0.2.9 --- example/docs/guide/changelog.en-US.md | 11 +++++++++-- example/docs/guide/changelog.zh-CN.md | 7 ++++++- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/example/docs/guide/changelog.en-US.md b/example/docs/guide/changelog.en-US.md index 26ca9f7..38ca62e 100644 --- a/example/docs/guide/changelog.en-US.md +++ b/example/docs/guide/changelog.en-US.md @@ -7,14 +7,21 @@ timeline: true `dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。 -## 0.2.7 +## 0.2.9 `2023-07-11` -- 🐞 修复非多语言模式下,`useLocaleValue` 无法获取 actions 值 [#13](https://github.com/KuangPF/dumi-theme-antd/pull/13)。 - 🐞 当 actions `url` 为绝对路径时,Button 按钮 key 值适配 [#15](https://github.com/KuangPF/dumi-theme-antd/pull/15)。 + +## 0.2.8 + +`2023-07-11` + +- 🐞 修复非多语言模式下,`useLocaleValue` 无法获取 actions 值 [#13](https://github.com/KuangPF/dumi-theme-antd/pull/13)。 - 🆕 rtl 导航支持配置,详见 [rtl](/config/base-en#rtl)。 +## 0.2.7 + `2023-06-08` - 🆕 增加图片预览 `` 内置组件。 diff --git a/example/docs/guide/changelog.zh-CN.md b/example/docs/guide/changelog.zh-CN.md index 0df25ea..f5ccd79 100644 --- a/example/docs/guide/changelog.zh-CN.md +++ b/example/docs/guide/changelog.zh-CN.md @@ -7,12 +7,17 @@ timeline: true `dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。 +## 0.2.9 + +`2023-07-11` + +- 🐞 当 actions `url` 为绝对路径时,Button 按钮 key 值适配 [#15](https://github.com/KuangPF/dumi-theme-antd/pull/15)。 + ## 0.2.8 `2023-07-11` - 🐞 修复非多语言模式下,`useLocaleValue` 无法获取 actions 值 [#13](https://github.com/KuangPF/dumi-theme-antd/pull/13)。 -- 🐞 当 actions `url` 为绝对路径时,Button 按钮 key 值适配 [#15](https://github.com/KuangPF/dumi-theme-antd/pull/15)。 - 🆕 rtl 导航支持配置,详见 [rtl](/config/base#rtl)。 ## 0.2.7 diff --git a/package.json b/package.json index 3634dd4..b22b35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dumi-theme-antd", - "version": "0.2.8", + "version": "0.2.9", "description": "Ant Design 5.0 官网风格类似的 dumi2 主题插件", "keywords": [ "dumi",