Skip to content

Commit 5ab07ef

Browse files
Version Packages (next)
1 parent afe1d11 commit 5ab07ef

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"dull-pots-add",
7777
"dull-roses-relate",
7878
"early-ads-tie",
79+
"early-months-whisper",
7980
"eight-hornets-punch",
8081
"eight-steaks-shout",
8182
"eighty-bikes-camp",
@@ -122,6 +123,7 @@
122123
"giant-planets-shake",
123124
"giant-plants-grin",
124125
"giant-roses-press",
126+
"gold-tools-nail",
125127
"good-buses-reply",
126128
"good-cars-visit",
127129
"good-pianos-jump",
@@ -225,6 +227,7 @@
225227
"old-oranges-compete",
226228
"olive-kangaroos-brake",
227229
"olive-mice-fix",
230+
"olive-moons-act",
228231
"olive-seals-sell",
229232
"olive-shirts-complain",
230233
"olive-socks-kick",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.97
4+
5+
### Patch Changes
6+
7+
- fix: loosen proxy signal creation heuristics ([#11109](https://github.com/sveltejs/svelte/pull/11109))
8+
9+
- fix: ensure top level snippets are defined when binding to component prop ([#11104](https://github.com/sveltejs/svelte/pull/11104))
10+
11+
- feat: hot module reloading support for Svelte 5 ([#11106](https://github.com/sveltejs/svelte/pull/11106))
12+
313
## 5.0.0-next.96
414

515
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.96",
5+
"version": "5.0.0-next.97",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.96';
9+
export const VERSION = '5.0.0-next.97';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)