Skip to content

Commit 4dd1882

Browse files
Version Packages (next)
1 parent 9f930f4 commit 4dd1882

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
@@ -306,6 +306,7 @@
306306
"gold-tools-nail",
307307
"good-buses-reply",
308308
"good-cars-visit",
309+
"good-kings-try",
309310
"good-pianos-jump",
310311
"good-plums-type",
311312
"good-rice-tap",
@@ -511,6 +512,7 @@
511512
"nasty-lions-double",
512513
"nasty-mayflies-smoke",
513514
"nasty-penguins-pump",
515+
"nasty-teachers-end",
514516
"nasty-yaks-peel",
515517
"neat-boats-shake",
516518
"neat-boxes-chew",
@@ -749,6 +751,7 @@
749751
"sleepy-cats-eat",
750752
"sleepy-dogs-sit",
751753
"slimy-clouds-talk",
754+
"slimy-garlics-beg",
752755
"slimy-hairs-impress",
753756
"slimy-laws-explode",
754757
"slimy-news-help",
@@ -803,6 +806,7 @@
803806
"spicy-plums-admire",
804807
"spotty-crabs-give",
805808
"spotty-houses-search",
809+
"spotty-kings-hug",
806810
"spotty-pens-agree",
807811
"spotty-rocks-destroy",
808812
"spotty-shrimps-hug",

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.270
4+
5+
### Patch Changes
6+
7+
- feat: add `migration-task` for impossible to migrate slots ([#13658](https://github.com/sveltejs/svelte/pull/13658))
8+
9+
- feat: tell users of `@migration-task` ([#13668](https://github.com/sveltejs/svelte/pull/13668))
10+
11+
- feat: add `migration-task` comment after errors ([#13659](https://github.com/sveltejs/svelte/pull/13659))
12+
13+
- fix: migrating rest props type includes props types ([#13632](https://github.com/sveltejs/svelte/pull/13632))
14+
315
## 5.0.0-next.269
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.269",
5+
"version": "5.0.0-next.270",
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.269';
9+
export const VERSION = '5.0.0-next.270';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)