File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 42
42
" breezy-carrots-flash" ,
43
43
" breezy-rules-beg" ,
44
44
" breezy-waves-camp" ,
45
+ " bright-berries-smell" ,
45
46
" bright-falcons-float" ,
46
47
" bright-peas-juggle" ,
47
48
" bright-snakes-sing" ,
126
127
" eighty-bikes-camp" ,
127
128
" eighty-days-cheat" ,
128
129
" eighty-lizards-notice" ,
130
+ " eleven-avocados-walk" ,
129
131
" eleven-beers-yell" ,
130
132
" eleven-cycles-applaud" ,
131
133
" eleven-hounds-pump" ,
132
134
" empty-bags-heal" ,
133
135
" empty-bulldogs-exercise" ,
134
136
" empty-coins-build" ,
135
137
" empty-crabs-think" ,
138
+ " empty-files-prove" ,
136
139
" empty-flowers-change" ,
137
140
" empty-geckos-pretend" ,
138
141
" empty-horses-tell" ,
569
572
" ten-teachers-travel" ,
570
573
" ten-ties-repair" ,
571
574
" ten-worms-reflect" ,
575
+ " tender-lemons-judge" ,
572
576
" tender-rocks-walk" ,
573
577
" thick-cycles-rule" ,
574
578
" thick-pans-tell" ,
631
635
" wicked-doors-train" ,
632
636
" wicked-hairs-cheer" ,
633
637
" wicked-wasps-allow" ,
638
+ " wicked-ways-reply" ,
634
639
" wild-foxes-wonder" ,
635
640
" wild-moose-compare" ,
636
641
" wise-apples-care" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.166
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: remove correct event listener from document ([ #12101 ] ( https://github.com/sveltejs/svelte/pull/12101 ) )
8
+
9
+ - fix: correctly serialize object assignment expressions ([ #12175 ] ( https://github.com/sveltejs/svelte/pull/12175 ) )
10
+
11
+ - fix: robustify migration script around indentation and comments ([ #12176 ] ( https://github.com/sveltejs/svelte/pull/12176 ) )
12
+
13
+ - fix: improve await block behaviour in non-runes mode ([ #12179 ] ( https://github.com/sveltejs/svelte/pull/12179 ) )
14
+
15
+ - fix: improve select handling of dynamic value with placeholders ([ #12181 ] ( https://github.com/sveltejs/svelte/pull/12181 ) )
16
+
3
17
## 5.0.0-next.165
4
18
5
19
### 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.165 " ,
5
+ "version" : " 5.0.0-next.166 " ,
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.165 ' ;
9
+ export const VERSION = '5.0.0-next.166 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments