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 6767 " fifty-steaks-float" ,
6868 " five-tigers-search" ,
6969 " flat-melons-protect" ,
70+ " fluffy-humans-worry" ,
7071 " forty-comics-invent" ,
7172 " forty-dolls-wave" ,
7273 " forty-peaches-unite" ,
145146 " odd-taxis-retire" ,
146147 " old-flies-jog" ,
147148 " old-houses-drum" ,
149+ " old-jokes-deliver" ,
148150 " old-mails-sneeze" ,
149151 " old-oranges-compete" ,
150152 " olive-kangaroos-brake" ,
192194 " shiny-shrimps-march" ,
193195 " short-buses-camp" ,
194196 " silent-apes-report" ,
197+ " silly-laws-happen" ,
195198 " silver-points-approve" ,
196199 " sixty-items-crash" ,
197200 " slimy-clouds-talk" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
313## 5.0.0-next.54
414
515### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.54 " ,
5+ "version" : " 5.0.0-next.55 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.54 ' ;
9+ export const VERSION = '5.0.0-next.55 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments