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 142142 " eleven-beers-yell" ,
143143 " eleven-cows-judge" ,
144144 " eleven-cycles-applaud" ,
145+ " eleven-donuts-sit" ,
145146 " eleven-hounds-pump" ,
146147 " empty-bags-heal" ,
147148 " empty-bulldogs-exercise" ,
379380 " nasty-carrots-develop" ,
380381 " nasty-glasses-begin" ,
381382 " nasty-lions-double" ,
383+ " nasty-mayflies-smoke" ,
382384 " nasty-yaks-peel" ,
383385 " neat-boats-shake" ,
384386 " neat-dingos-clap" ,
521523 " shiny-pillows-relax" ,
522524 " shiny-rats-heal" ,
523525 " shiny-shrimps-march" ,
526+ " shiny-starfishes-cross" ,
524527 " short-buses-camp" ,
525528 " short-countries-rush" ,
526529 " shy-fishes-drive" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.192
4+
5+ ### Patch Changes
6+
7+ - fix: make animations more robust to quick shuffling ([ #12496 ] ( https://github.com/sveltejs/svelte/pull/12496 ) )
8+
9+ - feat: warn if binding to a non-reactive property ([ #12500 ] ( https://github.com/sveltejs/svelte/pull/12500 ) )
10+
11+ - fix: ensure $state proxy invokes set accessor if present ([ #12503 ] ( https://github.com/sveltejs/svelte/pull/12503 ) )
12+
313## 5.0.0-next.191
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.191 " ,
5+ "version" : " 5.0.0-next.192 " ,
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.191 ' ;
9+ export const VERSION = '5.0.0-next.192 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments