File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 128128 " dirty-donuts-yell" ,
129129 " dirty-eyes-itch" ,
130130 " dirty-garlics-design" ,
131+ " dirty-jars-tap" ,
131132 " dirty-pens-look" ,
132133 " dirty-pianos-eat" ,
133134 " dirty-tips-add" ,
313314 " heavy-feet-attend" ,
314315 " heavy-houses-pay" ,
315316 " hip-balloons-begin" ,
317+ " hip-beers-shake" ,
316318 " hip-garlics-tap" ,
317319 " hip-goats-smoke" ,
318320 " hip-jeans-provide" ,
508510 " orange-yaks-protect" ,
509511 " orange-zoos-heal" ,
510512 " perfect-actors-bake" ,
513+ " perfect-cooks-shop" ,
511514 " perfect-hairs-matter" ,
512515 " perfect-hats-dance" ,
513516 " perfect-pugs-shake" ,
Original file line number Diff line number Diff line change 11# svelte
22
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: hoist imports on top ([ #13082 ] ( https://github.com/sveltejs/svelte/pull/13082 ) )
10+
11+ - fix: error at compile time on unsupported TypeScript language features ([ #12982 ] ( https://github.com/sveltejs/svelte/pull/12982 ) )
12+
313## 5.0.0-next.243
414
515### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.243 " ,
5+ "version" : " 5.0.0-next.244 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.243 ' ;
9+ export const VERSION = '5.0.0-next.244 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments