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 2323 " funny-wombats-argue" ,
2424 " good-pianos-jump" ,
2525 " honest-icons-change" ,
26+ " hungry-dots-fry" ,
2627 " itchy-lions-wash" ,
2728 " khaki-mails-draw" ,
2829 " lazy-spiders-think" ,
2930 " lucky-schools-hang" ,
3031 " moody-owls-cry" ,
32+ " odd-needles-joke" ,
3133 " poor-eggs-enjoy" ,
3234 " quiet-camels-mate" ,
3335 " rich-sheep-burn" ,
4042 " strong-lemons-provide" ,
4143 " tall-shrimps-worry" ,
4244 " thirty-flowers-sit" ,
45+ " thirty-ghosts-fix" ,
4346 " tiny-kings-whisper" ,
4447 " wicked-doors-train"
4548 ]
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.7
4+
5+ ### Patch Changes
6+
7+ - chore: more signal perf tuning ([ #9531 ] ( https://github.com/sveltejs/svelte/pull/9531 ) )
8+
9+ - fix: address intro transition bugs ([ #9528 ] ( https://github.com/sveltejs/svelte/pull/9528 ) )
10+
11+ - chore: tweak signals for better runtime perf ([ #9529 ] ( https://github.com/sveltejs/svelte/pull/9529 ) )
12+
313## 5.0.0-next.6
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.6 " ,
5+ "version" : " 5.0.0-next.7 " ,
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.6 ' ;
9+ export const VERSION = '5.0.0-next.7 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments