File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 117
117
" itchy-kings-deliver" ,
118
118
" itchy-lions-wash" ,
119
119
" itchy-terms-guess" ,
120
+ " khaki-cooks-develop" ,
120
121
" khaki-mails-draw" ,
121
122
" khaki-moose-arrive" ,
122
123
" kind-baboons-approve" ,
200
201
" rich-waves-mix" ,
201
202
" rotten-bags-type" ,
202
203
" rotten-buckets-develop" ,
204
+ " rotten-experts-relax" ,
203
205
" selfish-dragons-knock" ,
204
206
" selfish-tools-hide" ,
205
207
" serious-kids-deliver" ,
242
244
" spotty-pens-agree" ,
243
245
" spotty-rocks-destroy" ,
244
246
" spotty-spiders-compare" ,
247
+ " spotty-turkeys-sparkle" ,
245
248
" stale-books-perform" ,
246
249
" stale-comics-look" ,
247
250
" stale-jeans-refuse" ,
305
308
" witty-camels-warn" ,
306
309
" witty-steaks-dream" ,
307
310
" witty-tomatoes-care" ,
308
- " witty-years-crash"
311
+ " witty-years-crash" ,
312
+ " yellow-taxis-double"
309
313
]
310
314
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.65
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve $inspect handling of derived objects ([ #10584 ] ( https://github.com/sveltejs/svelte/pull/10584 ) )
8
+
9
+ - fix: permit whitespace within template scripts ([ #10591 ] ( https://github.com/sveltejs/svelte/pull/10591 ) )
10
+
11
+ - fix: allow boolean ` contenteditable ` attribute ([ #10590 ] ( https://github.com/sveltejs/svelte/pull/10590 ) )
12
+
13
+ - fix: improve import event handler support ([ #10592 ] ( https://github.com/sveltejs/svelte/pull/10592 ) )
14
+
3
15
## 5.0.0-next.64
4
16
5
17
### 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.64 " ,
5
+ "version" : " 5.0.0-next.65 " ,
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.64 ' ;
9
+ export const VERSION = '5.0.0-next.65 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments