File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 141141 " fair-crabs-check" ,
142142 " fair-pianos-talk" ,
143143 " fair-spies-repeat" ,
144+ " famous-chairs-notice" ,
144145 " famous-falcons-melt" ,
145146 " famous-kiwis-thank" ,
146147 " famous-knives-sneeze" ,
340341 " neat-files-rescue" ,
341342 " neat-jokes-beam" ,
342343 " nervous-berries-boil" ,
344+ " nervous-ducks-repeat" ,
343345 " nervous-spoons-relax" ,
344346 " nervous-turkeys-end" ,
345347 " new-boats-wait" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.163
4+
5+ ### Patch Changes
6+
7+ - feat: more accurate ` render ` /` mount ` /` hydrate ` options ([ #12111 ] ( https://github.com/sveltejs/svelte/pull/12111 ) )
8+
9+ - fix: better binding interop between runes/non-runes components ([ #12123 ] ( https://github.com/sveltejs/svelte/pull/12123 ) )
10+
311## 5.0.0-next.162
412
513### 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.162 " ,
5+ "version" : " 5.0.0-next.163 " ,
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.162 ' ;
9+ export const VERSION = '5.0.0-next.163 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments