Skip to content

Commit 59b608c

Browse files
Version Packages (next) (#13448)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5675067 commit 59b608c

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
"funny-bugs-kiss",
266266
"funny-cooks-clean",
267267
"funny-dragons-double",
268+
"funny-houses-kick",
268269
"funny-ties-jump",
269270
"funny-trees-cry",
270271
"funny-wombats-argue",
@@ -295,6 +296,7 @@
295296
"good-rice-tap",
296297
"good-rivers-yawn",
297298
"good-roses-argue",
299+
"good-vans-bake",
298300
"good-zebras-turn",
299301
"gorgeous-boxes-design",
300302
"gorgeous-coats-jog",
@@ -395,6 +397,7 @@
395397
"kind-spoons-return",
396398
"large-clouds-carry",
397399
"large-emus-cough",
400+
"large-rules-hang",
398401
"large-turkeys-deny",
399402
"large-waves-join",
400403
"late-bees-vanish",
@@ -452,6 +455,7 @@
452455
"lucky-schools-hang",
453456
"lucky-teachers-exist",
454457
"lucky-toes-begin",
458+
"many-fishes-warn",
455459
"many-rockets-give",
456460
"many-trees-fix",
457461
"mean-jokes-exist",
@@ -605,9 +609,11 @@
605609
"rare-mirrors-act",
606610
"rare-pears-whisper",
607611
"rare-worms-hunt",
612+
"real-camels-pay",
608613
"real-guests-do",
609614
"real-items-suffer",
610615
"real-pandas-brush",
616+
"real-timers-complain",
611617
"red-cycles-pretend",
612618
"red-doors-own",
613619
"red-feet-worry",
@@ -657,6 +663,7 @@
657663
"seven-masks-end",
658664
"seven-news-live",
659665
"seven-ravens-check",
666+
"seven-wombats-retire",
660667
"shaggy-cameras-live",
661668
"shaggy-comics-jog",
662669
"sharp-fishes-serve",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.261
4+
5+
### Patch Changes
6+
7+
- fix: migrate `$Props` without creating non existent props ([#13484](https://github.com/sveltejs/svelte/pull/13484))
8+
9+
- feat: support migration of `svelte:component` ([#13437](https://github.com/sveltejs/svelte/pull/13437))
10+
11+
- feat: fix accessors and support migration of accessors ([#13456](https://github.com/sveltejs/svelte/pull/13456))
12+
13+
- fix: move labeled statements that need reordering after props insertion point ([#13480](https://github.com/sveltejs/svelte/pull/13480))
14+
15+
- feat: support migration of self closing tags ([#13479](https://github.com/sveltejs/svelte/pull/13479))
16+
17+
- fix: various `svelte:component` migration bugs ([#13473](https://github.com/sveltejs/svelte/pull/13473))
18+
19+
- fix: exclude type-only props from instance exports when migrating ([#13485](https://github.com/sveltejs/svelte/pull/13485))
20+
321
## 5.0.0-next.260
422

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

0 commit comments

Comments
 (0)