Skip to content

Commit 07e9f36

Browse files
committed
1 parent b0400f3 commit 07e9f36

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.0.0-beta.1 (2025-06-02)
2+
3+
* fix(vue): import with query (#592) ([b0400f3](https://github.com/vitejs/vite-plugin-vue/commit/b0400f3)), closes [#592](https://github.com/vitejs/vite-plugin-vue/issues/592)
4+
5+
6+
17
## 6.0.0-beta.0 (2025-05-21)
28

39
* feat(vue)!: separate include and exclude from `api.options` and add filter (#582) ([e3beac8](https://github.com/vitejs/vite-plugin-vue/commit/e3beac8)), closes [#582](https://github.com/vitejs/vite-plugin-vue/issues/582)

packages/plugin-vue/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-vue",
3-
"version": "6.0.0-beta.0",
3+
"version": "6.0.0-beta.1",
44
"type": "commonjs",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)