Skip to content

Commit d7cf76b

Browse files
Version Packages (next) (#13640)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 193cc37 commit d7cf76b

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
"eight-cougars-watch",
172172
"eight-hornets-punch",
173173
"eight-jeans-compare",
174+
"eight-pans-worry",
174175
"eight-pianos-raise",
175176
"eight-steaks-shout",
176177
"eight-waves-mate",
@@ -246,6 +247,7 @@
246247
"fluffy-kings-complain",
247248
"fluffy-ravens-juggle",
248249
"forty-bikes-buy",
250+
"forty-chicken-heal",
249251
"forty-comics-invent",
250252
"forty-dogs-divide",
251253
"forty-dolls-wave",
@@ -345,6 +347,7 @@
345347
"healthy-dancers-play",
346348
"healthy-mangos-brush",
347349
"healthy-planes-vanish",
350+
"healthy-poets-float",
348351
"healthy-zebras-accept",
349352
"heavy-cars-ring",
350353
"heavy-comics-move",
@@ -400,6 +403,7 @@
400403
"khaki-ligers-sing",
401404
"khaki-mails-draw",
402405
"khaki-mails-scream",
406+
"khaki-mirrors-warn",
403407
"khaki-monkeys-cry",
404408
"khaki-moose-arrive",
405409
"khaki-tomatoes-rule",
@@ -433,6 +437,7 @@
433437
"lemon-meals-appear",
434438
"lemon-trees-act",
435439
"light-badgers-glow",
440+
"light-crews-deny",
436441
"light-days-clean",
437442
"light-hounds-carry",
438443
"light-humans-hang",
@@ -497,6 +502,7 @@
497502
"moody-houses-argue",
498503
"moody-lions-watch",
499504
"moody-owls-cry",
505+
"moody-pugs-tan",
500506
"moody-sheep-type",
501507
"moody-toys-relax",
502508
"nasty-carrots-develop",
@@ -606,6 +612,7 @@
606612
"popular-apes-bathe",
607613
"popular-cameras-tie",
608614
"popular-cups-bathe",
615+
"popular-dolphins-shake",
609616
"popular-feet-rule",
610617
"popular-games-hug",
611618
"popular-ligers-perform",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.269
4+
5+
### Patch Changes
6+
7+
- fix: transitions within dynamic components now function correctly ([#13646](https://github.com/sveltejs/svelte/pull/13646))
8+
9+
- fix: use `internal_set` in `await` block ([#13642](https://github.com/sveltejs/svelte/pull/13642))
10+
11+
- fix: correctly applies autofocus to static elements ([#13648](https://github.com/sveltejs/svelte/pull/13648))
12+
13+
- fix: `method` attribute is case insensitive ([#13639](https://github.com/sveltejs/svelte/pull/13639))
14+
15+
- chore: avoid reporting inspections when an exception occurs ([#13601](https://github.com/sveltejs/svelte/pull/13601))
16+
17+
- fix: ensure legacy run utility does not cause cycles ([#13643](https://github.com/sveltejs/svelte/pull/13643))
18+
19+
- fix: better migration for leading and trailing comments ([#13630](https://github.com/sveltejs/svelte/pull/13630))
20+
321
## 5.0.0-next.268
422

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

0 commit comments

Comments
 (0)