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 162
162
" hungry-trees-travel" ,
163
163
" itchy-beans-melt" ,
164
164
" itchy-bulldogs-tan" ,
165
+ " itchy-eels-marry" ,
165
166
" itchy-kings-deliver" ,
166
167
" itchy-lions-wash" ,
167
168
" itchy-terms-guess" ,
279
280
" rich-cobras-exist" ,
280
281
" rich-garlics-laugh" ,
281
282
" rich-olives-yell" ,
283
+ " rich-plums-thank" ,
282
284
" rich-sheep-burn" ,
283
285
" rich-tables-sing" ,
284
286
" rich-waves-mix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.107
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: remove memory leak from bind: this ([ #11194 ] ( https://github.com/sveltejs/svelte/pull/11194 ) )
8
+
9
+ - fix: remove memory leak from retaining old DOM elements ([ #11197 ] ( https://github.com/sveltejs/svelte/pull/11197 ) )
10
+
3
11
## 5.0.0-next.106
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.106 " ,
5
+ "version" : " 5.0.0-next.107 " ,
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.106 ' ;
9
+ export const VERSION = '5.0.0-next.107 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments