Version Packages (next) (#11111)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11119/head svelte@5.0.0-next.97
github-actions[bot] 3 months ago committed by GitHub
parent afe1d11a5b
commit 710c8f4924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,6 +76,7 @@
"dull-pots-add",
"dull-roses-relate",
"early-ads-tie",
"early-months-whisper",
"eight-hornets-punch",
"eight-steaks-shout",
"eighty-bikes-camp",
@ -122,6 +123,7 @@
"giant-planets-shake",
"giant-plants-grin",
"giant-roses-press",
"gold-tools-nail",
"good-buses-reply",
"good-cars-visit",
"good-pianos-jump",
@ -225,6 +227,7 @@
"old-oranges-compete",
"olive-kangaroos-brake",
"olive-mice-fix",
"olive-moons-act",
"olive-seals-sell",
"olive-shirts-complain",
"olive-socks-kick",

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.97
### Patch Changes
- fix: loosen proxy signal creation heuristics ([#11109](https://github.com/sveltejs/svelte/pull/11109))
- fix: ensure top level snippets are defined when binding to component prop ([#11104](https://github.com/sveltejs/svelte/pull/11104))
- feat: hot module reloading support for Svelte 5 ([#11106](https://github.com/sveltejs/svelte/pull/11106))
## 5.0.0-next.96
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.96",
"version": "5.0.0-next.97",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.96';
export const VERSION = '5.0.0-next.97';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save