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 67
67
" fifty-steaks-float" ,
68
68
" five-tigers-search" ,
69
69
" flat-melons-protect" ,
70
+ " fluffy-humans-worry" ,
70
71
" forty-comics-invent" ,
71
72
" forty-dolls-wave" ,
72
73
" forty-peaches-unite" ,
145
146
" odd-taxis-retire" ,
146
147
" old-flies-jog" ,
147
148
" old-houses-drum" ,
149
+ " old-jokes-deliver" ,
148
150
" old-mails-sneeze" ,
149
151
" old-oranges-compete" ,
150
152
" olive-kangaroos-brake" ,
192
194
" shiny-shrimps-march" ,
193
195
" short-buses-camp" ,
194
196
" silent-apes-report" ,
197
+ " silly-laws-happen" ,
195
198
" silver-points-approve" ,
196
199
" sixty-items-crash" ,
197
200
" slimy-clouds-talk" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.55
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: derive destructured derived objects values ([ #10488 ] ( https://github.com/sveltejs/svelte/pull/10488 ) )
8
+
9
+ - fix: prevent infinite loop when writing to store using shorthand ([ #10477 ] ( https://github.com/sveltejs/svelte/pull/10477 ) )
10
+
11
+ - fix: add proper source map support ([ #10459 ] ( https://github.com/sveltejs/svelte/pull/10459 ) )
12
+
3
13
## 5.0.0-next.54
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.54 " ,
5
+ "version" : " 5.0.0-next.55 " ,
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.54 ' ;
9
+ export const VERSION = '5.0.0-next.55 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments