We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6727c commit 07b39d9Copy full SHA for 07b39d9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# [3.0.0-alpha.3](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-01-07)
4
+
5
+### 🐛 Bug Fixes
6
7
+- 修正 GetCustom 相关方法类型没导出的问题 ([db6727c](https://github.com/arvinxx/antd-style/commit/db6727c))
8
9
# [3.0.0-alpha.2](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2023-01-07)
10
11
### ✨ Features
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "3.0.0-alpha.2",
+ "version": "3.0.0-alpha.3",
"description": "a css-in-js application solution combine emotion with antd v5 token system",
"keywords": [
"npm",
0 commit comments