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