File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 179
179
" large-clouds-carry" ,
180
180
" large-turkeys-deny" ,
181
181
" late-crabs-lay" ,
182
+ " late-grapes-judge" ,
182
183
" late-peaches-mate" ,
183
184
" lazy-masks-sit" ,
184
185
" lazy-months-knock" ,
252
253
" polite-pumpkins-guess" ,
253
254
" polite-ravens-study" ,
254
255
" poor-eggs-enjoy" ,
256
+ " poor-hats-design" ,
255
257
" poor-seahorses-flash" ,
256
258
" popular-ligers-perform" ,
257
259
" popular-mangos-rest" ,
410
412
" unlucky-steaks-warn" ,
411
413
" unlucky-trees-lick" ,
412
414
" violet-pigs-jam" ,
415
+ " weak-drinks-speak" ,
413
416
" weak-terms-destroy" ,
414
417
" wet-games-fly" ,
415
418
" wet-wombats-repeat" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.106
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: use state proxy ancestry for ownership validation ([ #11184 ] ( https://github.com/sveltejs/svelte/pull/11184 ) )
8
+
9
+ - fix: return ast from ` compile ` (like Svelte 4 does) ([ #11191 ] ( https://github.com/sveltejs/svelte/pull/11191 ) )
10
+
11
+ - fix: ensure bind: this unmount behavior for members is conditional ([ #11193 ] ( https://github.com/sveltejs/svelte/pull/11193 ) )
12
+
3
13
## 5.0.0-next.105
4
14
5
15
### 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.105 " ,
5
+ "version" : " 5.0.0-next.106 " ,
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.105 ' ;
9
+ export const VERSION = '5.0.0-next.106 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments