File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 141
141
" fair-crabs-check" ,
142
142
" fair-pianos-talk" ,
143
143
" fair-spies-repeat" ,
144
+ " famous-chairs-notice" ,
144
145
" famous-falcons-melt" ,
145
146
" famous-kiwis-thank" ,
146
147
" famous-knives-sneeze" ,
340
341
" neat-files-rescue" ,
341
342
" neat-jokes-beam" ,
342
343
" nervous-berries-boil" ,
344
+ " nervous-ducks-repeat" ,
343
345
" nervous-spoons-relax" ,
344
346
" nervous-turkeys-end" ,
345
347
" new-boats-wait" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.162
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.162 " ,
5
+ "version" : " 5.0.0-next.163 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.162 ' ;
9
+ export const VERSION = '5.0.0-next.163 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments