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 64
64
" honest-icons-change" ,
65
65
" hungry-dots-fry" ,
66
66
" hungry-tips-unite" ,
67
+ " hungry-trees-travel" ,
67
68
" itchy-beans-melt" ,
68
69
" itchy-kings-deliver" ,
69
70
" itchy-lions-wash" ,
83
84
" light-pens-watch" ,
84
85
" long-buckets-lay" ,
85
86
" long-crews-return" ,
87
+ " loud-cheetahs-flow" ,
86
88
" lovely-carpets-lick" ,
87
89
" lovely-items-turn" ,
88
90
" lovely-rules-eat" ,
89
91
" lucky-schools-hang" ,
90
92
" moody-frogs-exist" ,
91
93
" moody-owls-cry" ,
92
94
" nasty-lions-double" ,
95
+ " nasty-yaks-peel" ,
93
96
" neat-dingos-clap" ,
94
97
" new-boats-wait" ,
95
98
" ninety-dingos-walk" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.31
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: allow modifiying derived props ([ #10080 ] ( https://github.com/sveltejs/svelte/pull/10080 ) )
8
+
9
+ - fix: improve signal consumer tracking behavior ([ #10121 ] ( https://github.com/sveltejs/svelte/pull/10121 ) )
10
+
11
+ - fix: support async/await in destructuring assignments ([ #9962 ] ( https://github.com/sveltejs/svelte/pull/9962 ) )
12
+
3
13
## 5.0.0-next.30
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.30 " ,
5
+ "version" : " 5.0.0-next.31 " ,
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.30 ' ;
9
+ export const VERSION = '5.0.0-next.31 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments