File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 71
71
" giant-roses-press" ,
72
72
" good-cars-visit" ,
73
73
" good-pianos-jump" ,
74
+ " great-fans-unite" ,
74
75
" great-icons-retire" ,
75
76
" green-eggs-approve" ,
76
77
" green-hounds-play" ,
155
156
" serious-socks-cover" ,
156
157
" serious-zebras-scream" ,
157
158
" seven-deers-jam" ,
159
+ " seven-hornets-smile" ,
158
160
" seven-jobs-sniff" ,
159
161
" seven-ravens-check" ,
160
162
" sharp-gorillas-impress" ,
226
228
" wild-foxes-wonder" ,
227
229
" wise-dancers-hang" ,
228
230
" wise-donkeys-marry" ,
231
+ " wise-jobs-admire" ,
229
232
" witty-camels-warn" ,
230
233
" witty-steaks-dream"
231
234
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.40
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: cleanup derived destruction ([ #10303 ] ( https://github.com/sveltejs/svelte/pull/10303 ) )
8
+
9
+ - fix: correctly parse at-rules containing special characters in strings ([ #10221 ] ( https://github.com/sveltejs/svelte/pull/10221 ) )
10
+
11
+ - fix: Add missing ` miter-clip ` and ` arcs ` values to ` stroke-linejoin ` attribute ([ #10141 ] ( https://github.com/sveltejs/svelte/pull/10141 ) )
12
+
3
13
## 5.0.0-next.39
4
14
5
15
### 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.39 " ,
5
+ "version" : " 5.0.0-next.40 " ,
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.39 ' ;
9
+ export const VERSION = '5.0.0-next.40 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments