File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 24
24
" breezy-carrots-flash" ,
25
25
" bright-peas-juggle" ,
26
26
" bright-snakes-sing" ,
27
+ " brown-months-fry" ,
27
28
" brown-spoons-boil" ,
28
29
" chatty-cups-drop" ,
29
30
" chatty-taxis-juggle" ,
30
31
" chilled-pumas-invite" ,
31
32
" chilly-dolphins-lick" ,
33
+ " chilly-snakes-scream" ,
32
34
" clean-eels-beg" ,
33
35
" clever-chefs-relate" ,
34
36
" clever-rockets-burn" ,
35
37
" cold-birds-own" ,
36
38
" cool-ants-leave" ,
39
+ " cool-rabbits-tickle" ,
37
40
" cuddly-pianos-drop" ,
38
41
" curly-lizards-dream" ,
39
42
" curvy-cups-cough" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.57
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: treeshake unused store subscriptions in SSR mode ([ #10506 ] ( https://github.com/sveltejs/svelte/pull/10506 ) )
8
+
9
+ - fix: warn against accidental global event referenced ([ #10442 ] ( https://github.com/sveltejs/svelte/pull/10442 ) )
10
+
11
+ - fix: improve bind: this support for each blocks ([ #10510 ] ( https://github.com/sveltejs/svelte/pull/10510 ) )
12
+
3
13
## 5.0.0-next.56
4
14
5
15
### 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.56 " ,
5
+ "version" : " 5.0.0-next.57 " ,
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.56 ' ;
9
+ export const VERSION = '5.0.0-next.57 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments