File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 99 "svelte.dev" : " 1.0.0"
1010 },
1111 "changesets" : [
12- " rotten-buckets-develop"
12+ " moody-owls-cry" ,
13+ " rotten-buckets-develop" ,
14+ " small-papayas-laugh" ,
15+ " tall-shrimps-worry"
1316 ]
1417}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.2
4+
5+ ### Patch Changes
6+
7+ - fix: exclude internal props from spread attributes ([ #9384 ] ( https://github.com/sveltejs/svelte/pull/9384 ) )
8+
9+ - breaking: remove Component type, keep using SvelteComponent instead ([ #9413 ] ( https://github.com/sveltejs/svelte/pull/9413 ) )
10+
11+ - fix: add snippet marker symbol to children prop ([ #9395 ] ( https://github.com/sveltejs/svelte/pull/9395 ) )
12+
313## 5.0.0-next.1
414
515### 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.1 " ,
5+ "version" : " 5.0.0-next.2 " ,
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.1 ' ;
9+ export const VERSION = '5.0.0-next.2 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments