From a672adce22eff1b5c32ccd1609d6a0b9a6ff8b66 Mon Sep 17 00:00:00 2001
From: "vite-release-bot[bot]"
<310023697+vite-release-bot[bot]@users.noreply.github.com>
Date: Fri, 7 Aug 2026 07:20:43 +0000
Subject: [PATCH] release: plugin-rsc@0.5.34
---
packages/plugin-rsc/CHANGELOG.md | 18 ++++++++++++++++++
packages/plugin-rsc/package.json | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/packages/plugin-rsc/CHANGELOG.md b/packages/plugin-rsc/CHANGELOG.md
index 380fd703a..34132e0fe 100644
--- a/packages/plugin-rsc/CHANGELOG.md
+++ b/packages/plugin-rsc/CHANGELOG.md
@@ -1,3 +1,21 @@
+## [0.5.34](https://github.com/vitejs/vite-plugin-react/compare/plugin-rsc%400.5.33...plugin-rsc%400.5.34) (2026-08-07)
+### Features
+
+* **rsc:** support inline `"use cache"` exports in file-level `"use server"` modules and vice versa ([#1415](https://github.com/vitejs/vite-plugin-react/issues/1415)) ([5626b31](https://github.com/vitejs/vite-plugin-react/commit/5626b31c1e1ce5b92cd8158585dee94cecd754c5))
+* **rsc:** support inline directive methods ([#1413](https://github.com/vitejs/vite-plugin-react/issues/1413)) ([40300f1](https://github.com/vitejs/vite-plugin-react/commit/40300f14babdce9bd86386b48777633927f26652))
+
+### Documentation
+
+* **rsc:** document use cache examples ([#1407](https://github.com/vitejs/vite-plugin-react/issues/1407)) ([4b0e3c7](https://github.com/vitejs/vite-plugin-react/commit/4b0e3c720ab5877ac6eb8aeb1f59f69a0bb50e43))
+
+### Miscellaneous Chores
+
+* **rsc:** clarify use cache example ([#1410](https://github.com/vitejs/vite-plugin-react/issues/1410)) ([fa4dba4](https://github.com/vitejs/vite-plugin-react/commit/fa4dba4b18b96370705568929c07647f0d003428))
+
+### Tests
+
+* **rsc:** add persistent use cache example ([#1411](https://github.com/vitejs/vite-plugin-react/issues/1411)) ([fc7ace5](https://github.com/vitejs/vite-plugin-react/commit/fc7ace5f6cddc7163df491a7a91f06b6430b8ce4))
+
## [0.5.33](https://github.com/vitejs/vite-plugin-react/compare/plugin-rsc%400.5.32...plugin-rsc%400.5.33) (2026-08-06)
### Features
diff --git a/packages/plugin-rsc/package.json b/packages/plugin-rsc/package.json
index 2fdab43b3..c4d428be3 100644
--- a/packages/plugin-rsc/package.json
+++ b/packages/plugin-rsc/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-rsc",
- "version": "0.5.33",
+ "version": "0.5.34",
"description": "React Server Components (RSC) support for Vite.",
"keywords": [
"react",