Skip to content

Commit 01a7d0c

Browse files
🔖 chore(release): v3.0.0-alpha.11 [skip ci]
# [3.0.0-alpha.11](v3.0.0-alpha.10...v3.0.0-alpha.11) (2023-01-10) ### ✨ Features * createStyles 入参支持 appearance 和 injectGlobal ([0b1d947](0b1d947)) ### 🐛 Bug Fixes * 修正类型定义不准确的问题 ([d318382](d318382))
1 parent 0b1d947 commit 01a7d0c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# [3.0.0-alpha.11](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2023-01-10)
4+
5+
### ✨ Features
6+
7+
- createStyles 入参支持 appearance 和 injectGlobal ([0b1d947](https://github.com/arvinxx/antd-style/commit/0b1d947))
8+
9+
### 🐛 Bug Fixes
10+
11+
- 修正类型定义不准确的问题 ([d318382](https://github.com/arvinxx/antd-style/commit/d318382))
12+
313
# [3.0.0-alpha.10](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2023-01-10)
414

515
# [3.0.0-alpha.9](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2023-01-09)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-style",
3-
"version": "3.0.0-alpha.10",
3+
"version": "3.0.0-alpha.11",
44
"description": "a css-in-js solution for application combine with antd v5 token system and emotion",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)