diff --git a/packages/vike-react-antd/CHANGELOG.md b/packages/vike-react-antd/CHANGELOG.md index d9768ca6..0df52413 100644 --- a/packages/vike-react-antd/CHANGELOG.md +++ b/packages/vike-react-antd/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/vikejs/vike-react/compare/vike-react-antd@1.0.0...vike-react-antd@1.0.1) (2024-12-23) + + +### Bug Fixes + +* move `pageContext.config.antd.cache` to `pageContext.antd.cache` ([a2a533d](https://github.com/vikejs/vike-react/commit/a2a533dab959897c213770d019942b46438a517c)) + + + # 1.0.0 (2024-11-30) diff --git a/packages/vike-react-antd/package.json b/packages/vike-react-antd/package.json index e4ae8d58..3c2576fd 100644 --- a/packages/vike-react-antd/package.json +++ b/packages/vike-react-antd/package.json @@ -1,6 +1,6 @@ { "name": "vike-react-antd", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "exports": { "./config": "./dist/config.js",