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 326
326
" mighty-files-hammer" ,
327
327
" mighty-frogs-obey" ,
328
328
" modern-apricots-promise" ,
329
+ " modern-fishes-double" ,
329
330
" moody-carrots-lay" ,
330
331
" moody-frogs-exist" ,
331
332
" moody-ghosts-buy" ,
385
386
" polite-dolphins-care" ,
386
387
" polite-pumpkins-guess" ,
387
388
" polite-ravens-study" ,
389
+ " polite-ways-serve" ,
388
390
" poor-eggs-enjoy" ,
389
391
" poor-hats-design" ,
390
392
" poor-seahorses-flash" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.165
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: bump dts-buddy ([ #12134 ] ( https://github.com/sveltejs/svelte/pull/12134 ) )
8
+
9
+ - fix: throw compilation error for malformed snippets ([ #12144 ] ( https://github.com/sveltejs/svelte/pull/12144 ) )
10
+
3
11
## 5.0.0-next.164
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.164 " ,
5
+ "version" : " 5.0.0-next.165 " ,
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.164 ' ;
9
+ export const VERSION = '5.0.0-next.165 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments