Skip to content

Commit

Permalink
release: plugin-vue@4.2.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 17, 2023
1 parent fc7d46e commit 681a14c
Show file tree
Hide file tree
Showing 3 changed files with 1,293 additions and 1,237 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.2.0-beta.0 (2023-04-17)

* fix: check presence of magic-string instance when using rewriteDefaultAST ([094f784](https://github.com/vitejs/vite-plugin-vue/commit/094f784))
* 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)
* 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)
* chore: format ([328fc10](https://github.com/vitejs/vite-plugin-vue/commit/328fc10))
* 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)
* refactor: use compiler-sfc 3.3 genDefaultAs option to avoid rewriteDefault ([2c35a66](https://github.com/vitejs/vite-plugin-vue/commit/2c35a66))



## 4.1.0 (2023-03-16)

* fix: avoid resolving to 2.7 compiler-sfc ([cf36b3e](https://github.com/vitejs/vite-plugin-vue/commit/cf36b3e))
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "4.1.0",
"version": "4.2.0-beta.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 681a14c

Please sign in to comment.