Skip to content

Commit e4fcd86

Browse files
Version Packages (next)
1 parent 802bfca commit e4fcd86

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"khaki-moose-arrive",
121121
"kind-baboons-approve",
122122
"kind-deers-lay",
123+
"kind-dots-sort",
123124
"kind-eagles-join",
124125
"kind-rings-flash",
125126
"large-clouds-carry",
@@ -188,6 +189,7 @@
188189
"rare-worms-hunt",
189190
"real-guests-do",
190191
"real-items-suffer",
192+
"real-pandas-brush",
191193
"red-doors-own",
192194
"red-feet-worry",
193195
"rich-cobras-exist",
@@ -275,6 +277,7 @@
275277
"thirty-wombats-relax",
276278
"three-camels-sell",
277279
"three-icons-trade",
280+
"three-papayas-buy",
278281
"three-suits-grin",
279282
"tidy-buses-whisper",
280283
"tidy-starfishes-allow",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.63
4+
5+
### Patch Changes
6+
7+
- fix: remove memory leak ([#10570](https://github.com/sveltejs/svelte/pull/10570))
8+
9+
- fix: call beforeUpdate/afterUpdate callbacks when props are mutated ([#10570](https://github.com/sveltejs/svelte/pull/10570))
10+
11+
- fix: improve props spreading logic ([#10574](https://github.com/sveltejs/svelte/pull/10574))
12+
313
## 5.0.0-next.62
414

515
### 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.62",
5+
"version": "5.0.0-next.63",
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.62';
9+
export const VERSION = '5.0.0-next.63';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)