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 99 "svelte.dev" : " 1.0.0"
1010 },
1111 "changesets" : [
12+ " afraid-moose-matter" ,
1213 " brave-walls-destroy" ,
1314 " brown-spoons-boil" ,
1415 " chilly-dolphins-lick" ,
16+ " clean-eels-beg" ,
1517 " cuddly-pianos-drop" ,
1618 " curly-lizards-dream" ,
1719 " eight-steaks-shout" ,
2830 " poor-eggs-enjoy" ,
2931 " quiet-camels-mate" ,
3032 " rotten-buckets-develop" ,
33+ " sharp-gorillas-impress" ,
3134 " small-papayas-laugh" ,
35+ " soft-geese-learn" ,
3236 " sour-rules-march" ,
3337 " strong-lemons-provide" ,
3438 " tall-shrimps-worry" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
315## 5.0.0-next.4
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.4 " ,
5+ "version" : " 5.0.0-next.5 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.4 ' ;
9+ export const VERSION = '5.0.0-next.5 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments