File tree 4 files changed +12
-2
lines changed 4 files changed +12
-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" ,
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
+
3
11
## 5.0.0-next.200
4
12
5
13
### 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