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 22
22
" angry-weeks-design" ,
23
23
" beige-clocks-notice" ,
24
24
" beige-cobras-smoke" ,
25
+ " beige-donkeys-exercise" ,
25
26
" beige-flies-wash" ,
26
27
" beige-gifts-appear" ,
27
28
" beige-lamps-ring" ,
764
765
" soft-clocks-remember" ,
765
766
" soft-geese-learn" ,
766
767
" soft-months-grab" ,
768
+ " soft-stingrays-attend" ,
767
769
" soft-tigers-wink" ,
768
770
" sour-bags-fail" ,
769
771
" sour-forks-stare" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.265
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure source and filename are known to compileModule's source map ([ #13546 ] ( https://github.com/sveltejs/svelte/pull/13546 ) )
8
+
9
+ - fix: use ` analysis.name ` when migrating ` <svelte:self> ` ([ #13544 ] ( https://github.com/sveltejs/svelte/pull/13544 ) )
10
+
3
11
## 5.0.0-next.264
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.264 " ,
5
+ "version" : " 5.0.0-next.265 " ,
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.264 ' ;
9
+ export const VERSION = '5.0.0-next.265 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments