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 174174 " eighty-days-cheat" ,
175175 " eighty-days-wave" ,
176176 " eighty-dragons-search" ,
177+ " eighty-hornets-breathe" ,
177178 " eighty-lizards-notice" ,
178179 " eighty-mails-develop" ,
179180 " eleven-avocados-walk" ,
877878 " tidy-fans-relax" ,
878879 " tidy-lizards-happen" ,
879880 " tidy-starfishes-allow" ,
881+ " tiny-ads-press" ,
880882 " tiny-kings-whisper" ,
881883 " tiny-meals-deliver" ,
882884 " tiny-moose-kiss" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.264
4+
5+ ### Patch Changes
6+
7+ - fix: apply class/style directives after attributes ([ #13535 ] ( https://github.com/sveltejs/svelte/pull/13535 ) )
8+
9+ - fix: mark custom element with virtual class attribute as dynamic ([ #13435 ] ( https://github.com/sveltejs/svelte/pull/13435 ) )
10+
311## 5.0.0-next.263
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.263 " ,
5+ "version" : " 5.0.0-next.264 " ,
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.263 ' ;
9+ export const VERSION = '5.0.0-next.264 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments