File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 77
77
" clever-rockets-burn" ,
78
78
" clever-sloths-push" ,
79
79
" clever-stingrays-shout" ,
80
+ " clever-toys-laugh" ,
80
81
" cold-beans-tease" ,
81
82
" cold-birds-own" ,
82
83
" cold-cheetahs-judge" ,
83
84
" cold-lamps-accept" ,
84
85
" cold-masks-learn" ,
86
+ " cold-shrimps-hug" ,
85
87
" cold-teachers-turn" ,
86
88
" cool-actors-tan" ,
87
89
" cool-ants-leave" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.190
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: hydrate multiple ` <svelte:head> ` elements correctly ([ #12475 ] ( https://github.com/sveltejs/svelte/pull/12475 ) )
8
+
9
+ - fix: assign correct scope to attributes of named slot ([ #12476 ] ( https://github.com/sveltejs/svelte/pull/12476 ) )
10
+
3
11
## 5.0.0-next.189
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.189 " ,
5
+ "version" : " 5.0.0-next.190 " ,
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.189 ' ;
9
+ export const VERSION = '5.0.0-next.190 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments