Skip to content

Commit 97380e6

Browse files
Version Packages (next)
1 parent 777527b commit 97380e6

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
@@ -162,6 +162,7 @@
162162
"hungry-trees-travel",
163163
"itchy-beans-melt",
164164
"itchy-bulldogs-tan",
165+
"itchy-eels-marry",
165166
"itchy-kings-deliver",
166167
"itchy-lions-wash",
167168
"itchy-terms-guess",
@@ -279,6 +280,7 @@
279280
"rich-cobras-exist",
280281
"rich-garlics-laugh",
281282
"rich-olives-yell",
283+
"rich-plums-thank",
282284
"rich-sheep-burn",
283285
"rich-tables-sing",
284286
"rich-waves-mix",

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.107
4+
5+
### Patch Changes
6+
7+
- fix: remove memory leak from bind:this ([#11194](https://github.com/sveltejs/svelte/pull/11194))
8+
9+
- fix: remove memory leak from retaining old DOM elements ([#11197](https://github.com/sveltejs/svelte/pull/11197))
10+
311
## 5.0.0-next.106
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.106",
5+
"version": "5.0.0-next.107",
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.106';
9+
export const VERSION = '5.0.0-next.107';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)