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 122122 " dry-eggs-retire" ,
123123 " dry-fans-march" ,
124124 " dry-ghosts-prove" ,
125+ " dry-hotels-matter" ,
125126 " dry-parrots-bathe" ,
126127 " dry-pillows-exist" ,
127128 " dull-coins-vanish" ,
530531 " shaggy-comics-jog" ,
531532 " sharp-gorillas-impress" ,
532533 " sharp-kids-happen" ,
534+ " sharp-spies-live" ,
533535 " sharp-tomatoes-learn" ,
534536 " shiny-baboons-play" ,
535537 " shiny-kangaroos-move" ,
682684 " thirty-wombats-relax" ,
683685 " three-buses-sleep" ,
684686 " three-camels-sell" ,
687+ " three-donkeys-jump" ,
685688 " three-foxes-relax" ,
686689 " three-icons-trade" ,
687690 " three-lions-visit" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
313## 5.0.0-next.200
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.200 " ,
5+ "version" : " 5.0.0-next.201 " ,
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.200 ' ;
9+ export const VERSION = '5.0.0-next.201 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments