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 7474 " empty-tools-share" ,
7575 " fair-crabs-check" ,
7676 " fair-pianos-talk" ,
77+ " fair-spies-repeat" ,
7778 " famous-falcons-melt" ,
7879 " famous-knives-sneeze" ,
7980 " famous-pants-pay" ,
260261 " small-sheep-type" ,
261262 " smart-parents-swim" ,
262263 " smart-zebras-pay" ,
264+ " smooth-rings-rush" ,
263265 " soft-clocks-remember" ,
264266 " soft-geese-learn" ,
265267 " soft-months-grab" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.76
4+
5+ ### Patch Changes
6+
7+ - breaking: make ` $props() ` rune non-generic ([ #10694 ] ( https://github.com/sveltejs/svelte/pull/10694 ) )
8+
9+ - fix: improve internal render effect sequencing ([ #10769 ] ( https://github.com/sveltejs/svelte/pull/10769 ) )
10+
311## 5.0.0-next.75
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.75 " ,
5+ "version" : " 5.0.0-next.76 " ,
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.75 ' ;
9+ export const VERSION = '5.0.0-next.76 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments