File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 62
62
" chatty-ghosts-unite" ,
63
63
" chatty-sloths-allow" ,
64
64
" chatty-taxis-juggle" ,
65
+ " chilled-ladybugs-invite" ,
65
66
" chilled-pumas-invite" ,
66
67
" chilled-seas-jog" ,
67
68
" chilly-dolphins-lick" ,
376
377
" moody-frogs-exist" ,
377
378
" moody-ghosts-buy" ,
378
379
" moody-houses-argue" ,
380
+ " moody-lions-watch" ,
379
381
" moody-owls-cry" ,
380
382
" moody-sheep-type" ,
381
383
" moody-toys-relax" ,
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
+ - fix: dynamic event delegation for stateful call expressions ([ #12549 ] ( https://github.com/sveltejs/svelte/pull/12549 ) )
8
+
9
+ - fix: remove runtime validation of components/snippets, rely on types instead ([ #12507 ] ( https://github.com/sveltejs/svelte/pull/12507 ) )
10
+
3
11
## 5.0.0-next.195
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.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