Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 59877e3

Browse files
committed
release: v3.1.0-beta.0
1 parent d7d02af commit 59877e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.1.0-beta.0
6+
57
- Fix HMR for styled components exported alongside other components
68
- Support TypeScript decorators via the new `tsDecorators` option. This requires `experimentalDecorators` in tsconfig.
79
- Support plugins via the new `plugins` options

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-react-swc-monorepo",
3-
"version": "3.0.1",
3+
"version": "3.1.0-beta.0",
44
"private": true,
55
"scripts": {
66
"dev": "scripts/bundle.ts --dev",

0 commit comments

Comments
 (0)