Skip to content

Commit 80812b7

Browse files
committed
1 parent e0b29c7 commit 80812b7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.0.2](https://github.com/vitejs/vite/compare/[email protected]@1.0.2) (2021-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-vue-jsx:** files should include `index.d.ts` ([#1473](https://github.com/vitejs/vite/issues/1473)) [skip ci] ([f3ab497](https://github.com/vitejs/vite/commit/f3ab497b762e267721ace628bc6c7c5695b0d431))
7+
* **plugin-vue-jsx:** fix define call check ([#1480](https://github.com/vitejs/vite/issues/1480)) ([4ea065f](https://github.com/vitejs/vite/commit/4ea065f6278f30c022ed291bfb0412a674b18dd4))
8+
* **plugin-vue-jsx:** fix vue jsx hmr ([#1495](https://github.com/vitejs/vite/issues/1495)) ([6bdc3eb](https://github.com/vitejs/vite/commit/6bdc3eb2d004a28d2934946e33602f832b1ad8f2))
9+
10+
11+
### Performance Improvements
12+
13+
* **plugin-vue-jsx:** only gen source map when necessary ([bfa8530](https://github.com/vitejs/vite/commit/bfa8530fc60deada634c38cfd6a23ab8ca05d47c))
14+
15+
16+
117
## [1.0.1](https://github.com/vitejs/vite/compare/[email protected]@1.0.1) (2021-01-04)
218

319

Diff for: packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue-jsx",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)