Skip to content

Commit 4bb2198

Browse files
🔖 chore(release): v1.0.0-rc.1 [skip ci]
# 1.0.0-rc.1 (2023-01-01) ### ✨ Features * add styled usage ([ab86f5d](ab86f5d)) * 增加 createStyles 的使用方法 ([7704d13](7704d13)) * 新增基础的 useToken 方法 ([95d77fd](95d77fd))
1 parent 6cfdd32 commit 4bb2198

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-style",
3-
"version": "0.0.0",
3+
"version": "1.0.0-rc.1",
44
"description": "a css-in-js application solution combine emotion with antd v5 token system",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)