Skip to content

Commit 8898c65

Browse files
Version Packages (next)
1 parent 14ecedf commit 8898c65

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
"friendly-clouds-rhyme",
263263
"friendly-lies-camp",
264264
"friendly-rice-confess",
265+
"friendly-taxis-hammer",
265266
"funny-bugs-kiss",
266267
"funny-cooks-clean",
267268
"funny-dragons-double",
@@ -287,6 +288,7 @@
287288
"giant-planets-shake",
288289
"giant-plants-grin",
289290
"giant-roses-press",
291+
"gold-pens-sell",
290292
"gold-students-jump",
291293
"gold-tools-nail",
292294
"good-buses-reply",
@@ -304,6 +306,7 @@
304306
"gorgeous-monkeys-carry",
305307
"gorgeous-pans-sort",
306308
"gorgeous-singers-rest",
309+
"great-dots-wonder",
307310
"great-fans-unite",
308311
"great-icons-retire",
309312
"great-plums-pretend",
@@ -514,6 +517,7 @@
514517
"nice-jobs-breathe",
515518
"nine-ants-invite",
516519
"nine-cooks-join",
520+
"nine-kids-whisper",
517521
"ninety-days-visit",
518522
"ninety-dingos-walk",
519523
"ninety-dots-train",
@@ -736,6 +740,7 @@
736740
"small-planets-destroy",
737741
"small-sheep-type",
738742
"small-spiders-fail",
743+
"small-suns-lie",
739744
"smart-cars-know",
740745
"smart-cherries-leave",
741746
"smart-fans-crash",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.263
4+
5+
### Patch Changes
6+
7+
- feat: add types for the search element ([#13489](https://github.com/sveltejs/svelte/pull/13489))
8+
9+
- feat: support migrating `svelte:self` ([#13504](https://github.com/sveltejs/svelte/pull/13504))
10+
11+
- feat: support migration of single assignment labeled statements ([#13461](https://github.com/sveltejs/svelte/pull/13461))
12+
13+
- fix: correctly migrate `$slots` with bracket member expressions & slots with static props ([#13468](https://github.com/sveltejs/svelte/pull/13468))
14+
15+
- feat: migrate slot usages ([#13500](https://github.com/sveltejs/svelte/pull/13500))
16+
317
## 5.0.0-next.262
418

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

0 commit comments

Comments
 (0)