File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 687
687
" spotty-rocks-destroy" ,
688
688
" spotty-shrimps-hug" ,
689
689
" spotty-spiders-compare" ,
690
+ " spotty-trees-provide" ,
690
691
" spotty-turkeys-sparkle" ,
691
692
" stale-books-perform" ,
692
693
" stale-comics-look" ,
859
860
" yellow-taxis-double" ,
860
861
" yellow-trees-juggle" ,
861
862
" young-ads-roll" ,
862
- " young-masks-refuse"
863
+ " young-masks-refuse" ,
864
+ " young-peaches-agree"
863
865
]
864
866
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.233
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: more robust handling of var declarations ([ #12949 ] ( https://github.com/sveltejs/svelte/pull/12949 ) )
8
+
9
+ - fix: remove buggy ` validate_dynamic_component ` check ([ #12960 ] ( https://github.com/sveltejs/svelte/pull/12960 ) )
10
+
3
11
## 5.0.0-next.232
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.232 " ,
5
+ "version" : " 5.0.0-next.233 " ,
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.232 ' ;
9
+ export const VERSION = '5.0.0-next.233 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments