File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 729
729
" violet-otters-carry" ,
730
730
" violet-pigs-jam" ,
731
731
" warm-cherries-shake" ,
732
+ " warm-cycles-call" ,
733
+ " warm-planets-cry" ,
732
734
" warm-waves-reply" ,
733
735
" weak-drinks-speak" ,
734
736
" 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
+ - fix: widen ` ComponentProps ` constraint to accept more component shapes ([ #12666 ] ( https://github.com/sveltejs/svelte/pull/12666 ) )
8
+
9
+ - feat: make ` <svelte:component> ` unnecessary in runes mode ([ #12646 ] ( https://github.com/sveltejs/svelte/pull/12646 ) )
10
+
3
11
## 5.0.0-next.202
4
12
5
13
### 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