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 26
26
" early-ads-tie" ,
27
27
" eight-steaks-shout" ,
28
28
" eighty-bikes-camp" ,
29
+ " empty-crabs-think" ,
29
30
" fair-crabs-check" ,
30
31
" famous-knives-sneeze" ,
31
32
" few-mugs-fail" ,
85
86
" seven-deers-jam" ,
86
87
" seven-ravens-check" ,
87
88
" sharp-gorillas-impress" ,
89
+ " sharp-tomatoes-learn" ,
88
90
" shiny-baboons-play" ,
89
91
" shiny-shrimps-march" ,
90
92
" slimy-clouds-talk" ,
104
106
" tall-shrimps-worry" ,
105
107
" tall-tigers-wait" ,
106
108
" tasty-numbers-perform" ,
109
+ " ten-foxes-repeat" ,
107
110
" ten-worms-reflect" ,
108
111
" thin-foxes-lick" ,
109
112
" thirty-flowers-sit" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.21
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: refactor props handling ([ #9826 ] ( https://github.com/sveltejs/svelte/pull/9826 ) )
8
+
9
+ - fix: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
10
+
11
+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
12
+
3
13
## 5.0.0-next.20
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.20 " ,
5
+ "version" : " 5.0.0-next.21 " ,
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.20 ' ;
9
+ export const VERSION = '5.0.0-next.21 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments