Skip to content

Commit 88389ad

Browse files
Version Packages (next) (#10571)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6e0fbd commit 88389ad

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"giant-roses-press",
9595
"good-cars-visit",
9696
"good-pianos-jump",
97+
"good-rivers-yawn",
9798
"gorgeous-singers-rest",
9899
"great-fans-unite",
99100
"great-icons-retire",
@@ -120,6 +121,7 @@
120121
"khaki-moose-arrive",
121122
"kind-baboons-approve",
122123
"kind-deers-lay",
124+
"kind-dots-sort",
123125
"kind-eagles-join",
124126
"kind-rings-flash",
125127
"large-clouds-carry",
@@ -188,6 +190,7 @@
188190
"rare-worms-hunt",
189191
"real-guests-do",
190192
"real-items-suffer",
193+
"real-pandas-brush",
191194
"red-doors-own",
192195
"red-feet-worry",
193196
"rich-cobras-exist",
@@ -275,6 +278,7 @@
275278
"thirty-wombats-relax",
276279
"three-camels-sell",
277280
"three-icons-trade",
281+
"three-papayas-buy",
278282
"three-suits-grin",
279283
"tidy-buses-whisper",
280284
"tidy-starfishes-allow",

packages/svelte/CHANGELOG.md

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

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

517
### 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)