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 228228 " seven-deers-jam" ,
229229 " seven-hornets-smile" ,
230230 " seven-jobs-sniff" ,
231+ " seven-masks-end" ,
231232 " seven-ravens-check" ,
232233 " shaggy-cameras-live" ,
233234 " sharp-gorillas-impress" ,
260261 " sour-weeks-fix" ,
261262 " spicy-jeans-deliver" ,
262263 " spicy-plums-admire" ,
264+ " spotty-houses-search" ,
263265 " spotty-pens-agree" ,
264266 " spotty-rocks-destroy" ,
265267 " spotty-spiders-compare" ,
320322 " violet-pigs-jam" ,
321323 " weak-terms-destroy" ,
322324 " wet-games-fly" ,
325+ " wet-wombats-repeat" ,
323326 " wicked-clouds-exercise" ,
324327 " wicked-doors-train" ,
325328 " wicked-hairs-cheer" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
313## 5.0.0-next.71
414
515### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.71 " ,
5+ "version" : " 5.0.0-next.72 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.71 ' ;
9+ export const VERSION = '5.0.0-next.72 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments