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 5050 " chatty-sloths-allow" ,
5151 " chatty-taxis-juggle" ,
5252 " chilled-pumas-invite" ,
53+ " chilled-seas-jog" ,
5354 " chilly-dolphins-lick" ,
5455 " chilly-rocks-hug" ,
5556 " chilly-snakes-scream" ,
6263 " cool-actors-tan" ,
6364 " cool-ants-leave" ,
6465 " cool-comics-marry" ,
66+ " cool-jobs-scream" ,
6567 " cool-peas-lick" ,
6668 " cool-poems-watch" ,
6769 " cool-rabbits-tickle" ,
154156 " good-pianos-jump" ,
155157 " good-plums-type" ,
156158 " good-rivers-yawn" ,
159+ " gorgeous-monkeys-carry" ,
157160 " gorgeous-singers-rest" ,
158161 " great-fans-unite" ,
159162 " great-icons-retire" ,
372375 " sixty-pandas-rush" ,
373376 " slimy-clouds-talk" ,
374377 " slimy-laws-explode" ,
378+ " slimy-onions-approve" ,
375379 " slimy-walls-draw" ,
376380 " slow-beds-shave" ,
377381 " slow-chefs-dream" ,
450454 " thirty-impalas-repair" ,
451455 " thirty-pears-hug" ,
452456 " thirty-wombats-relax" ,
457+ " three-buses-sleep" ,
453458 " three-camels-sell" ,
454459 " three-foxes-relax" ,
455460 " three-icons-trade" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.125
4+
5+ ### Patch Changes
6+
7+ - fix: coerce incremented/decremented sources ([ #11506 ] ( https://github.com/sveltejs/svelte/pull/11506 ) )
8+
9+ - feat: add support for svelte inspector ([ #11514 ] ( https://github.com/sveltejs/svelte/pull/11514 ) )
10+
11+ - fix: skip AST analysis of TypeScript AST nodes ([ #11513 ] ( https://github.com/sveltejs/svelte/pull/11513 ) )
12+
13+ - fix: use import.meta.hot.acceptExports when available to support partial hmr in vite ([ #11453 ] ( https://github.com/sveltejs/svelte/pull/11453 ) )
14+
15+ - feat: better error for ` bind:this ` legacy API usage ([ #11498 ] ( https://github.com/sveltejs/svelte/pull/11498 ) )
16+
317## 5.0.0-next.124
418
519### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.124 " ,
5+ "version" : " 5.0.0-next.125 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.124 ' ;
9+ export const VERSION = '5.0.0-next.125 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments