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 3131 " breezy-carrots-flash" ,
3232 " bright-peas-juggle" ,
3333 " bright-snakes-sing" ,
34+ " brown-houses-obey" ,
3435 " brown-months-fry" ,
3536 " brown-spoons-boil" ,
3637 " calm-ravens-sneeze" ,
188189 " nasty-yaks-peel" ,
189190 " neat-boats-shake" ,
190191 " neat-dingos-clap" ,
192+ " neat-files-rescue" ,
191193 " nervous-spoons-relax" ,
192194 " new-boats-wait" ,
193195 " new-rabbits-flow" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.88
4+
5+ ### Patch Changes
6+
7+ - fix: further improvements to effect scheduling and flushing ([ #10971 ] ( https://github.com/sveltejs/svelte/pull/10971 ) )
8+
9+ - feat: re-export built-ins from ` svelte/reactivity ` on the server ([ #10973 ] ( https://github.com/sveltejs/svelte/pull/10973 ) )
10+
311## 5.0.0-next.87
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.87 " ,
5+ "version" : " 5.0.0-next.88 " ,
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.87 ' ;
9+ export const VERSION = '5.0.0-next.88 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments