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 173
173
" shiny-baboons-play" ,
174
174
" shiny-shrimps-march" ,
175
175
" short-buses-camp" ,
176
+ " sixty-items-crash" ,
176
177
" slimy-clouds-talk" ,
177
178
" slimy-laws-explode" ,
178
179
" slimy-walls-draw" ,
225
226
" three-camels-sell" ,
226
227
" three-suits-grin" ,
227
228
" tidy-buses-whisper" ,
229
+ " tidy-starfishes-allow" ,
228
230
" tiny-kings-whisper" ,
229
231
" twelve-dragons-join" ,
230
232
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.44
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: bindings with typescript assertions ([ #10329 ] ( https://github.com/sveltejs/svelte/pull/10329 ) )
8
+
9
+ - fix: only reuse state proxies that belong to the current value ([ #10343 ] ( https://github.com/sveltejs/svelte/pull/10343 ) )
10
+
3
11
## 5.0.0-next.43
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.43 " ,
5
+ "version" : " 5.0.0-next.44 " ,
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.43 ' ;
9
+ export const VERSION = '5.0.0-next.44 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments