Skip to content

Commit

Permalink
release: v6.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 29, 2024
1 parent bda0dc5 commit 05943cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,11 @@
## 6.0.0-alpha.7 (2024-04-29)

* feat: remove config.build from dynamicImportVars plugin ([8231283](https://github.com/vitejs/vite/commit/8231283))
* feat: this.environment in buildStart, rework more internal plugins ([bda0dc5](https://github.com/vitejs/vite/commit/bda0dc5))
* feat: this.environment in renderChunk and generateBundle ([a6fc1dd](https://github.com/vitejs/vite/commit/a6fc1dd))



## 6.0.0-alpha.6 (2024-04-28)

* fix: custom environment preload injection (#16541) ([00079da](https://github.com/vitejs/vite/commit/00079da)), closes [#16541](https://github.com/vitejs/vite/issues/16541)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "6.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 05943cf

Please sign in to comment.