File tree 4 files changed +24
-2
lines changed 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 62
62
" chilly-pans-raise" ,
63
63
" chilly-rocks-hug" ,
64
64
" chilly-snakes-scream" ,
65
+ " clean-cats-wave" ,
65
66
" clean-eels-beg" ,
67
+ " clean-melons-wash" ,
66
68
" clever-chefs-relate" ,
67
69
" clever-maps-travel" ,
68
70
" clever-rockets-burn" ,
91
93
" cyan-colts-raise" ,
92
94
" cyan-ducks-teach" ,
93
95
" cyan-flowers-destroy" ,
96
+ " cyan-news-grow" ,
94
97
" cyan-spies-grin" ,
95
98
" cyan-squids-drive" ,
96
99
" cyan-toes-share" ,
107
110
" dull-coins-vanish" ,
108
111
" dull-donkeys-smell" ,
109
112
" dull-mangos-wave" ,
113
+ " dull-pens-pay" ,
110
114
" dull-pots-add" ,
111
115
" dull-roses-relate" ,
112
116
" dull-worms-relax" ,
123
127
" eighty-lizards-notice" ,
124
128
" eleven-beers-yell" ,
125
129
" eleven-cycles-applaud" ,
130
+ " eleven-hounds-pump" ,
126
131
" empty-bags-heal" ,
127
132
" empty-bulldogs-exercise" ,
128
133
" empty-coins-build" ,
244
249
" itchy-panthers-shave" ,
245
250
" itchy-peaches-compare" ,
246
251
" itchy-terms-guess" ,
252
+ " khaki-cheetahs-refuse" ,
247
253
" khaki-cooks-develop" ,
248
254
" khaki-ligers-sing" ,
249
255
" khaki-mails-draw" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.155
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: robustify migration script ([ #12019 ] ( https://github.com/sveltejs/svelte/pull/12019 ) )
8
+
9
+ - fix: relax constraint for ` ComponentProps ` ([ #12026 ] ( https://github.com/sveltejs/svelte/pull/12026 ) )
10
+
11
+ - fix: address event delegation duplication behaviour ([ #12014 ] ( https://github.com/sveltejs/svelte/pull/12014 ) )
12
+
13
+ - chore: remove ` createRoot ` references ([ #12018 ] ( https://github.com/sveltejs/svelte/pull/12018 ) )
14
+
15
+ - chore: clear ` Map ` /` Set ` before triggering ` $inspect ` callbacks ([ #12013 ] ( https://github.com/sveltejs/svelte/pull/12013 ) )
16
+
17
+ - breaking: rename ` $effect.active ` to ` $effect.tracking ` ([ #12022 ] ( https://github.com/sveltejs/svelte/pull/12022 ) )
18
+
3
19
## 5.0.0-next.154
4
20
5
21
### 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.154 " ,
5
+ "version" : " 5.0.0-next.155 " ,
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.154 ' ;
9
+ export const VERSION = '5.0.0-next.155 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments