Skip to content

Commit ce56b0b

Browse files
committed
1 parent 522d57b commit ce56b0b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.0.3](https://github.com/vitejs/vite/compare/[email protected]@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/[email protected]@1.0.2) (2021-01-02)
222

323

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
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)