File tree 4 files changed +12
-2
lines changed 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 74
74
" empty-tools-share" ,
75
75
" fair-crabs-check" ,
76
76
" fair-pianos-talk" ,
77
+ " fair-spies-repeat" ,
77
78
" famous-falcons-melt" ,
78
79
" famous-knives-sneeze" ,
79
80
" famous-pants-pay" ,
260
261
" small-sheep-type" ,
261
262
" smart-parents-swim" ,
262
263
" smart-zebras-pay" ,
264
+ " smooth-rings-rush" ,
263
265
" soft-clocks-remember" ,
264
266
" soft-geese-learn" ,
265
267
" soft-months-grab" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.76
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: make ` $props() ` rune non-generic ([ #10694 ] ( https://github.com/sveltejs/svelte/pull/10694 ) )
8
+
9
+ - fix: improve internal render effect sequencing ([ #10769 ] ( https://github.com/sveltejs/svelte/pull/10769 ) )
10
+
3
11
## 5.0.0-next.75
4
12
5
13
### 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.75 " ,
5
+ "version" : " 5.0.0-next.76 " ,
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.75 ' ;
9
+ export const VERSION = '5.0.0-next.76 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments