Skip to content

Commit

Permalink
build(release): release a new version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Jun 5, 2023
1 parent 3a72b11 commit 282c31f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions example/docs/guide/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ timeline: true

`dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。

## 0.2.6

`2023-06-05`

- 🆕 支持 `LTR` 以及 `RTL` 文字方向切换。
- 🆕 支持 antd 定制主题配置,详见 [theme](/config/base#theme)
- 🐞 修复传入 `bannerConfig` 配置,头部图片被压缩。[#7](https://github.com/KuangPF/dumi-theme-antd/issues/7)

## 0.2.5

`2023-05-31`
Expand Down
8 changes: 8 additions & 0 deletions example/docs/guide/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ timeline: true

`dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。

## 0.2.6

`2023-06-05`

- 🆕 支持 `LTR` 以及 `RTL` 文字方向切换。
- 🆕 支持 antd 定制主题配置,详见 [theme](/config/base#theme)
- 🐞 修复传入 `bannerConfig` 配置,头部图片被压缩。[#7](https://github.com/KuangPF/dumi-theme-antd/issues/7)

## 0.2.5

`2023-05-31`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi-theme-antd",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"keywords": [
"dumi",
Expand Down

0 comments on commit 282c31f

Please sign in to comment.