Skip to content

Commit 7f027a5

Browse files
committed
release: plugin-vue@1.0.3
1 parent 6c26125 commit 7f027a5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.0.3](https://github.com/vitejs/vite/compare/plugin-vue@1.0.2...plugin-vue@1.0.3) (2021-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-vue:** custom block prev handling ([8dbc2b4](https://github.com/vitejs/vite/commit/8dbc2b47dd8fea4a953fb05057edb47122e2dcb7))
7+
8+
9+
### Code Refactoring
10+
11+
* **hmr:** pass context object to `handleHotUpdate` plugin hook ([b314771](https://github.com/vitejs/vite/commit/b3147710e96a8f88ab81b2e45dbf7e7174ad976c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **hmr:** `handleHotUpdate` plugin hook now receives a single
17+
`HmrContext` argument instead of multiple args.
18+
19+
20+
121
## [1.0.2](https://github.com/vitejs/vite/compare/plugin-vue@1.0.2...plugin-vue@1.0.2) (2021-01-02)
222

323

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

0 commit comments

Comments
 (0)