Skip to content

Commit f970078

Browse files
committed
chore: tweak changelog
1 parent 06aa08d commit f970078

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/plugin-rsc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.4.10
3+
## v0.4.10 (2025-07-04)
44

55
- feat: add `@vitejs/plugin-rsc` ([#521](https://github.com/vitejs/vite-plugin-react/pull/521))
66

packages/plugin-rsc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-rsc",
3-
"version": "0.4.10",
3+
"version": "0.4.10-pre.0",
44
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/rsc",
55
"repository": {
66
"type": "git",
@@ -26,6 +26,7 @@
2626
"test-package": "bash scripts/test-package.sh",
2727
"tsc": "tsc -b ./tsconfig.json ./e2e/tsconfig.json ./examples/*/tsconfig.json",
2828
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
29+
"changelog": "pnpm dlx @hiogawa/changelog --repo https://github.com/vitejs/vite-plugin-react",
2930
"dev": "tsdown --sourcemap --watch src",
3031
"build": "tsdown",
3132
"prepack": "tsdown --clean"

0 commit comments

Comments
 (0)