diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a60727c..e7400139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [3.0.0-beta.15](https://github.com/ant-design/antd-style/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2023-03-15) + +### ✨ Features + +- extractStaticStyle 支持抽取 antd 样式 ([5d0d10c](https://github.com/ant-design/antd-style/commit/5d0d10c)) +- 支持使用 antd-style 的 StyleProvider 做 SSR ([6c0b017](https://github.com/ant-design/antd-style/commit/6c0b017)) + # [3.0.0-beta.14](https://github.com/ant-design/antd-style/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2023-03-15) ### ✨ Features diff --git a/package.json b/package.json index 23523d9d..2b46ad7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-style", - "version": "3.0.0-beta.14", + "version": "3.0.0-beta.15", "description": "a css-in-js solution for application combine with antd v5 token system and emotion", "keywords": [ "antd",