File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 436
436
" lovely-rules-eat" ,
437
437
" lovely-zebras-own" ,
438
438
" lucky-colts-remember" ,
439
+ " lucky-drinks-push" ,
439
440
" lucky-experts-float" ,
440
441
" lucky-geckos-swim" ,
441
442
" lucky-panthers-chew" ,
543
544
" plenty-clouds-reply" ,
544
545
" plenty-elephants-fry" ,
545
546
" plenty-items-build" ,
547
+ " plenty-rings-stare" ,
546
548
" plenty-starfishes-dress" ,
547
549
" plenty-turkeys-raise" ,
548
550
" plenty-zoos-fix" ,
663
665
" shy-fishes-drive" ,
664
666
" shy-scissors-smile" ,
665
667
" silent-apes-report" ,
668
+ " silent-elephants-film" ,
666
669
" silent-hats-stare" ,
667
670
" silent-rabbits-join" ,
668
671
" silent-rocks-yell" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.252
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: handle ` $Props ` interface during migration ([ #13305 ] ( https://github.com/sveltejs/svelte/pull/13305 ) )
8
+
9
+ - fix: attach effects-inside-deriveds to the parent of the derived ([ #13309 ] ( https://github.com/sveltejs/svelte/pull/13309 ) )
10
+
11
+ - fix: simplify and robustify appending styles ([ #13303 ] ( https://github.com/sveltejs/svelte/pull/13303 ) )
12
+
3
13
## 5.0.0-next.251
4
14
5
15
### 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.251 " ,
5
+ "version" : " 5.0.0-next.252 " ,
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.251 ' ;
9
+ export const VERSION = '5.0.0-next.252 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments