Skip to content

Commit d802917

Browse files
committed
1 parent 61b2818 commit d802917

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: packages/plugin-vue/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 5.0.0-beta.0 (2023-12-07)
2+
3+
* chore: upgrade vitest ([db4cf1c](https://github.com/vitejs/vite-plugin-vue/commit/db4cf1c))
4+
* chore(deps): update dependency rollup to ^4.6.1 (#308) ([1a5df4f](https://github.com/vitejs/vite-plugin-vue/commit/1a5df4f)), closes [#308](https://github.com/vitejs/vite-plugin-vue/issues/308)
5+
* feat(plugin-vue): add `customElement` option to compiler (#238) ([99564d5](https://github.com/vitejs/vite-plugin-vue/commit/99564d5)), closes [#238](https://github.com/vitejs/vite-plugin-vue/issues/238)
6+
* fix: respect vite base config for absolute URLs during dev ([515b171](https://github.com/vitejs/vite-plugin-vue/commit/515b171))
7+
* fix(deps): update all non-major dependencies (#298) ([cad0825](https://github.com/vitejs/vite-plugin-vue/commit/cad0825)), closes [#298](https://github.com/vitejs/vite-plugin-vue/issues/298)
8+
9+
10+
111
## 5.0.0-alpha.0 (2023-11-28)
212

313
* fix(plugin-vue): dts for cjs and esm ([c6050ea](https://github.com/vitejs/vite-plugin-vue/commit/c6050ea))

Diff for: 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": "5.0.0-alpha.0",
3+
"version": "5.0.0-beta.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)