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 36
36
" blue-waves-sneeze" ,
37
37
" brave-carrots-draw" ,
38
38
" brave-gorillas-end" ,
39
+ " brave-gorillas-fold" ,
39
40
" brave-pigs-obey" ,
40
41
" brave-points-sleep" ,
41
42
" brave-shrimps-kiss" ,
176
177
" flat-ghosts-fly" ,
177
178
" flat-melons-protect" ,
178
179
" flat-olives-live" ,
180
+ " fluffy-colts-grin" ,
179
181
" fluffy-dolls-share" ,
180
182
" fluffy-humans-worry" ,
181
183
" fluffy-ravens-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.188
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure ` $state.snapshot ` never errors ([ #12445 ] ( https://github.com/sveltejs/svelte/pull/12445 ) )
8
+
9
+ - feat: move dev-time component properties to private symbols' ([ #12461 ] ( https://github.com/sveltejs/svelte/pull/12461 ) )
10
+
3
11
## 5.0.0-next.187
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.187 " ,
5
+ "version" : " 5.0.0-next.188 " ,
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.187 ' ;
9
+ export const VERSION = '5.0.0-next.188 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments