Skip to content

Commit 2670424

Browse files
Version Packages (next) (#951)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4fbc960 commit 2670424

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"angry-pumpkins-deny",
5151
"friendly-actors-relate",
5252
"friendly-wombats-listen",
53+
"healthy-years-battle",
5354
"lazy-bats-warn",
5455
"lemon-trains-hear",
5556
"long-suns-happen",
@@ -63,6 +64,7 @@
6364
"slow-eagles-unite",
6465
"strong-cherries-know",
6566
"thin-rats-sniff",
67+
"twenty-walls-watch",
6668
"wet-rabbits-wink"
6769
]
6870
}

packages/vite-plugin-svelte/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 4.0.0-next.5
4+
### Patch Changes
5+
6+
7+
- fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that ([#950](https://github.com/sveltejs/vite-plugin-svelte/pull/950))
8+
9+
10+
- fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration ([#950](https://github.com/sveltejs/vite-plugin-svelte/pull/950))
11+
312
## 4.0.0-next.4
413
### Major Changes
514

packages/vite-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "4.0.0-next.4",
3+
"version": "4.0.0-next.5",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)