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 262
262
" friendly-clouds-rhyme" ,
263
263
" friendly-lies-camp" ,
264
264
" friendly-rice-confess" ,
265
+ " friendly-taxis-hammer" ,
265
266
" funny-bugs-kiss" ,
266
267
" funny-cooks-clean" ,
267
268
" funny-dragons-double" ,
514
515
" nice-jobs-breathe" ,
515
516
" nine-ants-invite" ,
516
517
" nine-cooks-join" ,
518
+ " nine-kids-whisper" ,
517
519
" ninety-days-visit" ,
518
520
" ninety-dingos-walk" ,
519
521
" ninety-dots-train" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.263
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add types for the search element ([ #13489 ] ( https://github.com/sveltejs/svelte/pull/13489 ) )
8
+
9
+ - fix: correctly migrate ` $slots ` with bracket member expressions & slots with static props ([ #13468 ] ( https://github.com/sveltejs/svelte/pull/13468 ) )
10
+
3
11
## 5.0.0-next.262
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.262 " ,
5
+ "version" : " 5.0.0-next.263 " ,
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.262 ' ;
9
+ export const VERSION = '5.0.0-next.263 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments