File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 102
102
" eleven-cycles-applaud" ,
103
103
" empty-bags-heal" ,
104
104
" empty-bulldogs-exercise" ,
105
+ " empty-coins-build" ,
105
106
" empty-crabs-think" ,
106
107
" empty-geckos-pretend" ,
107
108
" empty-tools-share" ,
110
111
" fair-pianos-talk" ,
111
112
" fair-spies-repeat" ,
112
113
" famous-falcons-melt" ,
114
+ " famous-kiwis-thank" ,
113
115
" famous-knives-sneeze" ,
114
116
" famous-pants-pay" ,
115
117
" fast-penguins-matter" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.128
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improved $inspect handling of reactive Map/Set/Date ([ #11553 ] ( https://github.com/sveltejs/svelte/pull/11553 ) )
8
+
9
+ - fix: adjust heuristics for effect_update_depth_exceeded ([ #11557 ] ( https://github.com/sveltejs/svelte/pull/11557 ) )
10
+
3
11
## 5.0.0-next.127
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.127 " ,
5
+ "version" : " 5.0.0-next.128 " ,
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.127 ' ;
9
+ export const VERSION = '5.0.0-next.128 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments