Skip to content

Commit 7120370

Browse files
Version Packages (next)
1 parent 4dcac41 commit 7120370

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
@@ -22,6 +22,7 @@
2222
"angry-weeks-design",
2323
"beige-clocks-notice",
2424
"beige-cobras-smoke",
25+
"beige-donkeys-exercise",
2526
"beige-flies-wash",
2627
"beige-gifts-appear",
2728
"beige-lamps-ring",
@@ -184,6 +185,7 @@
184185
"eleven-cycles-applaud",
185186
"eleven-donuts-sit",
186187
"eleven-hounds-pump",
188+
"eleven-humans-kneel",
187189
"eleven-icons-sniff",
188190
"eleven-peaches-tap",
189191
"eleven-teachers-drive",
@@ -448,6 +450,7 @@
448450
"loud-penguins-unite",
449451
"loud-ravens-drop",
450452
"loud-socks-look",
453+
"loud-walls-wave",
451454
"lovely-bugs-sneeze",
452455
"lovely-carpets-lick",
453456
"lovely-houses-own",
@@ -526,6 +529,7 @@
526529
"ninety-days-visit",
527530
"ninety-dingos-walk",
528531
"ninety-dots-train",
532+
"ninety-months-laugh",
529533
"ninety-rockets-battle",
530534
"odd-buckets-lie",
531535
"odd-needles-joke",
@@ -731,6 +735,7 @@
731735
"slimy-news-help",
732736
"slimy-onions-approve",
733737
"slimy-walls-draw",
738+
"slow-badgers-invite",
734739
"slow-beds-shave",
735740
"slow-chefs-dream",
736741
"slow-gorillas-yawn",
@@ -764,6 +769,7 @@
764769
"soft-clocks-remember",
765770
"soft-geese-learn",
766771
"soft-months-grab",
772+
"soft-stingrays-attend",
767773
"soft-tigers-wink",
768774
"sour-bags-fail",
769775
"sour-forks-stare",
@@ -899,6 +905,7 @@
899905
"twelve-bears-worry",
900906
"twelve-cows-learn",
901907
"twelve-dragons-join",
908+
"twelve-mayflies-decide",
902909
"twelve-onions-juggle",
903910
"twelve-scissors-kneel",
904911
"twelve-shrimps-run",

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.265
4+
5+
### Patch Changes
6+
7+
- fix: ensure source and filename are known to compileModule's source map ([#13546](https://github.com/sveltejs/svelte/pull/13546))
8+
9+
- fix: cleanup non-branch effects created inside block effects ([#13600](https://github.com/sveltejs/svelte/pull/13600))
10+
11+
- fix: do no rerun the each block when array change from empty to empty ([#13553](https://github.com/sveltejs/svelte/pull/13553))
12+
13+
- fix: ensure effects destroy owned deriveds upon teardown ([#13563](https://github.com/sveltejs/svelte/pull/13563))
14+
15+
- fix: avoid assigning input.value if the value is the same to fix `minlength` ([#13574](https://github.com/sveltejs/svelte/pull/13574))
16+
17+
- fix: use `analysis.name` when migrating `<svelte:self>` ([#13544](https://github.com/sveltejs/svelte/pull/13544))
18+
19+
- fix: strip BOM character from input ([#13548](https://github.com/sveltejs/svelte/pull/13548))
20+
321
## 5.0.0-next.264
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.264",
5+
"version": "5.0.0-next.265",
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.264';
9+
export const VERSION = '5.0.0-next.265';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)