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 117117 " itchy-kings-deliver" ,
118118 " itchy-lions-wash" ,
119119 " itchy-terms-guess" ,
120+ " khaki-cooks-develop" ,
120121 " khaki-mails-draw" ,
121122 " khaki-moose-arrive" ,
122123 " kind-baboons-approve" ,
200201 " rich-waves-mix" ,
201202 " rotten-bags-type" ,
202203 " rotten-buckets-develop" ,
204+ " rotten-experts-relax" ,
203205 " selfish-dragons-knock" ,
204206 " selfish-tools-hide" ,
205207 " serious-kids-deliver" ,
242244 " spotty-pens-agree" ,
243245 " spotty-rocks-destroy" ,
244246 " spotty-spiders-compare" ,
247+ " spotty-turkeys-sparkle" ,
245248 " stale-books-perform" ,
246249 " stale-comics-look" ,
247250 " stale-jeans-refuse" ,
305308 " witty-camels-warn" ,
306309 " witty-steaks-dream" ,
307310 " witty-tomatoes-care" ,
308- " witty-years-crash"
311+ " witty-years-crash" ,
312+ " yellow-taxis-double"
309313 ]
310314}
Original file line number Diff line number Diff line change 11# svelte
22
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+
315## 5.0.0-next.64
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.64 " ,
5+ "version" : " 5.0.0-next.65 " ,
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.64 ' ;
9+ export const VERSION = '5.0.0-next.65 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments