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 342342 " itchy-terms-guess" ,
343343 " khaki-cheetahs-refuse" ,
344344 " khaki-cooks-develop" ,
345+ " khaki-donkeys-jump" ,
345346 " khaki-ligers-sing" ,
346347 " khaki-mails-draw" ,
347348 " khaki-mails-scream" ,
810811 " twenty-gifts-develop" ,
811812 " two-brooms-fail" ,
812813 " two-candles-move" ,
814+ " two-cats-approve" ,
813815 " two-dogs-accept" ,
814816 " two-dragons-yell" ,
815817 " two-falcons-buy" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.239
4+
5+ ### Patch Changes
6+
7+ - fix: properly handle proxied array length mutations ([ #13026 ] ( https://github.com/sveltejs/svelte/pull/13026 ) )
8+
9+ - fix: repair ` href ` attribute mismatches ([ #13032 ] ( https://github.com/sveltejs/svelte/pull/13032 ) )
10+
311## 5.0.0-next.238
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.238 " ,
5+ "version" : " 5.0.0-next.239 " ,
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.238 ' ;
9+ export const VERSION = '5.0.0-next.239 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments