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 1717 " beige-rabbits-shave" ,
1818 " big-cars-serve" ,
1919 " big-eyes-carry" ,
20+ " big-geese-act" ,
2021 " blue-timers-film" ,
2122 " brave-shrimps-kiss" ,
2223 " brave-walls-destroy" ,
3839 " curvy-cups-cough" ,
3940 " curvy-ties-shout" ,
4041 " cyan-flowers-destroy" ,
42+ " cyan-spies-grin" ,
4143 " dirty-bats-punch" ,
4244 " dirty-garlics-design" ,
4345 " dirty-tips-add" ,
147149 " olive-seals-sell" ,
148150 " olive-shirts-complain" ,
149151 " olive-socks-kick" ,
152+ " orange-crews-rescue" ,
150153 " orange-dingos-poke" ,
151154 " pink-mayflies-tie" ,
152155 " polite-dolphins-care" ,
205208 " sour-forks-stare" ,
206209 " sour-rules-march" ,
207210 " sour-weeks-fix" ,
211+ " spicy-jeans-deliver" ,
208212 " spicy-plums-admire" ,
209213 " spotty-pens-agree" ,
210214 " spotty-spiders-compare" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.53
4+
5+ ### Patch Changes
6+
7+ - fix: only throw bind error when not passing a value ([ #10090 ] ( https://github.com/sveltejs/svelte/pull/10090 ) )
8+
9+ - fix: improve global transition handling of effect cleardown ([ #10469 ] ( https://github.com/sveltejs/svelte/pull/10469 ) )
10+
11+ - fix: improve handling of object property deletions ([ #10456 ] ( https://github.com/sveltejs/svelte/pull/10456 ) )
12+
13+ - fix: ensure inspect fires on prop changes ([ #10468 ] ( https://github.com/sveltejs/svelte/pull/10468 ) )
14+
315## 5.0.0-next.52
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.52 " ,
5+ "version" : " 5.0.0-next.53 " ,
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.52 ' ;
9+ export const VERSION = '5.0.0-next.53 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments