File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 41
41
" cyan-flowers-destroy" ,
42
42
" cyan-spies-grin" ,
43
43
" dirty-bats-punch" ,
44
+ " dirty-donuts-yell" ,
44
45
" dirty-garlics-design" ,
45
46
" dirty-tips-add" ,
46
47
" dry-clocks-grow" ,
75
76
" friendly-candles-relate" ,
76
77
" friendly-lies-camp" ,
77
78
" funny-wombats-argue" ,
79
+ " gentle-dolls-juggle" ,
78
80
" gentle-sheep-hug" ,
79
81
" gentle-spies-happen" ,
80
82
" giant-moons-own" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.54
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: replace ` $derived.call ` with ` $derived.by ` ([ #10445 ] ( https://github.com/sveltejs/svelte/pull/10445 ) )
8
+
9
+ - fix: improve global transition outro handling ([ #10474 ] ( https://github.com/sveltejs/svelte/pull/10474 ) )
10
+
3
11
## 5.0.0-next.53
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.53 " ,
5
+ "version" : " 5.0.0-next.54 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.53 ' ;
9
+ export const VERSION = '5.0.0-next.54 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments