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 3131 " bright-snakes-sing" ,
3232 " brown-months-fry" ,
3333 " brown-spoons-boil" ,
34+ " calm-ravens-sneeze" ,
3435 " chatty-beans-divide" ,
3536 " chatty-cups-drop" ,
3637 " chatty-sloths-allow" ,
7475 " empty-tools-share" ,
7576 " fair-crabs-check" ,
7677 " fair-pianos-talk" ,
78+ " fair-spies-repeat" ,
7779 " famous-falcons-melt" ,
7880 " famous-knives-sneeze" ,
7981 " famous-pants-pay" ,
260262 " small-sheep-type" ,
261263 " smart-parents-swim" ,
262264 " smart-zebras-pay" ,
265+ " smooth-rings-rush" ,
263266 " soft-clocks-remember" ,
264267 " soft-geese-learn" ,
265268 " 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+ - feat: add reactive Set class to svelte/reactivity ([ #10781 ] ( https://github.com/sveltejs/svelte/pull/10781 ) )
8+
9+ - breaking: make ` $props() ` rune non-generic ([ #10694 ] ( https://github.com/sveltejs/svelte/pull/10694 ) )
10+
11+ - fix: improve internal render effect sequencing ([ #10769 ] ( https://github.com/sveltejs/svelte/pull/10769 ) )
12+
313## 5.0.0-next.75
414
515### 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