File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 477
477
" polite-ways-serve" ,
478
478
" poor-eggs-enjoy" ,
479
479
" poor-hats-design" ,
480
+ " poor-mugs-pay" ,
480
481
" poor-seahorses-flash" ,
481
482
" popular-apes-bathe" ,
482
483
" popular-cameras-tie" ,
575
576
" silly-ducks-mix" ,
576
577
" silly-laws-happen" ,
577
578
" silly-lies-film" ,
579
+ " silly-masks-exist" ,
578
580
" silly-ways-wash" ,
579
581
" silver-mice-double" ,
580
582
" silver-points-approve" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.215
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: propagate custom element component prop changes ([ #12774 ] ( https://github.com/sveltejs/svelte/pull/12774 ) )
8
+
9
+ - fix: prevent numerous transition/animation memory leaks ([ #12759 ] ( https://github.com/sveltejs/svelte/pull/12759 ) )
10
+
3
11
## 5.0.0-next.214
4
12
5
13
### 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.214 " ,
5
+ "version" : " 5.0.0-next.215 " ,
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.214 ' ;
9
+ export const VERSION = '5.0.0-next.215 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments