Skip to content

Commit eaa5576

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@
542542
"orange-zoos-heal",
543543
"perfect-actors-bake",
544544
"perfect-ants-allow",
545+
"perfect-avocados-greet",
545546
"perfect-cooks-shop",
546547
"perfect-hairs-matter",
547548
"perfect-hats-dance",
@@ -803,6 +804,7 @@
803804
"tame-goats-bow",
804805
"tame-spies-drum",
805806
"tasty-cheetahs-appear",
807+
"tasty-mice-admire",
806808
"tasty-numbers-perform",
807809
"tasty-steaks-smile",
808810
"ten-eels-move",
@@ -881,6 +883,7 @@
881883
"two-dragons-yell",
882884
"two-falcons-buy",
883885
"two-keys-watch",
886+
"unlucky-baboons-greet",
884887
"unlucky-boxes-obey",
885888
"unlucky-points-clap",
886889
"unlucky-spies-flow",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.259
4+
5+
### Patch Changes
6+
7+
- fix: higher fidelity event migration ([#13362](https://github.com/sveltejs/svelte/pull/13362))
8+
9+
- fix: properly remove root anchor node on unmount ([#13381](https://github.com/sveltejs/svelte/pull/13381))
10+
11+
- fix: improve reconciliation of inert each block rows ([#13379](https://github.com/sveltejs/svelte/pull/13379))
12+
313
## 5.0.0-next.258
414

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

0 commit comments

Comments
 (0)