Skip to content

Commit 76a3f3f

Browse files
Version Packages (next)
1 parent eafddf4 commit 76a3f3f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -448,6 +449,7 @@
448449
"loud-penguins-unite",
449450
"loud-ravens-drop",
450451
"loud-socks-look",
452+
"loud-walls-wave",
451453
"lovely-bugs-sneeze",
452454
"lovely-carpets-lick",
453455
"lovely-houses-own",
@@ -526,6 +528,7 @@
526528
"ninety-days-visit",
527529
"ninety-dingos-walk",
528530
"ninety-dots-train",
531+
"ninety-months-laugh",
529532
"ninety-rockets-battle",
530533
"odd-buckets-lie",
531534
"odd-needles-joke",
@@ -731,6 +734,7 @@
731734
"slimy-news-help",
732735
"slimy-onions-approve",
733736
"slimy-walls-draw",
737+
"slow-badgers-invite",
734738
"slow-beds-shave",
735739
"slow-chefs-dream",
736740
"slow-gorillas-yawn",
@@ -764,6 +768,7 @@
764768
"soft-clocks-remember",
765769
"soft-geese-learn",
766770
"soft-months-grab",
771+
"soft-stingrays-attend",
767772
"soft-tigers-wink",
768773
"sour-bags-fail",
769774
"sour-forks-stare",
@@ -899,6 +904,7 @@
899904
"twelve-bears-worry",
900905
"twelve-cows-learn",
901906
"twelve-dragons-join",
907+
"twelve-mayflies-decide",
902908
"twelve-onions-juggle",
903909
"twelve-scissors-kneel",
904910
"twelve-shrimps-run",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: do no rerun the each block when array change from empty to empty ([#13553](https://github.com/sveltejs/svelte/pull/13553))
10+
11+
- fix: ensure effects destroy owned deriveds upon teardown ([#13563](https://github.com/sveltejs/svelte/pull/13563))
12+
13+
- fix: avoid assigning input.value if the value is the same to fix `minlength` ([#13574](https://github.com/sveltejs/svelte/pull/13574))
14+
15+
- fix: use `analysis.name` when migrating `<svelte:self>` ([#13544](https://github.com/sveltejs/svelte/pull/13544))
16+
17+
- fix: strip BOM character from input ([#13548](https://github.com/sveltejs/svelte/pull/13548))
18+
319
## 5.0.0-next.264
420

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