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 23
23
" fresh-weeks-trade" ,
24
24
" funny-wombats-argue" ,
25
25
" good-pianos-jump" ,
26
+ " green-hounds-play" ,
26
27
" honest-icons-change" ,
27
28
" hungry-dots-fry" ,
28
29
" itchy-lions-wash" ,
46
47
" tall-shrimps-worry" ,
47
48
" thirty-flowers-sit" ,
48
49
" thirty-ghosts-fix" ,
50
+ " thirty-impalas-repair" ,
49
51
" tiny-kings-whisper" ,
52
+ " wicked-clouds-exercise" ,
50
53
" wicked-doors-train"
51
54
]
52
55
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: deconflict generated names against globals ([ #9570 ] ( https://github.com/sveltejs/svelte/pull/9570 ) )
8
+
9
+ - fix: adjust event delegation heuristics ([ #9581 ] ( https://github.com/sveltejs/svelte/pull/9581 ) )
10
+
11
+ - fix: adjust regex ([ #9572 ] ( https://github.com/sveltejs/svelte/pull/9572 ) )
12
+
3
13
## 5.0.0-next.9
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.9 " ,
5
+ "version" : " 5.0.0-next.10 " ,
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.9 ' ;
9
+ export const VERSION = '5.0.0-next.10 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments