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 128
128
" dirty-donuts-yell" ,
129
129
" dirty-eyes-itch" ,
130
130
" dirty-garlics-design" ,
131
+ " dirty-jars-tap" ,
131
132
" dirty-pens-look" ,
132
133
" dirty-pianos-eat" ,
133
134
" dirty-tips-add" ,
306
307
" healthy-mangos-brush" ,
307
308
" healthy-planes-vanish" ,
308
309
" healthy-zebras-accept" ,
310
+ " heavy-cars-ring" ,
309
311
" heavy-comics-move" ,
310
312
" heavy-doors-applaud" ,
311
313
" heavy-ducks-leave" ,
312
314
" heavy-ears-rule" ,
313
315
" heavy-feet-attend" ,
314
316
" heavy-houses-pay" ,
315
317
" hip-balloons-begin" ,
318
+ " hip-beers-shake" ,
316
319
" hip-garlics-tap" ,
317
320
" hip-goats-smoke" ,
318
321
" hip-jeans-provide" ,
344
347
" itchy-kings-deliver" ,
345
348
" itchy-lemons-punch" ,
346
349
" itchy-lions-wash" ,
350
+ " itchy-oranges-behave" ,
347
351
" itchy-panthers-shave" ,
348
352
" itchy-peaches-compare" ,
349
353
" itchy-pianos-marry" ,
508
512
" orange-yaks-protect" ,
509
513
" orange-zoos-heal" ,
510
514
" perfect-actors-bake" ,
515
+ " perfect-cooks-shop" ,
511
516
" perfect-hairs-matter" ,
512
517
" perfect-hats-dance" ,
513
518
" perfect-pugs-shake" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.244
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: error on duplicate style and class directive ([ #13097 ] ( https://github.com/sveltejs/svelte/pull/13097 ) )
8
+
9
+ - fix: ensure $host rune correctly compiles in variable declarations ([ #13127 ] ( https://github.com/sveltejs/svelte/pull/13127 ) )
10
+
11
+ - fix: hoist imports on top ([ #13082 ] ( https://github.com/sveltejs/svelte/pull/13082 ) )
12
+
13
+ - fix: remove unnecessary update assignments ([ #13113 ] ( https://github.com/sveltejs/svelte/pull/13113 ) )
14
+
15
+ - fix: error at compile time on unsupported TypeScript language features ([ #12982 ] ( https://github.com/sveltejs/svelte/pull/12982 ) )
16
+
3
17
## 5.0.0-next.243
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.243 " ,
5
+ "version" : " 5.0.0-next.244 " ,
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.243 ' ;
9
+ export const VERSION = '5.0.0-next.244 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments