Skip to content

Commit e2a6a98

Browse files
committed
1 parent c383503 commit e2a6a98

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.4.0 (2023-10-02)
2+
3+
* fix(plugin-vue): re-create filters after updating options (#246) ([c383503](https://github.com/vitejs/vite-plugin-vue/commit/c383503)), closes [#246](https://github.com/vitejs/vite-plugin-vue/issues/246)
4+
* feat: support generated JS imports for external scoped style (#196) ([bd5055d](https://github.com/vitejs/vite-plugin-vue/commit/bd5055d)), closes [#196](https://github.com/vitejs/vite-plugin-vue/issues/196)
5+
* chore: add `@ts-ignore` when accessing `legacy?.buildSsrCjsExternalHeuristics` (#255) ([04c3b0b](https://github.com/vitejs/vite-plugin-vue/commit/04c3b0b)), closes [#255](https://github.com/vitejs/vite-plugin-vue/issues/255)
6+
* refactor(plugin-vue): deprecate reactivity transform ([38f8ea5](https://github.com/vitejs/vite-plugin-vue/commit/38f8ea5))
7+
* refactor(plugin-vue): use source-map-js (#247) ([b43690d](https://github.com/vitejs/vite-plugin-vue/commit/b43690d)), closes [#247](https://github.com/vitejs/vite-plugin-vue/issues/247)
8+
9+
10+
111
## <small>4.3.4 (2023-08-28)</small>
212

313
* chore(deps): update typescript-eslint monorepo to v6 (major) (#210) ([fb07b5b](https://github.com/vitejs/vite-plugin-vue/commit/fb07b5b)), closes [#210](https://github.com/vitejs/vite-plugin-vue/issues/210)

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.3.4",
3+
"version": "4.4.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)