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 164164 " famous-pants-pay" ,
165165 " fast-donkeys-pay" ,
166166 " fast-penguins-matter" ,
167+ " fast-toes-act" ,
167168 " fast-weeks-clean" ,
168169 " few-badgers-guess" ,
169170 " few-cheetahs-taste" ,
258259 " heavy-doors-applaud" ,
259260 " heavy-ducks-leave" ,
260261 " heavy-ears-rule" ,
262+ " heavy-feet-attend" ,
261263 " hip-balloons-begin" ,
262264 " hip-garlics-tap" ,
263265 " hip-months-breathe" ,
374376 " moody-owls-cry" ,
375377 " moody-sheep-type" ,
376378 " moody-toys-relax" ,
379+ " nasty-carrots-develop" ,
377380 " nasty-glasses-begin" ,
378381 " nasty-lions-double" ,
379382 " nasty-yaks-peel" ,
440443 " poor-seahorses-flash" ,
441444 " popular-apes-bathe" ,
442445 " popular-cameras-tie" ,
446+ " popular-cups-bathe" ,
443447 " popular-feet-rule" ,
444448 " popular-games-hug" ,
445449 " popular-ligers-perform" ,
510514 " sharp-kids-happen" ,
511515 " sharp-tomatoes-learn" ,
512516 " shiny-baboons-play" ,
517+ " shiny-kangaroos-move" ,
513518 " shiny-mayflies-clean" ,
514519 " shiny-melons-love" ,
515520 " shiny-months-tease" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.191
4+
5+ ### Patch Changes
6+
7+ - fix: properly assign trailing comments ([ #12471 ] ( https://github.com/sveltejs/svelte/pull/12471 ) )
8+
9+ - breaking: remove deep reactivity from non-bindable props ([ #12484 ] ( https://github.com/sveltejs/svelte/pull/12484 ) )
10+
11+ - fix: ensure async initial store value is noticed ([ #12486 ] ( https://github.com/sveltejs/svelte/pull/12486 ) )
12+
13+ - fix: don't add imports to hoisted event parameters ([ #12493 ] ( https://github.com/sveltejs/svelte/pull/12493 ) )
14+
15+ - fix: set ` volume ` through DOM property rather than attribute ([ #12485 ] ( https://github.com/sveltejs/svelte/pull/12485 ) )
16+
317## 5.0.0-next.190
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.190 " ,
5+ "version" : " 5.0.0-next.191 " ,
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.190 ' ;
9+ export const VERSION = '5.0.0-next.191 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments