Skip to content

Commit 54af15d

Browse files
Version Packages (next)
1 parent bb24544 commit 54af15d

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
@@ -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",
@@ -400,6 +402,7 @@
400402
"khaki-ligers-sing",
401403
"khaki-mails-draw",
402404
"khaki-mails-scream",
405+
"khaki-mirrors-warn",
403406
"khaki-monkeys-cry",
404407
"khaki-moose-arrive",
405408
"khaki-tomatoes-rule",
@@ -497,6 +500,7 @@
497500
"moody-houses-argue",
498501
"moody-lions-watch",
499502
"moody-owls-cry",
503+
"moody-pugs-tan",
500504
"moody-sheep-type",
501505
"moody-toys-relax",
502506
"nasty-carrots-develop",
@@ -606,6 +610,7 @@
606610
"popular-apes-bathe",
607611
"popular-cameras-tie",
608612
"popular-cups-bathe",
613+
"popular-dolphins-shake",
609614
"popular-feet-rule",
610615
"popular-games-hug",
611616
"popular-ligers-perform",

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.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: `method` attribute is case insensitive ([#13639](https://github.com/sveltejs/svelte/pull/13639))
12+
13+
- fix: ensure legacy run utility does not cause cycles ([#13643](https://github.com/sveltejs/svelte/pull/13643))
14+
15+
- fix: better migration for leading and trailing comments ([#13630](https://github.com/sveltejs/svelte/pull/13630))
16+
317
## 5.0.0-next.268
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.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)