File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 112
112
" cold-teachers-turn" ,
113
113
" cool-actors-tan" ,
114
114
" cool-ants-leave" ,
115
+ " cool-apes-confess" ,
115
116
" cool-comics-marry" ,
116
117
" cool-jobs-scream" ,
117
118
" cool-peas-lick" ,
334
335
" happy-beds-scream" ,
335
336
" happy-dogs-jump" ,
336
337
" happy-dolls-joke" ,
338
+ " happy-eggs-rest" ,
337
339
" happy-lobsters-lick" ,
338
340
" happy-moles-live" ,
339
341
" happy-planets-rest" ,
530
532
" nine-ants-invite" ,
531
533
" nine-cooks-join" ,
532
534
" nine-kids-whisper" ,
535
+ " nine-vans-admire" ,
533
536
" ninety-days-visit" ,
534
537
" ninety-dingos-walk" ,
535
538
" ninety-dots-train" ,
899
902
" tiny-moose-kiss" ,
900
903
" tiny-taxis-whisper" ,
901
904
" tough-buckets-thank" ,
905
+ " tough-pans-boil" ,
902
906
" tough-radios-punch" ,
903
907
" tough-snails-chew" ,
904
908
" tough-tomatoes-explain" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.267
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure inserted code is preserved during migration ([ #13617 ] ( https://github.com/sveltejs/svelte/pull/13617 ) )
8
+
9
+ - fix: ensure each block consistency to internal mutations to the collection ([ #13614 ] ( https://github.com/sveltejs/svelte/pull/13614 ) )
10
+
11
+ - chore: improve derived ownership model ([ #13623 ] ( https://github.com/sveltejs/svelte/pull/13623 ) )
12
+
13
+ - fix: ensure await block scope transforms are isolated ([ #13622 ] ( https://github.com/sveltejs/svelte/pull/13622 ) )
14
+
3
15
## 5.0.0-next.266
4
16
5
17
### 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.266 " ,
5
+ "version" : " 5.0.0-next.267 " ,
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.266 ' ;
9
+ export const VERSION = '5.0.0-next.267 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments