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 67
67
" chilled-ladybugs-invite" ,
68
68
" chilled-pumas-invite" ,
69
69
" chilled-seas-jog" ,
70
+ " chilly-carpets-switch" ,
70
71
" chilly-dolphins-lick" ,
71
72
" chilly-laws-juggle" ,
72
73
" chilly-pans-raise" ,
495
496
" red-cycles-pretend" ,
496
497
" red-doors-own" ,
497
498
" red-feet-worry" ,
499
+ " red-kings-draw" ,
498
500
" red-poets-study" ,
499
501
" red-pots-pretend" ,
500
502
" rich-cobras-exist" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.209
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add css hash to custom element rendered with ` svelte:element ` ([ #12715 ] ( https://github.com/sveltejs/svelte/pull/12715 ) )
8
+
9
+ - feat: more efficient code generation when referencing globals ([ #12712 ] ( https://github.com/sveltejs/svelte/pull/12712 ) )
10
+
3
11
## 5.0.0-next.208
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.208 " ,
5
+ "version" : " 5.0.0-next.209 " ,
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.208 ' ;
9
+ export const VERSION = '5.0.0-next.209 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments