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 97
97
" gentle-sheep-hug" ,
98
98
" gentle-spies-happen" ,
99
99
" giant-moons-own" ,
100
+ " giant-planets-shake" ,
100
101
" giant-roses-press" ,
101
102
" good-buses-reply" ,
102
103
" good-cars-visit" ,
108
109
" green-eggs-approve" ,
109
110
" green-hounds-play" ,
110
111
" green-tigers-judge" ,
112
+ " happy-beds-scream" ,
111
113
" happy-suits-film" ,
112
114
" healthy-planes-vanish" ,
113
115
" heavy-comics-move" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.70
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.70 " ,
5
+ "version" : " 5.0.0-next.71 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.70 ' ;
9
+ export const VERSION = '5.0.0-next.71 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments