Skip to content

Commit

Permalink
🔖 chore(release): v3.0.1-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1-beta.1](v3.0.0...v3.0.1-beta.1) (2023-04-23)

### 🐛 Bug Fixes

* 修正 antd 组件 StyleProvider 的 container 插入位置属性丢失的问题 ([d6de186](d6de186)), closes [#46](#46)
* 修正 createInstance 的 container 插入位置制定无效的问题 ([c0b00c3](c0b00c3)), closes [#47](#47)
  • Loading branch information
semantic-release-bot committed Apr 23, 2023
1 parent 90b6997 commit f2fa344
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1-beta.1](https://github.com/ant-design/antd-style/compare/v3.0.0...v3.0.1-beta.1) (2023-04-23)

### 🐛 Bug Fixes

- 修正 antd 组件 StyleProvider 的 container 插入位置属性丢失的问题 ([d6de186](https://github.com/ant-design/antd-style/commit/d6de186)), closes [#46](https://github.com/ant-design/antd-style/issues/46)
- 修正 createInstance 的 container 插入位置制定无效的问题 ([c0b00c3](https://github.com/ant-design/antd-style/commit/c0b00c3)), closes [#47](https://github.com/ant-design/antd-style/issues/47)

# [3.0.0](https://github.com/ant-design/antd-style/compare/v2.0.2...v3.0.0) (2023-04-04)

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

0 comments on commit f2fa344

Please sign in to comment.