File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.0-beta.1 (2022-07-06)
2
+
3
+ * fix(deps): update all non-major dependencies (#8802 ) ([ a4a634d] ( https://github.com/vitejs/vite/commit/a4a634d ) ), closes [ #8802 ] ( https://github.com/vitejs/vite/issues/8802 )
4
+ * fix(plugin-vue): handle TS decorators in rewriteDefault fallback ([ cb0c76a] ( https://github.com/vitejs/vite/commit/cb0c76a ) )
5
+ * chore: use ` tsx ` directly instead of indirect ` esno ` (#8773 ) ([ f018f13] ( https://github.com/vitejs/vite/commit/f018f13 ) ), closes [ #8773 ] ( https://github.com/vitejs/vite/issues/8773 )
6
+ * chore(plugin-vue): mark export helper with null byte (#8792 ) ([ 8de4319] ( https://github.com/vitejs/vite/commit/8de4319 ) ), closes [ #8792 ] ( https://github.com/vitejs/vite/issues/8792 )
7
+
8
+
9
+
1
10
## 3.0.0-beta.0 (2022-06-21)
2
11
3
12
* feat: bump minimum node version to 14.18.0 (#8662 ) ([ 8a05432] ( https://github.com/vitejs/vite/commit/8a05432 ) ), closes [ #8662 ] ( https://github.com/vitejs/vite/issues/8662 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitejs/plugin-vue" ,
3
- "version" : " 3.0.0-beta.0 " ,
3
+ "version" : " 3.0.0-beta.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Evan You" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments