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 1515 " brave-walls-destroy" ,
1616 " breezy-carrots-flash" ,
1717 " bright-peas-juggle" ,
18+ " bright-snakes-sing" ,
1819 " brown-spoons-boil" ,
1920 " chatty-cups-drop" ,
2021 " chatty-taxis-juggle" ,
7677 " itchy-terms-guess" ,
7778 " khaki-mails-draw" ,
7879 " khaki-moose-arrive" ,
80+ " kind-baboons-approve" ,
7981 " kind-deers-lay" ,
8082 " kind-eagles-join" ,
8183 " large-clouds-carry" ,
102104 " neat-dingos-clap" ,
103105 " new-boats-wait" ,
104106 " ninety-dingos-walk" ,
107+ " odd-buckets-lie" ,
105108 " odd-needles-joke" ,
106109 " odd-schools-wait" ,
107110 " odd-shoes-cheat" ,
132135 " serious-socks-cover" ,
133136 " serious-zebras-scream" ,
134137 " seven-deers-jam" ,
138+ " seven-jobs-sniff" ,
135139 " seven-ravens-check" ,
136140 " sharp-gorillas-impress" ,
137141 " sharp-kids-happen" ,
143147 " slimy-walls-draw" ,
144148 " slow-beds-shave" ,
145149 " slow-chefs-dream" ,
150+ " slow-wombats-reply" ,
146151 " small-papayas-laugh" ,
147152 " smart-parents-swim" ,
148153 " smart-zebras-pay" ,
151156 " soft-tigers-wink" ,
152157 " sour-forks-stare" ,
153158 " sour-rules-march" ,
159+ " sour-weeks-fix" ,
154160 " spicy-plums-admire" ,
155161 " spotty-pens-agree" ,
156162 " stale-books-perform" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.34
4+
5+ ### Patch Changes
6+
7+ - fix: make ` @types/estree ` a dependency ([ #10150 ] ( https://github.com/sveltejs/svelte/pull/10150 ) )
8+
9+ - fix: improve intro transitions on dynamic mount ([ #10162 ] ( https://github.com/sveltejs/svelte/pull/10162 ) )
10+
11+ - fix: improve code generation ([ #10156 ] ( https://github.com/sveltejs/svelte/pull/10156 ) )
12+
13+ - fix: adjust ` $inspect.with ` type ([ ` c7cb90c91 ` ] ( https://github.com/sveltejs/svelte/commit/c7cb90c91cd3553ad59126267c9bfddecbb290b4 ) )
14+
15+ - fix: improve how transitions are handled on mount ([ #10157 ] ( https://github.com/sveltejs/svelte/pull/10157 ) )
16+
17+ - fix: adjust ` parse ` return type ([ ` a271878ab ` ] ( https://github.com/sveltejs/svelte/commit/a271878abe7018923839401129b18082eb2c811a ) )
18+
319## 5.0.0-next.33
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.33 " ,
5+ "version" : " 5.0.0-next.34 " ,
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.33 ' ;
9+ export const VERSION = '5.0.0-next.34 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments