File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 62
62
" five-tigers-search" ,
63
63
" flat-melons-protect" ,
64
64
" forty-comics-invent" ,
65
+ " forty-dolls-wave" ,
65
66
" forty-peaches-unite" ,
66
67
" four-flies-hammer" ,
67
68
" fresh-weeks-trade" ,
146
147
" purple-dragons-peel" ,
147
148
" quiet-camels-mate" ,
148
149
" quiet-crabs-nail" ,
150
+ " quiet-timers-speak" ,
149
151
" rare-pears-whisper" ,
150
152
" real-guests-do" ,
151
153
" real-items-suffer" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.43
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: insert empty text nodes while hydrating, if necessary ([ #9729 ] ( https://github.com/sveltejs/svelte/pull/9729 ) )
8
+
9
+ - fix: correctly update tweened store initialized with nullish value ([ #10356 ] ( https://github.com/sveltejs/svelte/pull/10356 ) )
10
+
3
11
## 5.0.0-next.42
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.42 " ,
5
+ "version" : " 5.0.0-next.43 " ,
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.42 ' ;
9
+ export const VERSION = '5.0.0-next.43 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments