Skip to content

Commit 9688b8d

Browse files
Version Packages (next)
1 parent 969e6aa commit 9688b8d

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
@@ -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",
@@ -749,6 +750,7 @@
749750
"sleepy-cats-eat",
750751
"sleepy-dogs-sit",
751752
"slimy-clouds-talk",
753+
"slimy-garlics-beg",
752754
"slimy-hairs-impress",
753755
"slimy-laws-explode",
754756
"slimy-news-help",
@@ -803,6 +805,7 @@
803805
"spicy-plums-admire",
804806
"spotty-crabs-give",
805807
"spotty-houses-search",
808+
"spotty-kings-hug",
806809
"spotty-pens-agree",
807810
"spotty-rocks-destroy",
808811
"spotty-shrimps-hug",

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.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: add `migration-task` comment after errors ([#13659](https://github.com/sveltejs/svelte/pull/13659))
10+
11+
- fix: migrating rest props type includes props types ([#13632](https://github.com/sveltejs/svelte/pull/13632))
12+
313
## 5.0.0-next.269
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.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)