File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 227
227
" kind-dots-sort" ,
228
228
" kind-eagles-join" ,
229
229
" kind-rings-flash" ,
230
+ " kind-snakes-drive" ,
230
231
" kind-spoons-return" ,
231
232
" large-clouds-carry" ,
232
233
" large-turkeys-deny" ,
318
319
" pink-bikes-agree" ,
319
320
" pink-goats-promise" ,
320
321
" pink-mayflies-tie" ,
322
+ " plenty-elephants-fry" ,
321
323
" plenty-starfishes-dress" ,
322
324
" plenty-zoos-fix" ,
323
325
" polite-dolphins-care" ,
338
340
" purple-dragons-peel" ,
339
341
" quiet-apricots-dream" ,
340
342
" quiet-berries-end" ,
343
+ " quiet-berries-explode" ,
341
344
" quiet-camels-mate" ,
345
+ " quiet-cobras-smile" ,
342
346
" quiet-crabs-nail" ,
343
347
" quiet-timers-speak" ,
344
348
" rare-mirrors-act" ,
503
507
" tiny-meals-deliver" ,
504
508
" tiny-moose-kiss" ,
505
509
" tough-radios-punch" ,
510
+ " twelve-beans-drive" ,
506
511
" twelve-dragons-join" ,
507
512
" twelve-onions-juggle" ,
508
513
" twelve-worms-jog" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.137
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: migrate derivations without semicolons ([ #11704 ] ( https://github.com/sveltejs/svelte/pull/11704 ) )
8
+
9
+ - fix: check for invalid bindings on window and document ([ #11676 ] ( https://github.com/sveltejs/svelte/pull/11676 ) )
10
+
11
+ - fix: more efficient spread attributes in SSR output ([ #11660 ] ( https://github.com/sveltejs/svelte/pull/11660 ) )
12
+
13
+ - fix: inline pointer events now correctly work in Chrome ([ #11695 ] ( https://github.com/sveltejs/svelte/pull/11695 ) )
14
+
15
+ - fix: don't require warning codes to be separated by commas in non-runes mode ([ #11669 ] ( https://github.com/sveltejs/svelte/pull/11669 ) )
16
+
3
17
## 5.0.0-next.136
4
18
5
19
### 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.136 " ,
5
+ "version" : " 5.0.0-next.137 " ,
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.136 ' ;
9
+ export const VERSION = '5.0.0-next.137 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments