File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 14
14
" brown-spoons-boil" ,
15
15
" chilly-dolphins-lick" ,
16
16
" clean-eels-beg" ,
17
+ " cold-birds-own" ,
17
18
" cuddly-pianos-drop" ,
18
19
" curly-lizards-dream" ,
19
20
" early-ads-tie" ,
23
24
" fresh-weeks-trade" ,
24
25
" funny-wombats-argue" ,
25
26
" good-pianos-jump" ,
27
+ " green-hounds-play" ,
26
28
" honest-icons-change" ,
27
29
" hungry-dots-fry" ,
28
30
" itchy-lions-wash" ,
32
34
" long-crews-return" ,
33
35
" lucky-schools-hang" ,
34
36
" moody-owls-cry" ,
37
+ " new-boats-wait" ,
35
38
" odd-needles-joke" ,
36
39
" poor-eggs-enjoy" ,
37
40
" quiet-camels-mate" ,
38
41
" rich-sheep-burn" ,
39
42
" rotten-buckets-develop" ,
40
43
" sharp-gorillas-impress" ,
44
+ " shiny-baboons-play" ,
41
45
" shiny-shrimps-march" ,
42
46
" small-papayas-laugh" ,
43
47
" soft-geese-learn" ,
46
50
" tall-shrimps-worry" ,
47
51
" thirty-flowers-sit" ,
48
52
" thirty-ghosts-fix" ,
53
+ " thirty-impalas-repair" ,
49
54
" tiny-kings-whisper" ,
55
+ " wicked-clouds-exercise" ,
50
56
" wicked-doors-train"
51
57
]
52
58
}
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
+ - chore: add inline new class warning ([ #9583 ] ( https://github.com/sveltejs/svelte/pull/9583 ) )
8
+
9
+ - fix: deconflict generated names against globals ([ #9570 ] ( https://github.com/sveltejs/svelte/pull/9570 ) )
10
+
11
+ - chore: bump esrap ([ #9590 ] ( https://github.com/sveltejs/svelte/pull/9590 ) )
12
+
13
+ - feat: add Snippet type ([ #9584 ] ( https://github.com/sveltejs/svelte/pull/9584 ) )
14
+
15
+ - fix: adjust event delegation heuristics ([ #9581 ] ( https://github.com/sveltejs/svelte/pull/9581 ) )
16
+
17
+ - fix: adjust regex ([ #9572 ] ( https://github.com/sveltejs/svelte/pull/9572 ) )
18
+
3
19
## 5.0.0-next.9
4
20
5
21
### 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