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 168
168
" khaki-ligers-sing" ,
169
169
" khaki-mails-draw" ,
170
170
" khaki-moose-arrive" ,
171
+ " khaki-tomatoes-rule" ,
171
172
" kind-baboons-approve" ,
172
173
" kind-deers-lay" ,
173
174
" kind-dots-sort" ,
219
220
" neat-dingos-clap" ,
220
221
" neat-files-rescue" ,
221
222
" nervous-spoons-relax" ,
223
+ " nervous-turkeys-end" ,
222
224
" new-boats-wait" ,
223
225
" new-brooms-grin" ,
224
226
" new-rabbits-flow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.103
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.103 " ,
5
+ "version" : " 5.0.0-next.104 " ,
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.103 ' ;
9
+ export const VERSION = '5.0.0-next.104 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments