Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jan 10, 2024
1 parent eddcfa8 commit 1963dcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,13 @@
## <small>5.0.3 (2024-01-10)</small>

* fix(deps): update all non-major dependencies (#309) ([8c694f6](https://github.com/vitejs/vite-plugin-vue/commit/8c694f6)), closes [#309](https://github.com/vitejs/vite-plugin-vue/issues/309)
* fix(plugin-vue): handle circular references in HMR check (#334) ([eddcfa8](https://github.com/vitejs/vite-plugin-vue/commit/eddcfa8)), closes [#334](https://github.com/vitejs/vite-plugin-vue/issues/334) [#325](https://github.com/vitejs/vite-plugin-vue/issues/325)
* fix(plugin-vue): handle custom element when hot update ([6ffee6d](https://github.com/vitejs/vite-plugin-vue/commit/6ffee6d))
* chore: fix typo ([0a3b9a5](https://github.com/vitejs/vite-plugin-vue/commit/0a3b9a5))
* chore(deps): update upstream (#310) ([90eb484](https://github.com/vitejs/vite-plugin-vue/commit/90eb484)), closes [#310](https://github.com/vitejs/vite-plugin-vue/issues/310)



## <small>5.0.2 (2023-12-30)</small>

* fix: ensure consistent user template options when reusing AST ([bc0ad64](https://github.com/vitejs/vite-plugin-vue/commit/bc0ad64)), closes [#322](https://github.com/vitejs/vite-plugin-vue/issues/322)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "5.0.2",
"version": "5.0.3",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 1963dcf

Please sign in to comment.