Skip to content

Commit

Permalink
🔖 chore(release): v3.0.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-alpha.9](v3.0.0-alpha.8...v3.0.0-alpha.9) (2023-01-09)

### ♻ Code Refactoring

* 移除暴露的静态方法,通过回调接口实现实例的转发 ([9b9e340](9b9e340))

### ✨ Features

* 为 ThemeProvider 增加主题切换的能力 ([e15668a](e15668a))
* 为 ThemeProvider 补齐主题切换的能力 ([52b68d5](52b68d5))

### 🐛 Bug Fixes

* 修正 theme props 类型定义失效的问题 ([2c3749c](2c3749c))

### 💥 BREAKING CHANGES

* 移除直接暴露的静态实例
  • Loading branch information
semantic-release-bot committed Jan 9, 2023
1 parent aab115a commit 7ed4d8b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# [3.0.0-alpha.9](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2023-01-09)

### ♻ Code Refactoring

- 移除暴露的静态方法,通过回调接口实现实例的转发 ([9b9e340](https://github.com/arvinxx/antd-style/commit/9b9e340))

### ✨ Features

- 为 ThemeProvider 增加主题切换的能力 ([e15668a](https://github.com/arvinxx/antd-style/commit/e15668a))
- 为 ThemeProvider 补齐主题切换的能力 ([52b68d5](https://github.com/arvinxx/antd-style/commit/52b68d5))

### 🐛 Bug Fixes

- 修正 theme props 类型定义失效的问题 ([2c3749c](https://github.com/arvinxx/antd-style/commit/2c3749c))

### 💥 BREAKING CHANGES

- 移除直接暴露的静态实例

# [3.0.0-alpha.8](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2023-01-09)

### 🐛 Bug Fixes
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": "antd-style",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "a css-in-js application solution combine emotion with antd v5 token system",
"keywords": [
"npm",
Expand Down

0 comments on commit 7ed4d8b

Please sign in to comment.