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 151
151
" moody-carrots-lay" ,
152
152
" moody-frogs-exist" ,
153
153
" moody-owls-cry" ,
154
+ " moody-sheep-type" ,
154
155
" nasty-lions-double" ,
155
156
" nasty-yaks-peel" ,
156
157
" neat-boats-shake" ,
184
185
" pretty-ties-help" ,
185
186
" purple-dragons-peel" ,
186
187
" quiet-apricots-dream" ,
188
+ " quiet-berries-end" ,
187
189
" quiet-camels-mate" ,
188
190
" quiet-crabs-nail" ,
189
191
" quiet-timers-speak" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.66
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: make ` bind_this ` implementation more robust ([ #10598 ] ( https://github.com/sveltejs/svelte/pull/10598 ) )
8
+
9
+ - fix: tweak initial ` bind:clientWidth/clientHeight/offsetWidth/offsetHeight ` update timing ([ #10512 ] ( https://github.com/sveltejs/svelte/pull/10512 ) )
10
+
3
11
## 5.0.0-next.65
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.65 " ,
5
+ "version" : " 5.0.0-next.66 " ,
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.65 ' ;
9
+ export const VERSION = '5.0.0-next.66 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments