Skip to content

Commit

Permalink
🔖 chore(release): v3.0.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.7](v3.0.0-beta.6...v3.0.0-beta.7) (2023-02-26)

### ✨ Features

* 移除 useEmotion 方法 ([7f7a59e](7f7a59e))

### 🐛 Bug Fixes

* 修正 createInstance 的 ThemeProvider 会全量覆盖默认的自定义 token 问题 ([9477630](9477630))

### 💥 BREAKING CHANGES

* 移除 useEmotion 方法,用户不应该感知内部实现的实例对象
  • Loading branch information
semantic-release-bot committed Feb 26, 2023
1 parent f7ddeba commit a4bdc50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# [3.0.0-beta.7](https://github.com/ant-design/antd-style/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2023-02-26)

### ✨ Features

- 移除 useEmotion 方法 ([7f7a59e](https://github.com/ant-design/antd-style/commit/7f7a59e))

### 🐛 Bug Fixes

- 修正 createInstance 的 ThemeProvider 会全量覆盖默认的自定义 token 问题 ([9477630](https://github.com/ant-design/antd-style/commit/9477630))

### 💥 BREAKING CHANGES

- 移除 useEmotion 方法,用户不应该感知内部实现的实例对象

# [3.0.0-beta.6](https://github.com/ant-design/antd-style/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2023-02-23)

### 🐛 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-beta.6",
"version": "3.0.0-beta.7",
"description": "a css-in-js solution for application combine with antd v5 token system and emotion",
"keywords": [
"antd",
Expand Down

0 comments on commit a4bdc50

Please sign in to comment.