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 258
258
" heavy-doors-applaud" ,
259
259
" heavy-ducks-leave" ,
260
260
" heavy-ears-rule" ,
261
+ " heavy-feet-attend" ,
261
262
" hip-balloons-begin" ,
262
263
" hip-garlics-tap" ,
263
264
" hip-months-breathe" ,
374
375
" moody-owls-cry" ,
375
376
" moody-sheep-type" ,
376
377
" moody-toys-relax" ,
378
+ " nasty-carrots-develop" ,
377
379
" nasty-glasses-begin" ,
378
380
" nasty-lions-double" ,
379
381
" nasty-yaks-peel" ,
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
+ - breaking: remove deep reactivity from non-bindable props ([ #12484 ] ( https://github.com/sveltejs/svelte/pull/12484 ) )
8
+
9
+ - fix: ensure async initial store value is noticed ([ #12486 ] ( https://github.com/sveltejs/svelte/pull/12486 ) )
10
+
3
11
## 5.0.0-next.190
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.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