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 9797 " gentle-sheep-hug" ,
9898 " gentle-spies-happen" ,
9999 " giant-moons-own" ,
100+ " giant-planets-shake" ,
100101 " giant-roses-press" ,
101102 " good-buses-reply" ,
102103 " good-cars-visit" ,
108109 " green-eggs-approve" ,
109110 " green-hounds-play" ,
110111 " green-tigers-judge" ,
112+ " happy-beds-scream" ,
111113 " happy-suits-film" ,
112114 " healthy-planes-vanish" ,
113115 " heavy-comics-move" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.71
4+
5+ ### Patch Changes
6+
7+ - fix: improve namespace inference when having ` {@render} ` and ` {@html} ` tags ([ #10631 ] ( https://github.com/sveltejs/svelte/pull/10631 ) )
8+
9+ - fix: don't collapse whitespace within text nodes ([ #10691 ] ( https://github.com/sveltejs/svelte/pull/10691 ) )
10+
311## 5.0.0-next.70
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.70 " ,
5+ "version" : " 5.0.0-next.71 " ,
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.70 ' ;
9+ export const VERSION = '5.0.0-next.71 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments