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 133
133
" eighty-lizards-notice" ,
134
134
" eleven-avocados-walk" ,
135
135
" eleven-beers-yell" ,
136
+ " eleven-cows-judge" ,
136
137
" eleven-cycles-applaud" ,
137
138
" eleven-hounds-pump" ,
138
139
" empty-bags-heal" ,
398
399
" pink-bikes-agree" ,
399
400
" pink-goats-promise" ,
400
401
" pink-mayflies-tie" ,
402
+ " plenty-clouds-reply" ,
401
403
" plenty-elephants-fry" ,
402
404
" plenty-starfishes-dress" ,
403
405
" plenty-zoos-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.176
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: reverse parent/child order in invalid HTML warning ([ #12336 ] ( https://github.com/sveltejs/svelte/pull/12336 ) )
8
+
9
+ - feat: better ` <svelte:element> ` SSR output ([ #12339 ] ( https://github.com/sveltejs/svelte/pull/12339 ) )
10
+
3
11
## 5.0.0-next.175
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.175 " ,
5
+ "version" : " 5.0.0-next.176 " ,
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.175 ' ;
9
+ export const VERSION = '5.0.0-next.176 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments