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 110
110
" eight-carrots-hunt" ,
111
111
" eight-cougars-watch" ,
112
112
" eight-hornets-punch" ,
113
+ " eight-jeans-compare" ,
113
114
" eight-pianos-raise" ,
114
115
" eight-steaks-shout" ,
115
116
" eighty-bikes-camp" ,
170
171
" gentle-dolls-juggle" ,
171
172
" gentle-sheep-hug" ,
172
173
" gentle-spies-happen" ,
174
+ " gentle-ties-fetch" ,
173
175
" gentle-toys-chew" ,
174
176
" gentle-trees-exercise" ,
175
177
" gentle-wasps-pull" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.147
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve reactive Map and Set implementations ([ #11827 ] ( https://github.com/sveltejs/svelte/pull/11827 ) )
8
+
9
+ - fix: improve controlled each block cleanup performance ([ #11839 ] ( https://github.com/sveltejs/svelte/pull/11839 ) )
10
+
3
11
## 5.0.0-next.146
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.146 " ,
5
+ "version" : " 5.0.0-next.147 " ,
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.146 ' ;
9
+ export const VERSION = '5.0.0-next.147 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments