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 47
47
" cool-roses-trade" ,
48
48
" cuddly-pianos-drop" ,
49
49
" curly-lizards-dream" ,
50
+ " curvy-buses-laugh" ,
50
51
" curvy-cups-cough" ,
51
52
" curvy-ties-shout" ,
52
53
" cyan-flowers-destroy" ,
191
192
" polite-ravens-study" ,
192
193
" poor-eggs-enjoy" ,
193
194
" poor-seahorses-flash" ,
195
+ " popular-ligers-perform" ,
194
196
" popular-mangos-rest" ,
195
197
" pretty-ties-help" ,
196
198
" purple-dragons-peel" ,
311
313
" two-dragons-yell" ,
312
314
" two-falcons-buy" ,
313
315
" unlucky-boxes-obey" ,
316
+ " unlucky-steaks-warn" ,
314
317
" unlucky-trees-lick" ,
315
318
" violet-pigs-jam" ,
316
319
" weak-terms-destroy" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.70
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: better ownership mutation validation ([ #10673 ] ( https://github.com/sveltejs/svelte/pull/10673 ) )
8
+
9
+ - fix: handle TypeScript's optional parameter syntax in snippets ([ #10671 ] ( https://github.com/sveltejs/svelte/pull/10671 ) )
10
+
11
+ - fix: deduplicate generated props and action arg names ([ #10669 ] ( https://github.com/sveltejs/svelte/pull/10669 ) )
12
+
3
13
## 5.0.0-next.69
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.69 " ,
5
+ "version" : " 5.0.0-next.70 " ,
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.69 ' ;
9
+ export const VERSION = '5.0.0-next.70 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments