Skip to content

Commit

Permalink
release: v6.0.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 24, 2024
1 parent 09a032e commit e45881c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 6.0.0-alpha.17 (2024-05-24)

* refactor!: rename to HMRPayload to HotPayload and remove HMRBroadcaster (#16875) ([87bbb04](https://github.com/vitejs/vite/commit/87bbb04)), closes [#16875](https://github.com/vitejs/vite/issues/16875)
* fix: dep optimization options ([624e751](https://github.com/vitejs/vite/commit/624e751))
* fix: DepOptimizationConfig ([5c655e6](https://github.com/vitejs/vite/commit/5c655e6))
* fix: handleHotUpdate compat (#17295) ([11bddb0](https://github.com/vitejs/vite/commit/11bddb0)), closes [#17295](https://github.com/vitejs/vite/issues/17295)
* fix: optimizeDeps back compat ([478a9aa](https://github.com/vitejs/vite/commit/478a9aa))
* fix(types): avoid referencing `WeakKey` type ([e339959](https://github.com/vitejs/vite/commit/e339959))
* feat: per-environment optimizeDeps entries and force ([006cfb7](https://github.com/vitejs/vite/commit/006cfb7))
* feat: reporter as shared plugin using createWeakData (#17293) ([2b69389](https://github.com/vitejs/vite/commit/2b69389)), closes [#17293](https://github.com/vitejs/vite/issues/17293)
* chore: refactor isDepsOptimizerEnabled ([5f36aa6](https://github.com/vitejs/vite/commit/5f36aa6))
* docs: deprecate server.hot (#16741) ([e7d38ab](https://github.com/vitejs/vite/commit/e7d38ab)), closes [#16741](https://github.com/vitejs/vite/issues/16741)



## 6.0.0-alpha.16 (2024-05-23)

* feat: createWeakData ([bcb1959](https://github.com/vitejs/vite/commit/bcb1959))
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "6.0.0-alpha.16",
"version": "6.0.0-alpha.17",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit e45881c

Please sign in to comment.