File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 124
124
" empty-crabs-think" ,
125
125
" empty-flowers-change" ,
126
126
" empty-geckos-pretend" ,
127
+ " empty-horses-tell" ,
127
128
" empty-tools-share" ,
128
129
" fair-bags-smoke" ,
129
130
" fair-crabs-check" ,
276
277
" lovely-houses-own" ,
277
278
" lovely-items-turn" ,
278
279
" lovely-rules-eat" ,
280
+ " lovely-zebras-own" ,
279
281
" lucky-colts-remember" ,
280
282
" lucky-geckos-swim" ,
281
283
" lucky-schools-hang" ,
416
418
" shiny-mayflies-clean" ,
417
419
" shiny-melons-love" ,
418
420
" shiny-months-tease" ,
421
+ " shiny-pillows-relax" ,
419
422
" shiny-rats-heal" ,
420
423
" shiny-shrimps-march" ,
421
424
" short-buses-camp" ,
536
539
" three-suits-grin" ,
537
540
" tidy-buses-whisper" ,
538
541
" tidy-chefs-taste" ,
542
+ " tidy-fans-relax" ,
539
543
" tidy-starfishes-allow" ,
540
544
" tiny-kings-whisper" ,
541
545
" tiny-meals-deliver" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.149
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: keep default values of props a proxy after reassignment ([ #11860 ] ( https://github.com/sveltejs/svelte/pull/11860 ) )
8
+
9
+ - fix: address map reactivity regression ([ #11882 ] ( https://github.com/sveltejs/svelte/pull/11882 ) )
10
+
11
+ - fix: assign message to error object in ` handle_error ` using ` Object.defineProperty ` ([ #11675 ] ( https://github.com/sveltejs/svelte/pull/11675 ) )
12
+
13
+ - fix: ensure frozen objects in state are correctly skipped ([ #11889 ] ( https://github.com/sveltejs/svelte/pull/11889 ) )
14
+
3
15
## 5.0.0-next.148
4
16
5
17
### 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.148 " ,
5
+ "version" : " 5.0.0-next.149 " ,
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.148 ' ;
9
+ export const VERSION = '5.0.0-next.149 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments