File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 55
55
" brown-months-fry" ,
56
56
" brown-spoons-boil" ,
57
57
" calm-buses-clap" ,
58
+ " calm-cameras-hide" ,
58
59
" calm-pandas-vanish" ,
59
60
" calm-ravens-sneeze" ,
60
61
" chatty-beans-divide" ,
61
62
" chatty-cups-drop" ,
62
63
" chatty-ghosts-unite" ,
63
64
" chatty-sloths-allow" ,
64
65
" chatty-taxis-juggle" ,
66
+ " chilled-ladybugs-invite" ,
65
67
" chilled-pumas-invite" ,
66
68
" chilled-seas-jog" ,
67
69
" chilly-dolphins-lick" ,
376
378
" moody-frogs-exist" ,
377
379
" moody-ghosts-buy" ,
378
380
" moody-houses-argue" ,
381
+ " moody-lions-watch" ,
379
382
" moody-owls-cry" ,
380
383
" moody-sheep-type" ,
381
384
" moody-toys-relax" ,
539
542
" silly-laws-happen" ,
540
543
" silly-lies-film" ,
541
544
" silly-ways-wash" ,
545
+ " silver-mice-double" ,
542
546
" silver-points-approve" ,
543
547
" silver-sheep-knock" ,
544
548
" six-bears-trade" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.196
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: tidy up dynamic event handler generated code ([ #12553 ] ( https://github.com/sveltejs/svelte/pull/12553 ) )
8
+
9
+ - fix: dynamic event delegation for stateful call expressions ([ #12549 ] ( https://github.com/sveltejs/svelte/pull/12549 ) )
10
+
11
+ - fix: remove runtime validation of components/snippets, rely on types instead ([ #12507 ] ( https://github.com/sveltejs/svelte/pull/12507 ) )
12
+
13
+ - fix: properly update store values ([ #12562 ] ( https://github.com/sveltejs/svelte/pull/12562 ) )
14
+
3
15
## 5.0.0-next.195
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.195 " ,
5
+ "version" : " 5.0.0-next.196 " ,
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.195 ' ;
9
+ export const VERSION = '5.0.0-next.196 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments