Skip to content

Commit

Permalink
build(release): release a new version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed May 23, 2024
1 parent fccd94c commit 18182ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions example/docs/guide/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ tag: VERSION
- 💄 适配 dumi 内置 markdown 增强 tip 颜色,与 antd 色系保持一致。
- 💄 优化页面部分 api,更好兼容 SSR。

## 0.4.1

`2024-05-23`

- 🛠 优化 SSR 样式提取逻辑。
- 💄 调整 `RTL` icon。

## 0.3.8

`2023-08-20`
Expand Down
7 changes: 7 additions & 0 deletions example/docs/guide/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ tag: VERSION

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

## 0.4.1

`2024-05-23`

- 🛠 优化 SSR 样式提取逻辑。
- 💄 调整 `RTL` icon。

## 0.4.0

`2024-05-22`
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.4.0",
"version": "0.4.1",
"description": "Ant Design 5.0 官网风格类似的 dumi2 主题插件",
"keywords": [
"dumi",
Expand Down

0 comments on commit 18182ec

Please sign in to comment.