Skip to content

Commit 1dd4754

Browse files
Version Packages (next)
1 parent c6af26f commit 1dd4754

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"fair-bags-smoke",
198198
"fair-beers-help",
199199
"fair-crabs-check",
200+
"fair-items-bathe",
200201
"fair-pianos-talk",
201202
"fair-spies-repeat",
202203
"famous-chairs-notice",
@@ -262,6 +263,7 @@
262263
"friendly-clouds-rhyme",
263264
"friendly-lies-camp",
264265
"friendly-rice-confess",
266+
"friendly-taxis-hammer",
265267
"funny-bugs-kiss",
266268
"funny-cooks-clean",
267269
"funny-dragons-double",
@@ -287,6 +289,7 @@
287289
"giant-planets-shake",
288290
"giant-plants-grin",
289291
"giant-roses-press",
292+
"gold-pens-sell",
290293
"gold-students-jump",
291294
"gold-tools-nail",
292295
"good-buses-reply",
@@ -304,6 +307,7 @@
304307
"gorgeous-monkeys-carry",
305308
"gorgeous-pans-sort",
306309
"gorgeous-singers-rest",
310+
"great-dots-wonder",
307311
"great-fans-unite",
308312
"great-icons-retire",
309313
"great-plums-pretend",
@@ -514,6 +518,7 @@
514518
"nice-jobs-breathe",
515519
"nine-ants-invite",
516520
"nine-cooks-join",
521+
"nine-kids-whisper",
517522
"ninety-days-visit",
518523
"ninety-dingos-walk",
519524
"ninety-dots-train",
@@ -736,6 +741,7 @@
736741
"small-planets-destroy",
737742
"small-sheep-type",
738743
"small-spiders-fail",
744+
"small-suns-lie",
739745
"smart-cars-know",
740746
"smart-cherries-leave",
741747
"smart-fans-crash",

packages/svelte/CHANGELOG.md

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

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

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