File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 100
100
" dry-fans-march" ,
101
101
" dry-pillows-exist" ,
102
102
" dull-coins-vanish" ,
103
+ " dull-donkeys-smell" ,
103
104
" dull-mangos-wave" ,
104
105
" dull-pots-add" ,
105
106
" dull-roses-relate" ,
287
288
" mighty-cooks-scream" ,
288
289
" mighty-files-hammer" ,
289
290
" mighty-frogs-obey" ,
291
+ " modern-apricots-promise" ,
290
292
" moody-carrots-lay" ,
291
293
" moody-frogs-exist" ,
292
294
" moody-ghosts-buy" ,
457
459
" soft-tigers-wink" ,
458
460
" sour-bags-fail" ,
459
461
" sour-forks-stare" ,
462
+ " sour-geese-listen" ,
460
463
" sour-jeans-collect" ,
461
464
" sour-rules-march" ,
462
465
" sour-weeks-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.145
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ` $state.is ` missing second argument on the server ([ #11835 ] ( https://github.com/sveltejs/svelte/pull/11835 ) )
8
+
9
+ - fix: prevent buggy ownership warning when reassigning state ([ #11812 ] ( https://github.com/sveltejs/svelte/pull/11812 ) )
10
+
11
+ - fix: address regressed memory leak ([ #11832 ] ( https://github.com/sveltejs/svelte/pull/11832 ) )
12
+
3
13
## 5.0.0-next.144
4
14
5
15
### 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.144 " ,
5
+ "version" : " 5.0.0-next.145 " ,
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.144 ' ;
9
+ export const VERSION = '5.0.0-next.145 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments