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 179179 " large-clouds-carry" ,
180180 " large-turkeys-deny" ,
181181 " late-crabs-lay" ,
182+ " late-grapes-judge" ,
182183 " late-peaches-mate" ,
184+ " lazy-knives-happen" ,
183185 " lazy-masks-sit" ,
184186 " lazy-months-knock" ,
185187 " lazy-spiders-think" ,
252254 " polite-pumpkins-guess" ,
253255 " polite-ravens-study" ,
254256 " poor-eggs-enjoy" ,
257+ " poor-hats-design" ,
255258 " poor-seahorses-flash" ,
256259 " popular-ligers-perform" ,
257260 " popular-mangos-rest" ,
410413 " unlucky-steaks-warn" ,
411414 " unlucky-trees-lick" ,
412415 " violet-pigs-jam" ,
416+ " weak-drinks-speak" ,
413417 " weak-terms-destroy" ,
414418 " wet-games-fly" ,
415419 " wet-wombats-repeat" ,
Original file line number Diff line number Diff line change 11# svelte
22
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: make snippet effects transparent for transitions ([ #11195 ] ( https://github.com/sveltejs/svelte/pull/11195 ) )
10+
11+ - fix: return ast from ` compile ` (like Svelte 4 does) ([ #11191 ] ( https://github.com/sveltejs/svelte/pull/11191 ) )
12+
13+ - fix: ensure bind: this unmount behavior for members is conditional ([ #11193 ] ( https://github.com/sveltejs/svelte/pull/11193 ) )
14+
315## 5.0.0-next.105
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.105 " ,
5+ "version" : " 5.0.0-next.106 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.105 ' ;
9+ export const VERSION = '5.0.0-next.106 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments