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 21
21
" beige-cobras-smoke" ,
22
22
" beige-flies-wash" ,
23
23
" beige-gifts-appear" ,
24
+ " beige-lamps-ring" ,
24
25
" beige-mirrors-listen" ,
25
26
" beige-rabbits-shave" ,
26
27
" beige-seas-share" ,
282
283
" green-snails-tickle" ,
283
284
" green-tigers-judge" ,
284
285
" green-walls-clap" ,
286
+ " green-windows-tap" ,
285
287
" grumpy-avocados-fetch" ,
286
288
" grumpy-insects-sleep" ,
287
289
" grumpy-jars-sparkle" ,
635
637
" six-boats-shave" ,
636
638
" six-chicken-kneel" ,
637
639
" six-gorillas-obey" ,
640
+ " six-moons-invent" ,
638
641
" six-vans-add" ,
639
642
" sixty-items-crash" ,
640
643
" sixty-numbers-hope" ,
827
830
" weak-frogs-bow" ,
828
831
" weak-terms-destroy" ,
829
832
" wet-bats-exercise" ,
833
+ " wet-donkeys-fry" ,
830
834
" wet-games-fly" ,
831
835
" wet-pears-buy" ,
832
836
" wet-pears-remain" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.238
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: always return true from ` deleteProperty ` trap ([ #13008 ] ( https://github.com/sveltejs/svelte/pull/13008 ) )
8
+
9
+ - fix: handle deletions of previously-unread state proxy properties ([ #13008 ] ( https://github.com/sveltejs/svelte/pull/13008 ) )
10
+
11
+ - fix: make internal sources ownerless ([ #13013 ] ( https://github.com/sveltejs/svelte/pull/13013 ) )
12
+
13
+ - fix: join text nodes separated by comments ([ #13009 ] ( https://github.com/sveltejs/svelte/pull/13009 ) )
14
+
3
15
## 5.0.0-next.237
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.237 " ,
5
+ "version" : " 5.0.0-next.238 " ,
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.237 ' ;
9
+ export const VERSION = '5.0.0-next.238 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments