Skip to content

Commit

Permalink
release: v3.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 27, 2022
1 parent 334cd9f commit eddb6fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
## 3.0.0-alpha.7 (2022-05-27)

* fix: preserve annotations during build deps optimization (#8358) ([334cd9f](https://github.com/vitejs/vite/commit/334cd9f)), closes [#8358](https://github.com/vitejs/vite/issues/8358)
* refactor: `ExportData.imports` to `ExportData.hasImports` (#8355) ([168de2d](https://github.com/vitejs/vite/commit/168de2d)), closes [#8355](https://github.com/vitejs/vite/issues/8355)



## 3.0.0-alpha.6 (2022-05-27)

* fix: missing types for `es-module-lexer` (fixes #8349) (#8352) ([df2cc3d](https://github.com/vitejs/vite/commit/df2cc3d)), closes [#8349](https://github.com/vitejs/vite/issues/8349) [#8352](https://github.com/vitejs/vite/issues/8352)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit eddb6fb

Please sign in to comment.