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 4646 " kind-eagles-join" ,
4747 " large-clouds-carry" ,
4848 " lazy-spiders-think" ,
49+ " lemon-geese-drum" ,
4950 " light-pens-watch" ,
5051 " long-crews-return" ,
5152 " lovely-items-turn" ,
8990 " thirty-wombats-relax" ,
9091 " tiny-kings-whisper" ,
9192 " twelve-onions-juggle" ,
93+ " two-dragons-yell" ,
9294 " two-falcons-buy" ,
9395 " wet-games-fly" ,
9496 " wicked-clouds-exercise" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.17
4+
5+ ### Patch Changes
6+
7+ - fix: improve ` $inspect ` type definition ([ #9731 ] ( https://github.com/sveltejs/svelte/pull/9731 ) )
8+
9+ - fix: correctly inspect derived values ([ #9731 ] ( https://github.com/sveltejs/svelte/pull/9731 ) )
10+
311## 5.0.0-next.16
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.16 " ,
5+ "version" : " 5.0.0-next.17 " ,
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.16 ' ;
9+ export const VERSION = '5.0.0-next.17 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments