Skip to content

Commit f879b32

Browse files
committed
1 parent dac8075 commit f879b32

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [2.1.0](https://github.com/vitejs/vite/compare/[email protected]@2.1.0) (2022-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-vue:** compiler is null on rollup ([#6566](https://github.com/vitejs/vite/issues/6566)) ([b289b2d](https://github.com/vitejs/vite/commit/b289b2d433f94949730e1f041f3c8e16c417e9d0))
7+
* **plugin-vue:** make cssm code tree shakeable ([#6353](https://github.com/vitejs/vite/issues/6353)) ([3fb4118](https://github.com/vitejs/vite/commit/3fb4118026e2745140894afb9755298656750f43))
8+
* update the vue version in the error message ([#6252](https://github.com/vitejs/vite/issues/6252)) ([6a47083](https://github.com/vitejs/vite/commit/6a47083df14cb8d2584a86abda8a5e89a731c170))
9+
10+
11+
112
## [2.0.1](https://github.com/vitejs/vite/compare/[email protected]@2.0.1) (2021-12-14)
213

314

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

0 commit comments

Comments
 (0)