We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bef457 commit 3d05891Copy full SHA for 3d05891
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# [3.0.0-alpha.7](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2023-01-08)
4
+
5
+### 🐛 Bug Fixes
6
7
+- 修正 createStyles 的类型定义,避免无法正常跳转 ([4bef457](https://github.com/arvinxx/antd-style/commit/4bef457))
8
9
# [3.0.0-alpha.6](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2023-01-07)
10
11
### 🐛 Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "3.0.0-alpha.6",
+ "version": "3.0.0-alpha.7",
"description": "a css-in-js application solution combine emotion with antd v5 token system",
"keywords": [
"npm",
0 commit comments