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 31
31
" bright-snakes-sing" ,
32
32
" brown-months-fry" ,
33
33
" brown-spoons-boil" ,
34
+ " calm-ravens-sneeze" ,
34
35
" chatty-beans-divide" ,
35
36
" chatty-cups-drop" ,
36
37
" chatty-sloths-allow" ,
74
75
" empty-tools-share" ,
75
76
" fair-crabs-check" ,
76
77
" fair-pianos-talk" ,
78
+ " fair-spies-repeat" ,
77
79
" famous-falcons-melt" ,
78
80
" famous-knives-sneeze" ,
79
81
" famous-pants-pay" ,
260
262
" small-sheep-type" ,
261
263
" smart-parents-swim" ,
262
264
" smart-zebras-pay" ,
265
+ " smooth-rings-rush" ,
263
266
" soft-clocks-remember" ,
264
267
" soft-geese-learn" ,
265
268
" 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
+ - feat: add reactive Set class to svelte/reactivity ([ #10781 ] ( https://github.com/sveltejs/svelte/pull/10781 ) )
8
+
9
+ - breaking: make ` $props() ` rune non-generic ([ #10694 ] ( https://github.com/sveltejs/svelte/pull/10694 ) )
10
+
11
+ - fix: improve internal render effect sequencing ([ #10769 ] ( https://github.com/sveltejs/svelte/pull/10769 ) )
12
+
3
13
## 5.0.0-next.75
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.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