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 57
57
" brown-insects-float" ,
58
58
" brown-months-flow" ,
59
59
" brown-months-fry" ,
60
+ " brown-radios-itch" ,
60
61
" brown-spoons-boil" ,
61
62
" brown-turkeys-tap" ,
62
63
" calm-buses-clap" ,
483
484
" perfect-actors-bake" ,
484
485
" perfect-hairs-matter" ,
485
486
" perfect-hats-dance" ,
487
+ " perfect-pugs-shake" ,
486
488
" pink-bikes-agree" ,
487
489
" pink-countries-repair" ,
488
490
" pink-goats-promise" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.226
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure typings for ` <svelte:options> ` are picked up ([ #12903 ] ( https://github.com/sveltejs/svelte/pull/12903 ) )
8
+
9
+ - fix: exclude local declarations from non-reactive property warnings ([ #12909 ] ( https://github.com/sveltejs/svelte/pull/12909 ) )
10
+
3
11
## 5.0.0-next.225
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.225 " ,
5
+ "version" : " 5.0.0-next.226 " ,
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.225 ' ;
9
+ export const VERSION = '5.0.0-next.226 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments