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 500
500
" orange-dingos-poke" ,
501
501
" orange-laws-drop" ,
502
502
" orange-masks-exercise" ,
503
+ " orange-sheep-exist" ,
503
504
" orange-yaks-protect" ,
504
505
" orange-zoos-heal" ,
505
506
" perfect-actors-bake" ,
562
563
" red-doors-own" ,
563
564
" red-feet-worry" ,
564
565
" red-kings-draw" ,
566
+ " red-maps-nail" ,
565
567
" red-poets-study" ,
566
568
" red-pots-pretend" ,
567
569
" rich-cobras-exist" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.242
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: insert comment before text in an each block, to prevent glued nodes ([ #13073 ] ( https://github.com/sveltejs/svelte/pull/13073 ) )
8
+
9
+ - feat: better generated each block code in SSR mode ([ #13060 ] ( https://github.com/sveltejs/svelte/pull/13060 ) )
10
+
3
11
## 5.0.0-next.241
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.241 " ,
5
+ "version" : " 5.0.0-next.242 " ,
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.241 ' ;
9
+ export const VERSION = '5.0.0-next.242 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments