Skip to content

Commit 0aaf2e5

Browse files
committed
1 parent 941b20d commit 0aaf2e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/plugin-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.0.0 (2022-12-09)
2+
3+
* chore: update vite to ^4.0.0 (#57) ([941b20d](https://github.com/vitejs/vite-plugin-react/commit/941b20d)), closes [#57](https://github.com/vitejs/vite-plugin-react/issues/57)
4+
* chore(deps): update rollup (#56) ([af25ec7](https://github.com/vitejs/vite-plugin-react/commit/af25ec7)), closes [#56](https://github.com/vitejs/vite-plugin-react/issues/56)
5+
* chore!: drop ast check for refresh boundary (#43) ([e43bd76](https://github.com/vitejs/vite-plugin-react/commit/e43bd76)), closes [#43](https://github.com/vitejs/vite-plugin-react/issues/43)
6+
7+
8+
19
## 3.0.0-beta.0 (2022-12-05)
210

311
* chore: clean some leftovers from Vite core (#44) ([d2a3931](https://github.com/vitejs/vite-plugin-react/commit/d2a3931)), closes [#44](https://github.com/vitejs/vite-plugin-react/issues/44)

packages/plugin-react/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",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"contributors": [

0 commit comments

Comments
 (0)