File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 132
132
" happy-suits-film" ,
133
133
" healthy-planes-vanish" ,
134
134
" heavy-comics-move" ,
135
+ " heavy-ducks-leave" ,
135
136
" heavy-ears-rule" ,
136
137
" hip-balloons-begin" ,
137
138
" honest-buses-add" ,
250
251
" red-feet-worry" ,
251
252
" red-poets-study" ,
252
253
" rich-cobras-exist" ,
254
+ " rich-garlics-laugh" ,
253
255
" rich-olives-yell" ,
254
256
" rich-sheep-burn" ,
255
257
" rich-tables-sing" ,
366
368
" three-icons-trade" ,
367
369
" three-lions-visit" ,
368
370
" three-papayas-buy" ,
371
+ " three-rice-tie" ,
369
372
" three-suits-grin" ,
370
373
" tidy-buses-whisper" ,
371
374
" tidy-starfishes-allow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.95
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: robustify interop of exports and props in runes mode ([ #11064 ] ( https://github.com/sveltejs/svelte/pull/11064 ) )
8
+
9
+ - fix: improve handled of unowned derived signals ([ #11077 ] ( https://github.com/sveltejs/svelte/pull/11077 ) )
10
+
11
+ - fix: bundle CSS types ([ #11067 ] ( https://github.com/sveltejs/svelte/pull/11067 ) )
12
+
3
13
## 5.0.0-next.94
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.94 " ,
5
+ "version" : " 5.0.0-next.95 " ,
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.94 ' ;
9
+ export const VERSION = '5.0.0-next.95 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments