File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 9
9
"svelte.dev" : " 1.0.0"
10
10
},
11
11
"changesets" : [
12
+ " afraid-moose-matter" ,
12
13
" brave-walls-destroy" ,
13
14
" brown-spoons-boil" ,
14
15
" chilly-dolphins-lick" ,
16
+ " clean-eels-beg" ,
15
17
" cuddly-pianos-drop" ,
16
18
" curly-lizards-dream" ,
17
19
" eight-steaks-shout" ,
28
30
" poor-eggs-enjoy" ,
29
31
" quiet-camels-mate" ,
30
32
" rotten-buckets-develop" ,
33
+ " sharp-gorillas-impress" ,
31
34
" small-papayas-laugh" ,
35
+ " soft-geese-learn" ,
32
36
" sour-rules-march" ,
33
37
" strong-lemons-provide" ,
34
38
" tall-shrimps-worry" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: tweak script/style tag parsing/preprocessing logic ([ #9502 ] ( https://github.com/sveltejs/svelte/pull/9502 ) )
8
+
9
+ - fix: emit useful error on invalid binding to derived state ([ #9497 ] ( https://github.com/sveltejs/svelte/pull/9497 ) )
10
+
11
+ - fix: only treat instance context exports as accessors ([ #9500 ] ( https://github.com/sveltejs/svelte/pull/9500 ) )
12
+
13
+ - fix: allow setting files binding for ` <input type="file" /> ` ([ #9463 ] ( https://github.com/sveltejs/svelte/pull/9463 ) )
14
+
3
15
## 5.0.0-next.4
4
16
5
17
### 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.4 " ,
5
+ "version" : " 5.0.0-next.5 " ,
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.4 ' ;
9
+ export const VERSION = '5.0.0-next.5 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments