File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 228
228
" seven-deers-jam" ,
229
229
" seven-hornets-smile" ,
230
230
" seven-jobs-sniff" ,
231
+ " seven-masks-end" ,
231
232
" seven-ravens-check" ,
232
233
" shaggy-cameras-live" ,
233
234
" sharp-gorillas-impress" ,
260
261
" sour-weeks-fix" ,
261
262
" spicy-jeans-deliver" ,
262
263
" spicy-plums-admire" ,
264
+ " spotty-houses-search" ,
263
265
" spotty-pens-agree" ,
264
266
" spotty-rocks-destroy" ,
265
267
" spotty-spiders-compare" ,
320
322
" violet-pigs-jam" ,
321
323
" weak-terms-destroy" ,
322
324
" wet-games-fly" ,
325
+ " wet-wombats-repeat" ,
323
326
" wicked-clouds-exercise" ,
324
327
" wicked-doors-train" ,
325
328
" wicked-hairs-cheer" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.72
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: adjust keyed each block equality handling ([ #10699 ] ( https://github.com/sveltejs/svelte/pull/10699 ) )
8
+
9
+ - fix: improve indexed each equality ([ #10702 ] ( https://github.com/sveltejs/svelte/pull/10702 ) )
10
+
11
+ - fix: prevent snippet children conflict ([ #10700 ] ( https://github.com/sveltejs/svelte/pull/10700 ) )
12
+
3
13
## 5.0.0-next.71
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.71 " ,
5
+ "version" : " 5.0.0-next.72 " ,
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.71 ' ;
9
+ export const VERSION = '5.0.0-next.72 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments