File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 301
301
" tame-spies-drum" ,
302
302
" tasty-cheetahs-appear" ,
303
303
" tasty-numbers-perform" ,
304
+ " tasty-steaks-smile" ,
304
305
" ten-foxes-repeat" ,
305
306
" ten-jokes-divide" ,
306
307
" ten-peaches-sleep" ,
345
346
" wise-jobs-admire" ,
346
347
" wise-radios-exercise" ,
347
348
" witty-camels-warn" ,
349
+ " witty-readers-provide" ,
348
350
" witty-steaks-dream" ,
349
351
" witty-tomatoes-care" ,
350
352
" witty-years-crash" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.77
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: adjust render effect ordering ([ #10783 ] ( https://github.com/sveltejs/svelte/pull/10783 ) )
8
+
9
+ - fix: handle component binding mutation ([ #10786 ] ( https://github.com/sveltejs/svelte/pull/10786 ) )
10
+
3
11
## 5.0.0-next.76
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.76 " ,
5
+ "version" : " 5.0.0-next.77 " ,
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.76 ' ;
9
+ export const VERSION = '5.0.0-next.77 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments