Skip to content

Commit 45e93fb

Browse files
committed
1 parent 0ba0d71 commit 45e93fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/plugin-rsc/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## <small>[0.4.33](https://github.com/vitejs/vite-plugin-react/compare/[email protected]@0.4.33) (2025-10-08)</small>
2+
### Bug Fixes
3+
4+
* **deps:** update all non-major dependencies ([#887](https://github.com/vitejs/vite-plugin-react/issues/887)) ([407795d](https://github.com/vitejs/vite-plugin-react/commit/407795dbd0129b069cf3ac842846687485a5ef00))
5+
* **deps:** update all non-major dependencies ([#896](https://github.com/vitejs/vite-plugin-react/issues/896)) ([2d239fc](https://github.com/vitejs/vite-plugin-react/commit/2d239fc8dec2ab499282eaea45b2bffb8d182f26))
6+
* **rsc/cjs:** add `__filename` and `__dirname` ([#908](https://github.com/vitejs/vite-plugin-react/issues/908)) ([0ba0d71](https://github.com/vitejs/vite-plugin-react/commit/0ba0d71bc92822946f327760691db3d6f7d87106))
7+
* **rsc/cjs:** unwrap `default` based on `__cjs_module_runner_transform` marker ([#905](https://github.com/vitejs/vite-plugin-react/issues/905)) ([1216caf](https://github.com/vitejs/vite-plugin-react/commit/1216caf70621b8760c4226624939b77e7ece4f42))
8+
9+
### Code Refactoring
10+
11+
* **rsc:** move common code for `transformCjsToEsm` ([#909](https://github.com/vitejs/vite-plugin-react/issues/909)) ([ac61c62](https://github.com/vitejs/vite-plugin-react/commit/ac61c624d8a7f860af735ad288491b5c50c656bb))
12+
113
## <small>[0.4.32](https://github.com/vitejs/vite-plugin-react/compare/[email protected]@0.4.32) (2025-09-26)</small>
214
### Bug Fixes
315

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

0 commit comments

Comments
 (0)