diff --git a/packages/vike-react-antd/CHANGELOG.md b/packages/vike-react-antd/CHANGELOG.md new file mode 100644 index 00000000..d9768ca6 --- /dev/null +++ b/packages/vike-react-antd/CHANGELOG.md @@ -0,0 +1,9 @@ +# 1.0.0 (2024-11-30) + + +### Features + +* new extension `vike-react-antd` ([636fb8a](https://github.com/vikejs/vike-react/commit/636fb8ad6abfadf485f647cb68ea7f77ede216cf)) + + + diff --git a/packages/vike-react-antd/package.json b/packages/vike-react-antd/package.json index 5b5faf1b..c203a3b6 100644 --- a/packages/vike-react-antd/package.json +++ b/packages/vike-react-antd/package.json @@ -1,6 +1,6 @@ { "name": "vike-react-antd", - "version": "0.0.0", + "version": "1.0.0", "type": "module", "exports": { "./config": "./dist/config.js",