We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd38764 commit 19a0544Copy full SHA for 19a0544
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# [3.0.0-alpha.14](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.13...v3.0.0-alpha.14) (2023-01-10)
4
+
5
+### 🐛 Bug Fixes
6
7
+- 修正 CSS Object 和 CSS String 同时存在时的类型定义问题 ([bd38764](https://github.com/arvinxx/antd-style/commit/bd38764))
8
9
# [3.0.0-alpha.13](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.12...v3.0.0-alpha.13) (2023-01-10)
10
11
### 🐛 Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "3.0.0-alpha.13",
+ "version": "3.0.0-alpha.14",
"description": "a css-in-js solution for application combine with antd v5 token system and emotion",
"keywords": [
"css-in-js",
0 commit comments