File tree 4 files changed +12
-2
lines changed 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 287
287
" mighty-cooks-scream" ,
288
288
" mighty-files-hammer" ,
289
289
" mighty-frogs-obey" ,
290
+ " modern-apricots-promise" ,
290
291
" moody-carrots-lay" ,
291
292
" moody-frogs-exist" ,
292
293
" moody-ghosts-buy" ,
457
458
" soft-tigers-wink" ,
458
459
" sour-bags-fail" ,
459
460
" sour-forks-stare" ,
461
+ " sour-geese-listen" ,
460
462
" sour-jeans-collect" ,
461
463
" sour-rules-march" ,
462
464
" 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: prevent buggy ownership warning when reassigning state ([ #11812 ] ( https://github.com/sveltejs/svelte/pull/11812 ) )
8
+
9
+ - fix: address regressed memory leak ([ #11832 ] ( https://github.com/sveltejs/svelte/pull/11832 ) )
10
+
3
11
## 5.0.0-next.144
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.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