Skip to content

Commit 9a0c739

Browse files
committed
1 parent f0b4cff commit 9a0c739

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/plugin-rsc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>[0.4.15](https://github.com/vitejs/vite-plugin-react/compare/[email protected]@0.4.15) (2025-07-28)</small>
2+
### Features
3+
4+
* **rsc:** show warning for non optimized cjs ([#635](https://github.com/vitejs/vite-plugin-react/issues/635)) ([da0a786](https://github.com/vitejs/vite-plugin-react/commit/da0a78607d18be534232fba5ea95bb96cc987449))
5+
6+
### Bug Fixes
7+
8+
* **rsc:** improve auto css heuristics ([#643](https://github.com/vitejs/vite-plugin-react/issues/643)) ([f0b4cff](https://github.com/vitejs/vite-plugin-react/commit/f0b4cff636558a27ed4e5527ed4ea68a2243e40e))
9+
110
## <small>[0.4.14](https://github.com/vitejs/vite-plugin-react/compare/[email protected]@0.4.14) (2025-07-27)</small>
211
### Features
312

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.4.14",
3+
"version": "0.4.15",
44
"description": "React Server Components (RSC) support for Vite.",
55
"keywords": [
66
"vite",

0 commit comments

Comments
 (0)