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 184
184
" fresh-walls-bathe" ,
185
185
" fresh-weeks-trade" ,
186
186
" friendly-candles-relate" ,
187
+ " friendly-clouds-rhyme" ,
187
188
" friendly-lies-camp" ,
188
189
" funny-cooks-clean" ,
189
190
" funny-dragons-double" ,
210
211
" good-cars-visit" ,
211
212
" good-pianos-jump" ,
212
213
" good-plums-type" ,
214
+ " good-rice-tap" ,
213
215
" good-rivers-yawn" ,
214
216
" good-roses-argue" ,
215
217
" gorgeous-boxes-design" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.170
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: bump dts-buddy for better type generation ([ #12262 ] ( https://github.com/sveltejs/svelte/pull/12262 ) )
8
+
9
+ - breaking: expose ` CompileError ` interface, not class ([ #12255 ] ( https://github.com/sveltejs/svelte/pull/12255 ) )
10
+
3
11
## 5.0.0-next.169
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.169 " ,
5
+ "version" : " 5.0.0-next.170 " ,
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.169 ' ;
9
+ export const VERSION = '5.0.0-next.170 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments