File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 23
23
" funny-wombats-argue" ,
24
24
" good-pianos-jump" ,
25
25
" honest-icons-change" ,
26
+ " hungry-dots-fry" ,
26
27
" itchy-lions-wash" ,
27
28
" khaki-mails-draw" ,
28
29
" lazy-spiders-think" ,
29
30
" lucky-schools-hang" ,
30
31
" moody-owls-cry" ,
32
+ " odd-needles-joke" ,
31
33
" poor-eggs-enjoy" ,
32
34
" quiet-camels-mate" ,
33
35
" rich-sheep-burn" ,
40
42
" strong-lemons-provide" ,
41
43
" tall-shrimps-worry" ,
42
44
" thirty-flowers-sit" ,
45
+ " thirty-ghosts-fix" ,
43
46
" tiny-kings-whisper" ,
44
47
" wicked-doors-train"
45
48
]
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: more signal perf tuning ([ #9531 ] ( https://github.com/sveltejs/svelte/pull/9531 ) )
8
+
9
+ - fix: address intro transition bugs ([ #9528 ] ( https://github.com/sveltejs/svelte/pull/9528 ) )
10
+
11
+ - chore: tweak signals for better runtime perf ([ #9529 ] ( https://github.com/sveltejs/svelte/pull/9529 ) )
12
+
3
13
## 5.0.0-next.6
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.6 " ,
5
+ "version" : " 5.0.0-next.7 " ,
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.6 ' ;
9
+ export const VERSION = '5.0.0-next.7 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments