File tree 4 files changed +12
-2
lines changed 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 78
78
" fluffy-dolls-share" ,
79
79
" fluffy-humans-worry" ,
80
80
" forty-comics-invent" ,
81
+ " forty-dogs-divide" ,
81
82
" forty-dolls-wave" ,
82
83
" forty-peaches-unite" ,
83
84
" forty-suns-smile" ,
100
101
" green-hounds-play" ,
101
102
" happy-suits-film" ,
102
103
" healthy-planes-vanish" ,
104
+ " heavy-comics-move" ,
103
105
" heavy-ears-rule" ,
104
106
" hip-balloons-begin" ,
105
107
" honest-buses-add" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.61
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve each block item equality for immutable mode ([ #10537 ] ( https://github.com/sveltejs/svelte/pull/10537 ) )
8
+
9
+ - fix: better handling of empty text node hydration ([ #10545 ] ( https://github.com/sveltejs/svelte/pull/10545 ) )
10
+
3
11
## 5.0.0-next.60
4
12
5
13
### 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.60 " ,
5
+ "version" : " 5.0.0-next.61 " ,
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.60 ' ;
9
+ export const VERSION = '5.0.0-next.61 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments