File tree 4 files changed +21
-2
lines changed 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 164
164
" famous-pants-pay" ,
165
165
" fast-donkeys-pay" ,
166
166
" fast-penguins-matter" ,
167
+ " fast-toes-act" ,
167
168
" fast-weeks-clean" ,
168
169
" few-badgers-guess" ,
169
170
" few-cheetahs-taste" ,
258
259
" heavy-doors-applaud" ,
259
260
" heavy-ducks-leave" ,
260
261
" heavy-ears-rule" ,
262
+ " heavy-feet-attend" ,
261
263
" hip-balloons-begin" ,
262
264
" hip-garlics-tap" ,
263
265
" hip-months-breathe" ,
374
376
" moody-owls-cry" ,
375
377
" moody-sheep-type" ,
376
378
" moody-toys-relax" ,
379
+ " nasty-carrots-develop" ,
377
380
" nasty-glasses-begin" ,
378
381
" nasty-lions-double" ,
379
382
" nasty-yaks-peel" ,
440
443
" poor-seahorses-flash" ,
441
444
" popular-apes-bathe" ,
442
445
" popular-cameras-tie" ,
446
+ " popular-cups-bathe" ,
443
447
" popular-feet-rule" ,
444
448
" popular-games-hug" ,
445
449
" popular-ligers-perform" ,
510
514
" sharp-kids-happen" ,
511
515
" sharp-tomatoes-learn" ,
512
516
" shiny-baboons-play" ,
517
+ " shiny-kangaroos-move" ,
513
518
" shiny-mayflies-clean" ,
514
519
" shiny-melons-love" ,
515
520
" shiny-months-tease" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.191
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: properly assign trailing comments ([ #12471 ] ( https://github.com/sveltejs/svelte/pull/12471 ) )
8
+
9
+ - breaking: remove deep reactivity from non-bindable props ([ #12484 ] ( https://github.com/sveltejs/svelte/pull/12484 ) )
10
+
11
+ - fix: ensure async initial store value is noticed ([ #12486 ] ( https://github.com/sveltejs/svelte/pull/12486 ) )
12
+
13
+ - fix: don't add imports to hoisted event parameters ([ #12493 ] ( https://github.com/sveltejs/svelte/pull/12493 ) )
14
+
15
+ - fix: set ` volume ` through DOM property rather than attribute ([ #12485 ] ( https://github.com/sveltejs/svelte/pull/12485 ) )
16
+
3
17
## 5.0.0-next.190
4
18
5
19
### 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.190 " ,
5
+ "version" : " 5.0.0-next.191 " ,
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.190 ' ;
9
+ export const VERSION = '5.0.0-next.191 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments