Skip to content

Commit 9be175d

Browse files
committed
1 parent b252f33 commit 9be175d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/plugin-vue-jsx/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>5.0.1 (2025-06-30)</small>
2+
3+
* fix(deps): update all non-major dependencies (#618) ([46f6c99](https://github.com/vitejs/vite-plugin-vue/commit/46f6c99)), closes [#618](https://github.com/vitejs/vite-plugin-vue/issues/618)
4+
* fix(vue-jsx): handle type asserted export default defineComponent (#615) ([3602d4d](https://github.com/vitejs/vite-plugin-vue/commit/3602d4d)), closes [#615](https://github.com/vitejs/vite-plugin-vue/issues/615)
5+
6+
7+
18
## 5.0.0 (2025-06-24)
29

310
* chore: add `description` and `keywords` field to package.json (#604) ([67ab76b](https://github.com/vitejs/vite-plugin-vue/commit/67ab76b)), closes [#604](https://github.com/vitejs/vite-plugin-vue/issues/604)

packages/plugin-vue-jsx/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-jsx",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)