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 192
192
" few-mugs-fail" ,
193
193
" few-teachers-know" ,
194
194
" few-zoos-own" ,
195
+ " fifty-actors-agree" ,
195
196
" fifty-masks-give" ,
196
197
" fifty-rice-wait" ,
197
198
" fifty-steaks-float" ,
265
266
" gorgeous-coats-jog" ,
266
267
" gorgeous-hats-wonder" ,
267
268
" gorgeous-monkeys-carry" ,
269
+ " gorgeous-pans-sort" ,
268
270
" gorgeous-singers-rest" ,
269
271
" great-fans-unite" ,
270
272
" great-icons-retire" ,
293
295
" heavy-ducks-leave" ,
294
296
" heavy-ears-rule" ,
295
297
" heavy-feet-attend" ,
298
+ " heavy-houses-pay" ,
296
299
" hip-balloons-begin" ,
297
300
" hip-garlics-tap" ,
298
301
" hip-goats-smoke" ,
594
597
" shiny-starfishes-cross" ,
595
598
" short-buses-camp" ,
596
599
" short-countries-rush" ,
600
+ " short-starfishes-beg" ,
597
601
" shy-fishes-drive" ,
598
602
" shy-scissors-smile" ,
599
603
" silent-apes-report" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.227
4
+
5
+ ### Patch Changes
6
+
7
+ - breaking: disallow ` Object.defineProperty ` on state proxies with non-basic descriptors ([ #12916 ] ( https://github.com/sveltejs/svelte/pull/12916 ) )
8
+
9
+ - breaking: allow frozen objects to be proxied ([ #12916 ] ( https://github.com/sveltejs/svelte/pull/12916 ) )
10
+
11
+ - breaking: avoid mutations to underlying proxied object with $state ([ #12916 ] ( https://github.com/sveltejs/svelte/pull/12916 ) )
12
+
13
+ - breaking: remove $state.is rune ([ #12916 ] ( https://github.com/sveltejs/svelte/pull/12916 ) )
14
+
3
15
## 5.0.0-next.226
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.226 " ,
5
+ "version" : " 5.0.0-next.227 " ,
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.226 ' ;
9
+ export const VERSION = '5.0.0-next.227 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments