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 211
211
" four-papayas-turn" ,
212
212
" four-peas-tickle" ,
213
213
" four-pugs-listen" ,
214
+ " four-yaks-boil" ,
214
215
" fresh-beds-wash" ,
215
216
" fresh-dots-destroy" ,
216
217
" fresh-impalas-bow" ,
662
663
" strong-lemons-provide" ,
663
664
" strong-pans-doubt" ,
664
665
" stupid-bottles-lay" ,
666
+ " stupid-cars-behave" ,
665
667
" stupid-parents-crash" ,
666
668
" stupid-rivers-stare" ,
667
669
" sweet-bottles-check" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.218
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: replace ` $state.frozen ` with ` $state.raw ` ([ #12808 ] ( https://github.com/sveltejs/svelte/pull/12808 ) )
8
+
9
+ - fix: ensure inspect effects are skipped from effect parent logic ([ #12810 ] ( https://github.com/sveltejs/svelte/pull/12810 ) )
10
+
3
11
## 5.0.0-next.217
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.217 " ,
5
+ "version" : " 5.0.0-next.218 " ,
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.217 ' ;
9
+ export const VERSION = '5.0.0-next.218 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments