File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
22
" angry-weeks-design" ,
23
23
" beige-clocks-notice" ,
24
24
" beige-cobras-smoke" ,
25
+ " beige-donkeys-exercise" ,
25
26
" beige-flies-wash" ,
26
27
" beige-gifts-appear" ,
27
28
" beige-lamps-ring" ,
448
449
" loud-penguins-unite" ,
449
450
" loud-ravens-drop" ,
450
451
" loud-socks-look" ,
452
+ " loud-walls-wave" ,
451
453
" lovely-bugs-sneeze" ,
452
454
" lovely-carpets-lick" ,
453
455
" lovely-houses-own" ,
764
766
" soft-clocks-remember" ,
765
767
" soft-geese-learn" ,
766
768
" soft-months-grab" ,
769
+ " soft-stingrays-attend" ,
767
770
" soft-tigers-wink" ,
768
771
" sour-bags-fail" ,
769
772
" sour-forks-stare" ,
899
902
" twelve-bears-worry" ,
900
903
" twelve-cows-learn" ,
901
904
" twelve-dragons-join" ,
905
+ " twelve-mayflies-decide" ,
902
906
" twelve-onions-juggle" ,
903
907
" twelve-scissors-kneel" ,
904
908
" twelve-shrimps-run" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.265
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure source and filename are known to compileModule's source map ([ #13546 ] ( https://github.com/sveltejs/svelte/pull/13546 ) )
8
+
9
+ - fix: do no rerun the each block when array change from empty to empty ([ #13553 ] ( https://github.com/sveltejs/svelte/pull/13553 ) )
10
+
11
+ - fix: use ` analysis.name ` when migrating ` <svelte:self> ` ([ #13544 ] ( https://github.com/sveltejs/svelte/pull/13544 ) )
12
+
13
+ - fix: strip BOM character from input ([ #13548 ] ( https://github.com/sveltejs/svelte/pull/13548 ) )
14
+
3
15
## 5.0.0-next.264
4
16
5
17
### 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.264 " ,
5
+ "version" : " 5.0.0-next.265 " ,
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.264 ' ;
9
+ export const VERSION = '5.0.0-next.265 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments