File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 102102 " neat-dingos-clap" ,
103103 " new-boats-wait" ,
104104 " ninety-dingos-walk" ,
105+ " odd-buckets-lie" ,
105106 " odd-needles-joke" ,
106107 " odd-schools-wait" ,
107108 " odd-shoes-cheat" ,
132133 " serious-socks-cover" ,
133134 " serious-zebras-scream" ,
134135 " seven-deers-jam" ,
136+ " seven-jobs-sniff" ,
135137 " seven-ravens-check" ,
136138 " sharp-gorillas-impress" ,
137139 " sharp-kids-happen" ,
143145 " slimy-walls-draw" ,
144146 " slow-beds-shave" ,
145147 " slow-chefs-dream" ,
148+ " slow-wombats-reply" ,
146149 " small-papayas-laugh" ,
147150 " smart-parents-swim" ,
148151 " smart-zebras-pay" ,
151154 " soft-tigers-wink" ,
152155 " sour-forks-stare" ,
153156 " sour-rules-march" ,
157+ " sour-weeks-fix" ,
154158 " spicy-plums-admire" ,
155159 " spotty-pens-agree" ,
156160 " 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: improve code generation ([ #10156 ] ( https://github.com/sveltejs/svelte/pull/10156 ) )
8+
9+ - fix: adjust ` $inspect.with ` type ([ ` c7cb90c91 ` ] ( https://github.com/sveltejs/svelte/commit/c7cb90c91cd3553ad59126267c9bfddecbb290b4 ) )
10+
11+ - fix: improve how transitions are handled on mount ([ #10157 ] ( https://github.com/sveltejs/svelte/pull/10157 ) )
12+
13+ - fix: adjust ` parse ` return type ([ ` a271878ab ` ] ( https://github.com/sveltejs/svelte/commit/a271878abe7018923839401129b18082eb2c811a ) )
14+
315## 5.0.0-next.33
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.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