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 102
102
" lazy-masks-sit" ,
103
103
" lazy-months-knock" ,
104
104
" lazy-spiders-think" ,
105
+ " lemon-geese-call" ,
105
106
" lemon-geese-drum" ,
106
107
" light-humans-hang" ,
107
108
" light-pens-watch" ,
145
146
" quiet-crabs-nail" ,
146
147
" rare-pears-whisper" ,
147
148
" real-guests-do" ,
149
+ " real-items-suffer" ,
148
150
" red-doors-own" ,
149
151
" rich-cobras-exist" ,
150
152
" rich-sheep-burn" ,
189
191
" stale-comics-look" ,
190
192
" strong-gifts-smoke" ,
191
193
" strong-lemons-provide" ,
194
+ " strong-pans-doubt" ,
192
195
" sweet-mangos-beg" ,
193
196
" sweet-pens-sniff" ,
194
197
" swift-donkeys-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.42
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: replace TODO errors ([ #10326 ] ( https://github.com/sveltejs/svelte/pull/10326 ) )
8
+
9
+ - fix: add proper typings for ` $derived.call ` ([ ` 6145be5c695a063c70944272a42d9c63fdd71d64 ` ] ( https://github.com/sveltejs/svelte/commit/6145be5c695a063c70944272a42d9c63fdd71d64 ) )
10
+
11
+ - fix: correctly reference destructured derived binding in event handler ([ #10333 ] ( https://github.com/sveltejs/svelte/pull/10333 ) )
12
+
3
13
## 5.0.0-next.41
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.41 " ,
5
+ "version" : " 5.0.0-next.42 " ,
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.41 ' ;
9
+ export const VERSION = '5.0.0-next.42 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments