File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22 "mode" : " pre" ,
33 "tag" : " next" ,
44 "initialVersions" : {
5- "svelte" : " 4.0.0-next.1"
5+ "svelte" : " 4.0.0-next.1" ,
6+ "playground" : " 0.0.0"
67 },
7- "changesets" : []
8+ "changesets" : [
9+ " beige-boxes-rhyme" ,
10+ " gentle-pumas-chew" ,
11+ " green-sheep-learn"
12+ ]
813}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 4.0.0-next.1
4+
5+ ### Patch Changes
6+
7+ - fix: export ComponentType from ` svelte ` entrypoint ([ #8694 ] ( https://github.com/sveltejs/svelte/pull/8694 ) )
8+
9+ - fix: derived store types ([ #8700 ] ( https://github.com/sveltejs/svelte/pull/8700 ) )
10+
11+ - Generate type declarations with dts-buddy ([ #8702 ] ( https://github.com/sveltejs/svelte/pull/8702 ) )
12+
313## 4.0.0-next.0
414
515### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte" ,
3- "version" : " 4.0.0-next.0 " ,
3+ "version" : " 4.0.0-next.1 " ,
44 "description" : " Cybernetically enhanced web apps" ,
55 "type" : " module" ,
66 "module" : " src/runtime/index.js" ,
Original file line number Diff line number Diff line change 11// generated during release, do not modify
22
33/** @type {string } */
4- export const VERSION = '4.0.0-next.0 ' ;
4+ export const VERSION = '4.0.0-next.1 ' ;
You can’t perform that action at this time.
0 commit comments