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 189189 " real-guests-do" ,
190190 " real-items-suffer" ,
191191 " red-doors-own" ,
192+ " red-feet-worry" ,
192193 " rich-cobras-exist" ,
194+ " rich-olives-yell" ,
193195 " rich-sheep-burn" ,
194196 " rich-tables-sing" ,
195197 " rich-waves-mix" ,
279281 " tiny-kings-whisper" ,
280282 " twelve-dragons-join" ,
281283 " twelve-onions-juggle" ,
284+ " twelve-worms-jog" ,
282285 " two-dragons-yell" ,
283286 " two-falcons-buy" ,
284287 " unlucky-boxes-obey" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.62
4+
5+ ### Patch Changes
6+
7+ - feat: allow state/derived/props to be explicitly exported from components ([ #10523 ] ( https://github.com/sveltejs/svelte/pull/10523 ) )
8+
9+ - fix: replace proxy-based readonly validation with stack-trace-based ownership tracking ([ #10464 ] ( https://github.com/sveltejs/svelte/pull/10464 ) )
10+
11+ - fix: correct context applied to batch_inspect ([ #10569 ] ( https://github.com/sveltejs/svelte/pull/10569 ) )
12+
313## 5.0.0-next.61
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.61 " ,
5+ "version" : " 5.0.0-next.62 " ,
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.61 ' ;
9+ export const VERSION = '5.0.0-next.62 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments