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 152
152
" dull-worms-relax" ,
153
153
" early-ads-tie" ,
154
154
" early-months-whisper" ,
155
+ " early-taxis-allow" ,
155
156
" eight-carrots-hunt" ,
156
157
" eight-comics-tell" ,
157
158
" eight-cougars-watch" ,
362
363
" itchy-peaches-compare" ,
363
364
" itchy-pianos-marry" ,
364
365
" itchy-terms-guess" ,
366
+ " khaki-camels-punch" ,
365
367
" khaki-cheetahs-refuse" ,
366
368
" khaki-cooks-develop" ,
367
369
" khaki-donkeys-jump" ,
755
757
" strong-pans-doubt" ,
756
758
" stupid-bottles-lay" ,
757
759
" stupid-cars-behave" ,
760
+ " stupid-dodos-hide" ,
758
761
" stupid-parents-crash" ,
759
762
" stupid-rivers-stare" ,
760
763
" sweet-bottles-check" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.248
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: provide guidance in browser console when logging $state objects ([ #13142 ] ( https://github.com/sveltejs/svelte/pull/13142 ) )
8
+
9
+ - fix: ensure correct parent effect is associated with render effects ([ #13274 ] ( https://github.com/sveltejs/svelte/pull/13274 ) )
10
+
11
+ - feat: unwrap function expressions where possible, and optimise bindings ([ #13269 ] ( https://github.com/sveltejs/svelte/pull/13269 ) )
12
+
3
13
## 5.0.0-next.247
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.247 " ,
5
+ "version" : " 5.0.0-next.248 " ,
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.247 ' ;
9
+ export const VERSION = '5.0.0-next.248 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments