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 189
189
" real-guests-do" ,
190
190
" real-items-suffer" ,
191
191
" red-doors-own" ,
192
+ " red-feet-worry" ,
192
193
" rich-cobras-exist" ,
194
+ " rich-olives-yell" ,
193
195
" rich-sheep-burn" ,
194
196
" rich-tables-sing" ,
195
197
" rich-waves-mix" ,
279
281
" tiny-kings-whisper" ,
280
282
" twelve-dragons-join" ,
281
283
" twelve-onions-juggle" ,
284
+ " twelve-worms-jog" ,
282
285
" two-dragons-yell" ,
283
286
" two-falcons-buy" ,
284
287
" unlucky-boxes-obey" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.61
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.61 " ,
5
+ "version" : " 5.0.0-next.62 " ,
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.61 ' ;
9
+ export const VERSION = '5.0.0-next.62 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments