File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 122
122
" dry-eggs-retire" ,
123
123
" dry-fans-march" ,
124
124
" dry-ghosts-prove" ,
125
+ " dry-hotels-matter" ,
125
126
" dry-parrots-bathe" ,
126
127
" dry-pillows-exist" ,
127
128
" dull-coins-vanish" ,
530
531
" shaggy-comics-jog" ,
531
532
" sharp-gorillas-impress" ,
532
533
" sharp-kids-happen" ,
534
+ " sharp-spies-live" ,
533
535
" sharp-tomatoes-learn" ,
534
536
" shiny-baboons-play" ,
535
537
" shiny-kangaroos-move" ,
682
684
" thirty-wombats-relax" ,
683
685
" three-buses-sleep" ,
684
686
" three-camels-sell" ,
687
+ " three-donkeys-jump" ,
685
688
" three-foxes-relax" ,
686
689
" three-icons-trade" ,
687
690
" three-lions-visit" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.201
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: remove $.unwrap calls from each block indexes ([ #12640 ] ( https://github.com/sveltejs/svelte/pull/12640 ) )
8
+
9
+ - fix: error on ` bind:this ` to each block parameter ([ #12638 ] ( https://github.com/sveltejs/svelte/pull/12638 ) )
10
+
11
+ - feat: remove ` $.unwrap ` calls from ` bind:group ` ([ #12642 ] ( https://github.com/sveltejs/svelte/pull/12642 ) )
12
+
3
13
## 5.0.0-next.200
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.200 " ,
5
+ "version" : " 5.0.0-next.201 " ,
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.200 ' ;
9
+ export const VERSION = '5.0.0-next.201 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments