We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfdd32 commit 4bb2198Copy full SHA for 4bb2198
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+# 1.0.0-rc.1 (2023-01-01)
4
5
+### ✨ Features
6
7
+- add styled usage ([ab86f5d](https://github.com/arvinxx/antd-style/commit/ab86f5d))
8
+- 增加 createStyles 的使用方法 ([7704d13](https://github.com/arvinxx/antd-style/commit/7704d13))
9
+- 新增基础的 useToken 方法 ([95d77fd](https://github.com/arvinxx/antd-style/commit/95d77fd))
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "0.0.0",
+ "version": "1.0.0-rc.1",
"description": "a css-in-js application solution combine emotion with antd v5 token system",
"keywords": [
"npm",
0 commit comments