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 365
365
" lovely-zebras-own" ,
366
366
" lucky-colts-remember" ,
367
367
" lucky-geckos-swim" ,
368
+ " lucky-panthers-chew" ,
368
369
" lucky-schools-hang" ,
369
370
" lucky-teachers-exist" ,
370
371
" lucky-toes-begin" ,
729
730
" violet-otters-carry" ,
730
731
" violet-pigs-jam" ,
731
732
" warm-cherries-shake" ,
733
+ " warm-cycles-call" ,
734
+ " warm-planets-cry" ,
732
735
" warm-waves-reply" ,
733
736
" weak-drinks-speak" ,
734
737
" weak-frogs-bow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.203
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: internal compiler refactoring ([ #12651 ] ( https://github.com/sveltejs/svelte/pull/12651 ) )
8
+
9
+ - fix: widen ` ComponentProps ` constraint to accept more component shapes ([ #12666 ] ( https://github.com/sveltejs/svelte/pull/12666 ) )
10
+
11
+ - feat: make ` <svelte:component> ` unnecessary in runes mode ([ #12646 ] ( https://github.com/sveltejs/svelte/pull/12646 ) )
12
+
3
13
## 5.0.0-next.202
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.202 " ,
5
+ "version" : " 5.0.0-next.203 " ,
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.202 ' ;
9
+ export const VERSION = '5.0.0-next.203 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments