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 429429 " silly-lies-film" ,
430430 " silly-ways-wash" ,
431431 " silver-points-approve" ,
432+ " silver-sheep-knock" ,
432433 " six-bears-trade" ,
433434 " six-boats-shave" ,
434435 " sixty-items-crash" ,
435436 " sixty-numbers-hope" ,
436437 " sixty-pandas-rush" ,
438+ " sixty-plants-cover" ,
437439 " sleepy-cats-eat" ,
438440 " slimy-clouds-talk" ,
439441 " slimy-hairs-impress" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.148
4+
5+ ### Patch Changes
6+
7+ - chore: improve $state.frozen performance in prod ([ #11852 ] ( https://github.com/sveltejs/svelte/pull/11852 ) )
8+
9+ - breaking: removed deferred event updates ([ #11855 ] ( https://github.com/sveltejs/svelte/pull/11855 ) )
10+
311## 5.0.0-next.147
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.147 " ,
5+ "version" : " 5.0.0-next.148 " ,
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.147 ' ;
9+ export const VERSION = '5.0.0-next.148 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments