Skip to content

Commit e9be1ad

Browse files
🔖 chore(release): v3.0.0-alpha.18 [skip ci]
# [3.0.0-alpha.18](v3.0.0-alpha.17...v3.0.0-alpha.18) (2023-01-11) ### ✨ Features * 经过讨论移除 AppContainer 容器组件,直接使用 antd 的 App 即可 ([0ff52d3](0ff52d3)) ### 💥 BREAKING CHANGES * 移除 AppContainer
1 parent f66a23d commit e9be1ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# [3.0.0-alpha.18](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.17...v3.0.0-alpha.18) (2023-01-11)
4+
5+
### ✨ Features
6+
7+
- 经过讨论移除 AppContainer 容器组件,直接使用 antd 的 App 即可 ([0ff52d3](https://github.com/arvinxx/antd-style/commit/0ff52d3))
8+
9+
### 💥 BREAKING CHANGES
10+
11+
- 移除 AppContainer
12+
313
# [3.0.0-alpha.17](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.16...v3.0.0-alpha.17) (2023-01-10)
414

515
### 🐛 Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-style",
3-
"version": "3.0.0-alpha.17",
3+
"version": "3.0.0-alpha.18",
44
"description": "a css-in-js solution for application combine with antd v5 token system and emotion",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)