From 7ed4d8b0395a75b97d3a70031f7f548a31df0b69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Jan 2023 06:11:10 +0000 Subject: [PATCH] :bookmark: chore(release): v3.0.0-alpha.9 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 * 移除直接暴露的静态实例 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0825ddf7..3492a734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e1042488..c298cf14 100644 --- a/package.json +++ b/package.json @@ -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",