File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 27
27
" hungry-dots-fry" ,
28
28
" itchy-lions-wash" ,
29
29
" khaki-mails-draw" ,
30
+ " kind-deers-lay" ,
30
31
" lazy-spiders-think" ,
32
+ " long-crews-return" ,
31
33
" lucky-schools-hang" ,
32
34
" moody-owls-cry" ,
33
35
" odd-needles-joke" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: more transition code-golfing ([ #9536 ] ( https://github.com/sveltejs/svelte/pull/9536 ) )
8
+
9
+ - feat: native TypeScript support ([ #9482 ] ( https://github.com/sveltejs/svelte/pull/9482 ) )
10
+
3
11
## 5.0.0-next.8
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.8 " ,
5
+ "version" : " 5.0.0-next.9 " ,
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.8 ' ;
9
+ export const VERSION = '5.0.0-next.9 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments