Version Packages (next) (#9633)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9644/head svelte@5.0.0-next.12
github-actions[bot] 7 months ago committed by GitHub
parent 63e5831846
commit 94afdc8a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@
"fresh-weeks-trade",
"funny-wombats-argue",
"good-pianos-jump",
"green-eggs-approve",
"green-hounds-play",
"honest-icons-change",
"hungry-dots-fry",
@ -59,11 +60,13 @@
"sour-rules-march",
"strong-lemons-provide",
"tall-shrimps-worry",
"ten-worms-reflect",
"thirty-flowers-sit",
"thirty-ghosts-fix",
"thirty-impalas-repair",
"tiny-kings-whisper",
"two-falcons-buy",
"wet-games-fly",
"wicked-clouds-exercise",
"wicked-doors-train"
]

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.12
### Patch Changes
- fix: adjust mount and createRoot types ([`63e583184`](https://github.com/sveltejs/svelte/commit/63e58318460dbb3485df93d15beb2779a86d2c9a))
- fix: remove constructor overload ([`cb4b1f0a1`](https://github.com/sveltejs/svelte/commit/cb4b1f0a189803bed04adcb90fbd4334782e8469))
- fix: type-level back-compat for default slot and children prop ([`a3bc7d569`](https://github.com/sveltejs/svelte/commit/a3bc7d5698425ec9dde86eb302f2fd56d9da8f96))
## 5.0.0-next.11
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.11",
"version": "5.0.0-next.12",
"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.11';
export const VERSION = '5.0.0-next.12';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save