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 168168 " khaki-ligers-sing" ,
169169 " khaki-mails-draw" ,
170170 " khaki-moose-arrive" ,
171+ " khaki-tomatoes-rule" ,
171172 " kind-baboons-approve" ,
172173 " kind-deers-lay" ,
173174 " kind-dots-sort" ,
219220 " neat-dingos-clap" ,
220221 " neat-files-rescue" ,
221222 " nervous-spoons-relax" ,
223+ " nervous-turkeys-end" ,
222224 " new-boats-wait" ,
223225 " new-brooms-grin" ,
224226 " new-rabbits-flow" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.104
4+
5+ ### Patch Changes
6+
7+ - fix: ssr comments in head elements that require raw content ([ #10936 ] ( https://github.com/sveltejs/svelte/pull/10936 ) )
8+
9+ - fix: improve spreading of attributes ([ #11177 ] ( https://github.com/sveltejs/svelte/pull/11177 ) )
10+
311## 5.0.0-next.103
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.103 " ,
5+ "version" : " 5.0.0-next.104 " ,
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.103 ' ;
9+ export const VERSION = '5.0.0-next.104 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments