Skip to content

Commit afec26e

Browse files
committed
1 parent 486ebb0 commit afec26e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/plugin-rsc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>[0.5.4](https://github.com/vitejs/vite-plugin-react/compare/[email protected]@0.5.4) (2025-12-04)</small>
2+
### Bug Fixes
3+
4+
* **rsc:** fix deserializing client reference in server environment with React 19.2.1+ ([#1000](https://github.com/vitejs/vite-plugin-react/issues/1000)) ([486ebb0](https://github.com/vitejs/vite-plugin-react/commit/486ebb03defe1608505fd8ecd05623f6ec1c4571))
5+
16
## <small>[0.5.3](https://github.com/vitejs/vite-plugin-react/compare/[email protected]@0.5.3) (2025-12-03)</small>
27
### Bug Fixes
38

packages/plugin-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-rsc",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "React Server Components (RSC) support for Vite.",
55
"keywords": [
66
"vite",

0 commit comments

Comments
 (0)