We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ed579 commit a7b2c73Copy full SHA for a7b2c73
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# [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)
4
+
5
+### 🐛 Bug Fixes
6
7
+- 经过思考 create({ 单个 css obj }) 这个使用方式不合理,将其移出基础的类型定义对象中 ([51ed579](https://github.com/arvinxx/antd-style/commit/51ed579))
8
9
# [3.0.0-alpha.16](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2023-01-10)
10
11
### 🐛 Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "3.0.0-alpha.16",
+ "version": "3.0.0-alpha.17",
"description": "a css-in-js solution for application combine with antd v5 token system and emotion",
"keywords": [
"css-in-js",
0 commit comments