From e8521e55fa23872dc5127d6d99c371965164ab6a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Dec 2023 06:08:12 +0000 Subject: [PATCH] :bookmark: chore(release): v3.6.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.6.1](https://github.com/ant-design/antd-style/compare/v3.6.0...v3.6.1) (2023-12-08) ### 🐛 Bug Fixes * 兼容 createInstance 时自定义 prefixCls 的场景, closes [#126](https://github.com/ant-design/antd-style/issues/126) ([61af366](https://github.com/ant-design/antd-style/commit/61af366)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb32d222..efe65033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.6.1](https://github.com/ant-design/antd-style/compare/v3.6.0...v3.6.1) (2023-12-08) + +### 🐛 Bug Fixes + +- 兼容 createInstance 时自定义 prefixCls 的场景, closes [#126](https://github.com/ant-design/antd-style/issues/126) ([61af366](https://github.com/ant-design/antd-style/commit/61af366)) + # [3.6.0](https://github.com/ant-design/antd-style/compare/v3.5.2...v3.6.0) (2023-12-08) ### ✨ Features diff --git a/package.json b/package.json index 6c932ba6..eab287d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-style", - "version": "3.6.0", + "version": "3.6.1", "description": "css-in-js solution for application combine with antd v5 token system and emotion", "keywords": [ "antd",