Skip to content

Commit 334004b

Browse files
committed
1 parent 605b3b0 commit 334004b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: packages/plugin-vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.2.0-beta.1 (2023-04-18)
2+
3+
* perf: only record type deps map in dev ([605b3b0](https://github.com/vitejs/vite-plugin-vue/commit/605b3b0))
4+
* chore: bump vue dev dep ([1f2155a](https://github.com/vitejs/vite-plugin-vue/commit/1f2155a))
5+
* chore: bump vue dev dep (trying windows fix) ([6513ecf](https://github.com/vitejs/vite-plugin-vue/commit/6513ecf))
6+
* chore: remove unused export ([d73c8e7](https://github.com/vitejs/vite-plugin-vue/commit/d73c8e7))
7+
* fix: ensure canInlineMain logic is identical with before refactor ([e6c5a90](https://github.com/vitejs/vite-plugin-vue/commit/e6c5a90))
8+
* feat: support 3.3 imported types in SFC macros ([c891652](https://github.com/vitejs/vite-plugin-vue/commit/c891652))
9+
10+
11+
112
## 4.2.0-beta.0 (2023-04-17)
213

314
* fix: check presence of magic-string instance when using rewriteDefaultAST ([094f784](https://github.com/vitejs/vite-plugin-vue/commit/094f784))

Diff for: packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "4.2.0-beta.0",
3+
"version": "4.2.0-beta.1",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)