File tree 4 files changed +15
-2
lines changed 4 files changed +15
-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" ,
313
314
" heavy-feet-attend" ,
314
315
" heavy-houses-pay" ,
315
316
" hip-balloons-begin" ,
317
+ " hip-beers-shake" ,
316
318
" hip-garlics-tap" ,
317
319
" hip-goats-smoke" ,
318
320
" hip-jeans-provide" ,
508
510
" orange-yaks-protect" ,
509
511
" orange-zoos-heal" ,
510
512
" perfect-actors-bake" ,
513
+ " perfect-cooks-shop" ,
511
514
" perfect-hairs-matter" ,
512
515
" perfect-hats-dance" ,
513
516
" 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: 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
+
3
13
## 5.0.0-next.243
4
14
5
15
### 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