Skip to content

Commit 4aa6059

Browse files
Version Packages (next) (#12795)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d2efca0 commit 4aa6059

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@
477477
"polite-ways-serve",
478478
"poor-eggs-enjoy",
479479
"poor-hats-design",
480+
"poor-mugs-pay",
480481
"poor-seahorses-flash",
481482
"popular-apes-bathe",
482483
"popular-cameras-tie",
@@ -575,6 +576,7 @@
575576
"silly-ducks-mix",
576577
"silly-laws-happen",
577578
"silly-lies-film",
579+
"silly-masks-exist",
578580
"silly-ways-wash",
579581
"silver-mice-double",
580582
"silver-points-approve",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

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+
311
## 5.0.0-next.214
412

513
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.0.0-next.214",
5+
"version": "5.0.0-next.215",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.214';
9+
export const VERSION = '5.0.0-next.215';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)