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 258258 " heavy-doors-applaud" ,
259259 " heavy-ducks-leave" ,
260260 " heavy-ears-rule" ,
261+ " heavy-feet-attend" ,
261262 " hip-balloons-begin" ,
262263 " hip-garlics-tap" ,
263264 " hip-months-breathe" ,
374375 " moody-owls-cry" ,
375376 " moody-sheep-type" ,
376377 " moody-toys-relax" ,
378+ " nasty-carrots-develop" ,
377379 " nasty-glasses-begin" ,
378380 " nasty-lions-double" ,
379381 " nasty-yaks-peel" ,
440442 " poor-seahorses-flash" ,
441443 " popular-apes-bathe" ,
442444 " popular-cameras-tie" ,
445+ " popular-cups-bathe" ,
443446 " popular-feet-rule" ,
444447 " popular-games-hug" ,
445448 " popular-ligers-perform" ,
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+ - breaking: remove deep reactivity from non-bindable props ([ #12484 ] ( https://github.com/sveltejs/svelte/pull/12484 ) )
8+
9+ - fix: ensure async initial store value is noticed ([ #12486 ] ( https://github.com/sveltejs/svelte/pull/12486 ) )
10+
11+ - fix: don't add imports to hoisted event parameters ([ #12493 ] ( https://github.com/sveltejs/svelte/pull/12493 ) )
12+
313## 5.0.0-next.190
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.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