File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-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" ,
38
39
" rich-sheep-burn" ,
39
40
" rotten-buckets-develop" ,
40
41
" sharp-gorillas-impress" ,
42
+ " shiny-baboons-play" ,
41
43
" shiny-shrimps-march" ,
42
44
" small-papayas-laugh" ,
43
45
" soft-geese-learn" ,
46
48
" tall-shrimps-worry" ,
47
49
" thirty-flowers-sit" ,
48
50
" thirty-ghosts-fix" ,
51
+ " thirty-impalas-repair" ,
49
52
" tiny-kings-whisper" ,
53
+ " wicked-clouds-exercise" ,
50
54
" wicked-doors-train"
51
55
]
52
56
}
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
+ - feat: add Snippet type ([ #9584 ] ( https://github.com/sveltejs/svelte/pull/9584 ) )
10
+
11
+ - fix: adjust event delegation heuristics ([ #9581 ] ( https://github.com/sveltejs/svelte/pull/9581 ) )
12
+
13
+ - fix: adjust regex ([ #9572 ] ( https://github.com/sveltejs/svelte/pull/9572 ) )
14
+
3
15
## 5.0.0-next.9
4
16
5
17
### 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