Skip to content

Commit 681a14c

Browse files
committedApr 17, 2023
1 parent fc7d46e commit 681a14c

File tree

3 files changed

+1293
-1237
lines changed

3 files changed

+1293
-1237
lines changed
 

‎packages/plugin-vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.2.0-beta.0 (2023-04-17)
2+
3+
* fix: check presence of magic-string instance when using rewriteDefaultAST ([094f784](https://github.com/vitejs/vite-plugin-vue/commit/094f784))
4+
* fix(deps): update all non-major dependencies (#82) ([b274436](https://github.com/vitejs/vite-plugin-vue/commit/b274436)), closes [#82](https://github.com/vitejs/vite-plugin-vue/issues/82)
5+
* fix(vue): retrieve rewritten code (#139) ([199f0cb](https://github.com/vitejs/vite-plugin-vue/commit/199f0cb)), closes [#139](https://github.com/vitejs/vite-plugin-vue/issues/139)
6+
* chore: format ([328fc10](https://github.com/vitejs/vite-plugin-vue/commit/328fc10))
7+
* refactor: reuse script ast for rewriting default (#136) ([9d84656](https://github.com/vitejs/vite-plugin-vue/commit/9d84656)), closes [#136](https://github.com/vitejs/vite-plugin-vue/issues/136)
8+
* refactor: use compiler-sfc 3.3 genDefaultAs option to avoid rewriteDefault ([2c35a66](https://github.com/vitejs/vite-plugin-vue/commit/2c35a66))
9+
10+
11+
112
## 4.1.0 (2023-03-16)
213

314
* fix: avoid resolving to 2.7 compiler-sfc ([cf36b3e](https://github.com/vitejs/vite-plugin-vue/commit/cf36b3e))

‎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.1.0",
3+
"version": "4.2.0-beta.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

‎pnpm-lock.yaml

+1,281-1,236
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.