Skip to content

Commit 65ca213

Browse files
Version Packages (next) (#13497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ceb733c commit 65ca213

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/pre.json

Lines changed: 9 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",
@@ -260,8 +261,10 @@
260261
"fresh-zoos-burn",
261262
"friendly-candles-relate",
262263
"friendly-clouds-rhyme",
264+
"friendly-dryers-jog",
263265
"friendly-lies-camp",
264266
"friendly-rice-confess",
267+
"friendly-taxis-hammer",
265268
"funny-bugs-kiss",
266269
"funny-cooks-clean",
267270
"funny-dragons-double",
@@ -287,6 +290,7 @@
287290
"giant-planets-shake",
288291
"giant-plants-grin",
289292
"giant-roses-press",
293+
"gold-pens-sell",
290294
"gold-students-jump",
291295
"gold-tools-nail",
292296
"good-buses-reply",
@@ -304,6 +308,7 @@
304308
"gorgeous-monkeys-carry",
305309
"gorgeous-pans-sort",
306310
"gorgeous-singers-rest",
311+
"great-dots-wonder",
307312
"great-fans-unite",
308313
"great-icons-retire",
309314
"great-plums-pretend",
@@ -514,6 +519,7 @@
514519
"nice-jobs-breathe",
515520
"nine-ants-invite",
516521
"nine-cooks-join",
522+
"nine-kids-whisper",
517523
"ninety-days-visit",
518524
"ninety-dingos-walk",
519525
"ninety-dots-train",
@@ -736,6 +742,7 @@
736742
"small-planets-destroy",
737743
"small-sheep-type",
738744
"small-spiders-fail",
745+
"small-suns-lie",
739746
"smart-cars-know",
740747
"smart-cherries-leave",
741748
"smart-fans-crash",
@@ -826,6 +833,7 @@
826833
"ten-foxes-repeat",
827834
"ten-geese-share",
828835
"ten-jokes-divide",
836+
"ten-laws-grow",
829837
"ten-peaches-sleep",
830838
"ten-singers-cough",
831839
"ten-singers-repair",
@@ -895,6 +903,7 @@
895903
"two-brooms-fail",
896904
"two-candles-move",
897905
"two-cats-approve",
906+
"two-chefs-lie",
898907
"two-dogs-accept",
899908
"two-dragons-yell",
900909
"two-falcons-buy",

packages/svelte/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
- fix: further improve reconciliation of inert each block rows ([#13527](https://github.com/sveltejs/svelte/pull/13527))
10+
11+
- feat: add types for the search element ([#13489](https://github.com/sveltejs/svelte/pull/13489))
12+
13+
- feat: support migrating `svelte:self` ([#13504](https://github.com/sveltejs/svelte/pull/13504))
14+
15+
- feat: support migration of single assignment labeled statements ([#13461](https://github.com/sveltejs/svelte/pull/13461))
16+
17+
- fix: correctly migrate `$slots` with bracket member expressions & slots with static props ([#13468](https://github.com/sveltejs/svelte/pull/13468))
18+
19+
- feat: migrate slot usages ([#13500](https://github.com/sveltejs/svelte/pull/13500))
20+
21+
- fix: recreate `SvelteDate` methods deriveds if they are destroyed ([#13515](https://github.com/sveltejs/svelte/pull/13515))
22+
23+
- fix: allow imports from `svelte/legacy` in SSR ([#13523](https://github.com/sveltejs/svelte/pull/13523))
24+
325
## 5.0.0-next.262
426

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