File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1111 "changesets" : [
1212 " afraid-moose-matter" ,
1313 " beige-flies-wash" ,
14+ " beige-rabbits-shave" ,
1415 " brave-walls-destroy" ,
1516 " brown-spoons-boil" ,
17+ " chatty-cups-drop" ,
1618 " chatty-taxis-juggle" ,
1719 " chilled-pumas-invite" ,
1820 " chilly-dolphins-lick" ,
4547 " great-icons-retire" ,
4648 " green-eggs-approve" ,
4749 " green-hounds-play" ,
50+ " happy-suits-film" ,
4851 " healthy-planes-vanish" ,
52+ " heavy-ears-rule" ,
4953 " honest-icons-change" ,
5054 " hungry-dots-fry" ,
5155 " hungry-tips-unite" ,
5660 " kind-deers-lay" ,
5761 " kind-eagles-join" ,
5862 " large-clouds-carry" ,
63+ " large-turkeys-deny" ,
5964 " late-crabs-lay" ,
6065 " lazy-masks-sit" ,
6166 " lazy-months-knock" ,
119124 " tall-tigers-wait" ,
120125 " tasty-numbers-perform" ,
121126 " ten-foxes-repeat" ,
127+ " ten-peaches-sleep" ,
122128 " ten-worms-reflect" ,
123129 " thin-foxes-lick" ,
124130 " thirty-flowers-sit" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.24
4+
5+ ### Patch Changes
6+
7+ - fix: improve props aliasing ([ #9900 ] ( https://github.com/sveltejs/svelte/pull/9900 ) )
8+
9+ - feat: add support for ` {@const} ` inside snippet block ([ #9904 ] ( https://github.com/sveltejs/svelte/pull/9904 ) )
10+
11+ - fix: improve attribute directive reactivity detection ([ #9907 ] ( https://github.com/sveltejs/svelte/pull/9907 ) )
12+
13+ - fix: improve $inspect batching ([ #9902 ] ( https://github.com/sveltejs/svelte/pull/9902 ) )
14+
15+ - chore: improve readonly prop messaging ([ #9901 ] ( https://github.com/sveltejs/svelte/pull/9901 ) )
16+
17+ - fix: better support for top-level snippet declarations ([ #9898 ] ( https://github.com/sveltejs/svelte/pull/9898 ) )
18+
319## 5.0.0-next.23
420
521### 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.23 " ,
5+ "version" : " 5.0.0-next.24 " ,
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.23 ' ;
9+ export const VERSION = '5.0.0-next.24 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments