File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 149149 " good-buses-reply" ,
150150 " good-cars-visit" ,
151151 " good-pianos-jump" ,
152+ " good-plums-type" ,
152153 " good-rivers-yawn" ,
153154 " gorgeous-singers-rest" ,
154155 " great-fans-unite" ,
257258 " nice-avocados-move" ,
258259 " nine-cooks-join" ,
259260 " ninety-dingos-walk" ,
261+ " ninety-dots-train" ,
260262 " odd-buckets-lie" ,
261263 " odd-needles-joke" ,
262264 " odd-schools-wait" ,
480482 " wise-donkeys-marry" ,
481483 " wise-jobs-admire" ,
482484 " wise-radios-exercise" ,
485+ " wise-ties-clap" ,
483486 " witty-camels-warn" ,
484487 " witty-readers-provide" ,
485488 " witty-steaks-dream" ,
486489 " witty-tomatoes-care" ,
487490 " witty-years-crash" ,
491+ " yellow-pugs-raise" ,
488492 " yellow-taxis-double" ,
493+ " young-ads-roll" ,
489494 " young-masks-refuse"
490495 ]
491496}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.121
4+
5+ ### Patch Changes
6+
7+ - fix: set correct component context when rendering snippets ([ #11401 ] ( https://github.com/sveltejs/svelte/pull/11401 ) )
8+
9+ - fix: detect style shorthands as stateful variables in legacy mode ([ #11421 ] ( https://github.com/sveltejs/svelte/pull/11421 ) )
10+
11+ - fix: improve unowned derived signal behaviour ([ #11408 ] ( https://github.com/sveltejs/svelte/pull/11408 ) )
12+
13+ - fix: rework binding type-checking strategy ([ #11420 ] ( https://github.com/sveltejs/svelte/pull/11420 ) )
14+
15+ - fix: improve html escaping of element attributes ([ #11411 ] ( https://github.com/sveltejs/svelte/pull/11411 ) )
16+
317## 5.0.0-next.120
418
519### 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.120 " ,
5+ "version" : " 5.0.0-next.121 " ,
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.120 ' ;
9+ export const VERSION = '5.0.0-next.121 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments