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 481
481
" seven-masks-end" ,
482
482
" seven-ravens-check" ,
483
483
" shaggy-cameras-live" ,
484
+ " shaggy-comics-jog" ,
484
485
" sharp-gorillas-impress" ,
485
486
" sharp-kids-happen" ,
486
487
" sharp-tomatoes-learn" ,
557
558
" spotty-houses-search" ,
558
559
" spotty-pens-agree" ,
559
560
" spotty-rocks-destroy" ,
561
+ " spotty-shrimps-hug" ,
560
562
" spotty-spiders-compare" ,
561
563
" spotty-turkeys-sparkle" ,
562
564
" stale-books-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.179
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure ` $slots ` returns a record of booleans ([ #12359 ] ( https://github.com/sveltejs/svelte/pull/12359 ) )
8
+
9
+ - feat: single-pass hydration ([ #12335 ] ( https://github.com/sveltejs/svelte/pull/12335 ) )
10
+
3
11
## 5.0.0-next.178
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.178 " ,
5
+ "version" : " 5.0.0-next.179 " ,
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.178 ' ;
9
+ export const VERSION = '5.0.0-next.179 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments