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 135
135
" early-ads-tie" ,
136
136
" early-months-whisper" ,
137
137
" eight-carrots-hunt" ,
138
+ " eight-comics-tell" ,
138
139
" eight-cougars-watch" ,
139
140
" eight-hornets-punch" ,
140
141
" eight-jeans-compare" ,
521
522
" serious-gorillas-eat" ,
522
523
" serious-kids-deliver" ,
523
524
" serious-needles-joke" ,
525
+ " serious-owls-think" ,
524
526
" serious-poems-brake" ,
525
527
" serious-socks-cover" ,
526
528
" serious-zebras-scream" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.208
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add support for ` <svelte:options css="injected" /> ` ([ #12660 ] ( https://github.com/sveltejs/svelte/pull/12660 ) )
8
+
9
+ - feat: function called as tagged template literal is reactively called ([ #12692 ] ( https://github.com/sveltejs/svelte/pull/12692 ) )
10
+
3
11
## 5.0.0-next.207
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.207 " ,
5
+ "version" : " 5.0.0-next.208 " ,
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.207 ' ;
9
+ export const VERSION = '5.0.0-next.208 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments