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 2121 " big-eyes-carry" ,
2222 " big-geese-act" ,
2323 " blue-timers-film" ,
24+ " brave-points-sleep" ,
2425 " brave-shrimps-kiss" ,
2526 " brave-walls-destroy" ,
2627 " breezy-carrots-flash" ,
274275 " unlucky-boxes-obey" ,
275276 " unlucky-trees-lick" ,
276277 " violet-pigs-jam" ,
278+ " weak-terms-destroy" ,
277279 " wet-games-fly" ,
278280 " wicked-clouds-exercise" ,
279281 " wicked-doors-train" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.59
4+
5+ ### Patch Changes
6+
7+ - chore: improve code generation for ` bind:this ` in SSR mode ([ #10524 ] ( https://github.com/sveltejs/svelte/pull/10524 ) )
8+
9+ - fix: visit expression node in directives ([ #10527 ] ( https://github.com/sveltejs/svelte/pull/10527 ) )
10+
311## 5.0.0-next.58
412
513### 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.58 " ,
5+ "version" : " 5.0.0-next.59 " ,
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.58 ' ;
9+ export const VERSION = '5.0.0-next.59 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments