Skip to content

Commit e8521e5

Browse files
🔖 chore(release): v3.6.1 [skip ci]
## [3.6.1](v3.6.0...v3.6.1) (2023-12-08) ### 🐛 Bug Fixes * 兼容 createInstance 时自定义 prefixCls 的场景, closes [#126](#126) ([61af366](61af366))
1 parent 61af366 commit e8521e5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.6.1](https://github.com/ant-design/antd-style/compare/v3.6.0...v3.6.1) (2023-12-08)
4+
5+
### 🐛 Bug Fixes
6+
7+
- 兼容 createInstance 时自定义 prefixCls 的场景, closes [#126](https://github.com/ant-design/antd-style/issues/126) ([61af366](https://github.com/ant-design/antd-style/commit/61af366))
8+
39
# [3.6.0](https://github.com/ant-design/antd-style/compare/v3.5.2...v3.6.0) (2023-12-08)
410

511
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-style",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "css-in-js solution for application combine with antd v5 token system and emotion",
55
"keywords": [
66
"antd",

0 commit comments

Comments
 (0)