Skip to content

Commit 0474550

Browse files
committed
release: v5.4.8
1 parent 8464d97 commit 0474550

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/vite/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>5.4.8 (2024-09-25)</small>
2+
3+
* fix(css): backport #18113, fix missing source file warning with sass modern api custom importer (#18 ([7d47fc1](https://github.com/vitejs/vite/commit/7d47fc1c749053095a3345ca1d47406a5f31792a)), closes [#18183](https://github.com/vitejs/vite/issues/18183)
4+
* fix(css): backport #18128, ensure sass compiler initialized only once (#18184) ([8464d97](https://github.com/vitejs/vite/commit/8464d976b1d9280ed915622c0e7477b36bdb7d8c)), closes [#18128](https://github.com/vitejs/vite/issues/18128) [#18184](https://github.com/vitejs/vite/issues/18184)
5+
6+
7+
18
## <small>5.4.7 (2024-09-20)</small>
29

310
* fix: treat config file as ESM in Deno (#18158) ([b5908a2](https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d)), closes [#18158](https://github.com/vitejs/vite/issues/18158)

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "5.4.7",
3+
"version": "5.4.8",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)