Version Packages (next) (#12795)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12796/head svelte@5.0.0-next.215
github-actions[bot] 5 months ago committed by GitHub
parent d2efca0b04
commit 4aa6059712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -477,6 +477,7 @@
"polite-ways-serve",
"poor-eggs-enjoy",
"poor-hats-design",
"poor-mugs-pay",
"poor-seahorses-flash",
"popular-apes-bathe",
"popular-cameras-tie",
@ -575,6 +576,7 @@
"silly-ducks-mix",
"silly-laws-happen",
"silly-lies-film",
"silly-masks-exist",
"silly-ways-wash",
"silver-mice-double",
"silver-points-approve",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.215
### Patch Changes
- fix: propagate custom element component prop changes ([#12774](https://github.com/sveltejs/svelte/pull/12774))
- fix: prevent numerous transition/animation memory leaks ([#12759](https://github.com/sveltejs/svelte/pull/12759))
## 5.0.0-next.214
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.214",
"version": "5.0.0-next.215",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.214';
export const VERSION = '5.0.0-next.215';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save