Skip to content

Commit

Permalink
build(release): release a new version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed May 22, 2024
1 parent ee633fe commit 3f17c56
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 @@ -8,6 +8,13 @@ tag: VERSION

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

## 0.4.0

`2024-05-22`

- 🛠 升级 `dumi` 以及 `antd` 版本号。
- 💄 优化侧边栏暗黑模式下背景颜色。

`2024-05-14`

- 🐞 修复 `defineThemeConfig` 引入报错[#34](https://github.com/KuangPF/dumi-theme-antd/issues/34)
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.0

`2024-05-22`

- 🛠 升级 `dumi` 以及 `antd` 版本号。
- 💄 优化侧边栏暗黑模式下背景颜色。

## 0.3.18

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

0 comments on commit 3f17c56

Please sign in to comment.