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 429
429
" silly-lies-film" ,
430
430
" silly-ways-wash" ,
431
431
" silver-points-approve" ,
432
+ " silver-sheep-knock" ,
432
433
" six-bears-trade" ,
433
434
" six-boats-shave" ,
434
435
" sixty-items-crash" ,
435
436
" sixty-numbers-hope" ,
436
437
" sixty-pandas-rush" ,
438
+ " sixty-plants-cover" ,
437
439
" sleepy-cats-eat" ,
438
440
" slimy-clouds-talk" ,
439
441
" slimy-hairs-impress" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.147
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.147 " ,
5
+ "version" : " 5.0.0-next.148 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.147 ' ;
9
+ export const VERSION = '5.0.0-next.148 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments