File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2626 " big-geese-act" ,
2727 " big-moons-occur" ,
2828 " blue-ants-raise" ,
29+ " blue-lemons-wait" ,
2930 " blue-rules-juggle" ,
3031 " blue-timers-film" ,
3132 " brave-carrots-draw" ,
9899 " empty-bags-heal" ,
99100 " empty-bulldogs-exercise" ,
100101 " empty-crabs-think" ,
102+ " empty-geckos-pretend" ,
101103 " empty-tools-share" ,
102104 " fair-bags-smoke" ,
103105 " fair-crabs-check" ,
234236 " mighty-frogs-obey" ,
235237 " moody-carrots-lay" ,
236238 " moody-frogs-exist" ,
239+ " moody-ghosts-buy" ,
237240 " moody-houses-argue" ,
238241 " moody-owls-cry" ,
239242 " moody-sheep-type" ,
349352 " silly-lies-film" ,
350353 " silly-ways-wash" ,
351354 " silver-points-approve" ,
355+ " six-boats-shave" ,
352356 " sixty-items-crash" ,
353357 " sixty-numbers-hope" ,
354358 " sixty-pandas-rush" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.117
4+
5+ ### Patch Changes
6+
7+ - fix: collect all necessary setters of html elements when spreading attributes ([ #11371 ] ( https://github.com/sveltejs/svelte/pull/11371 ) )
8+
9+ - fix: ensure reactions are kept dirty when marking them again ([ #11364 ] ( https://github.com/sveltejs/svelte/pull/11364 ) )
10+
11+ - feat: leave view transition pseudo selectors untouched ([ #11375 ] ( https://github.com/sveltejs/svelte/pull/11375 ) )
12+
13+ - fix: require whitespace after ` @const ` tag ([ #11379 ] ( https://github.com/sveltejs/svelte/pull/11379 ) )
14+
315## 5.0.0-next.116
416
517### 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.116 " ,
5+ "version" : " 5.0.0-next.117 " ,
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.116 ' ;
9+ export const VERSION = '5.0.0-next.117 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments