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 24
24
" beige-mirrors-listen" ,
25
25
" beige-rabbits-shave" ,
26
26
" beige-seas-share" ,
27
+ " big-apes-smell" ,
27
28
" big-cars-serve" ,
28
29
" big-eggs-flash" ,
29
30
" big-eyes-carry" ,
241
242
" giant-planets-shake" ,
242
243
" giant-plants-grin" ,
243
244
" giant-roses-press" ,
245
+ " gold-students-jump" ,
244
246
" gold-tools-nail" ,
245
247
" good-buses-reply" ,
246
248
" good-cars-visit" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.217
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: deprecate ` svelte:component ` ([ #12694 ] ( https://github.com/sveltejs/svelte/pull/12694 ) )
8
+
9
+ - feat: treat tag with ` . ` as a component, even if lowercase ([ #12798 ] ( https://github.com/sveltejs/svelte/pull/12798 ) )
10
+
3
11
## 5.0.0-next.216
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.216 " ,
5
+ "version" : " 5.0.0-next.217 " ,
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.216 ' ;
9
+ export const VERSION = '5.0.0-next.217 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments