Version Packages (next) (#10470)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10208/merge svelte@5.0.0-next.54
github-actions[bot] 5 months ago committed by GitHub
parent 74742d9233
commit 643edc34db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,6 +41,7 @@
"cyan-flowers-destroy",
"cyan-spies-grin",
"dirty-bats-punch",
"dirty-donuts-yell",
"dirty-garlics-design",
"dirty-tips-add",
"dry-clocks-grow",
@ -75,6 +76,7 @@
"friendly-candles-relate",
"friendly-lies-camp",
"funny-wombats-argue",
"gentle-dolls-juggle",
"gentle-sheep-hug",
"gentle-spies-happen",
"giant-moons-own",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.54
### Patch Changes
- breaking: replace `$derived.call` with `$derived.by` ([#10445](https://github.com/sveltejs/svelte/pull/10445))
- fix: improve global transition outro handling ([#10474](https://github.com/sveltejs/svelte/pull/10474))
## 5.0.0-next.53
### Patch Changes

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

Loading…
Cancel
Save