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 12
12
" afraid-moose-matter" ,
13
13
" brave-walls-destroy" ,
14
14
" brown-spoons-boil" ,
15
+ " chilled-pumas-invite" ,
15
16
" chilly-dolphins-lick" ,
16
17
" clean-eels-beg" ,
17
18
" cold-birds-own" ,
39
40
" lazy-spiders-think" ,
40
41
" long-crews-return" ,
41
42
" lovely-items-turn" ,
43
+ " lovely-rules-eat" ,
42
44
" lucky-schools-hang" ,
43
45
" moody-frogs-exist" ,
44
46
" moody-owls-cry" ,
64
66
" thirty-flowers-sit" ,
65
67
" thirty-ghosts-fix" ,
66
68
" thirty-impalas-repair" ,
69
+ " thirty-wombats-relax" ,
67
70
" tiny-kings-whisper" ,
68
71
" two-falcons-buy" ,
69
72
" wet-games-fly" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: apply keyed validation only for keyed each ([ #9641 ] ( https://github.com/sveltejs/svelte/pull/9641 ) )
8
+
9
+ - fix: omit this bind this arg if we know it's not a signal ([ #9635 ] ( https://github.com/sveltejs/svelte/pull/9635 ) )
10
+
11
+ - fix: improve each block index handling ([ #9644 ] ( https://github.com/sveltejs/svelte/pull/9644 ) )
12
+
3
13
## 5.0.0-next.12
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.12 " ,
5
+ "version" : " 5.0.0-next.13 " ,
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.12 ' ;
9
+ export const VERSION = '5.0.0-next.13 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments