We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554c6ea commit 8293cb3Copy full SHA for 8293cb3
packages/plugin-react/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 5.0.3 (2025-09-17)
6
+
7
### HMR did not work for components imported with queries with rolldown-vite ([#872](https://github.com/vitejs/vite-plugin-react/pull/872))
8
9
### Perf: simplify refresh wrapper generation ([#835](https://github.com/vitejs/vite-plugin-react/pull/835))
packages/plugin-react/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react",
- "version": "5.0.2",
+ "version": "5.0.3",
"license": "MIT",
"author": "Evan You",
"description": "The default Vite plugin for React projects",
0 commit comments