Skip to content

Commit 7755fe8

Browse files
Version Packages (next)
1 parent 3864229 commit 7755fe8

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
@@ -283,6 +283,7 @@
283283
"good-rice-tap",
284284
"good-rivers-yawn",
285285
"good-roses-argue",
286+
"good-zebras-turn",
286287
"gorgeous-boxes-design",
287288
"gorgeous-coats-jog",
288289
"gorgeous-hats-wonder",
@@ -336,6 +337,7 @@
336337
"honest-pans-kick",
337338
"honest-phones-flash",
338339
"hot-cooks-repair",
340+
"hot-glasses-roll",
339341
"hot-jobs-tap",
340342
"hot-kangaroos-invite",
341343
"hot-peaches-clean",
@@ -461,6 +463,7 @@
461463
"moody-sheep-type",
462464
"moody-toys-relax",
463465
"nasty-carrots-develop",
466+
"nasty-eggs-walk",
464467
"nasty-glasses-begin",
465468
"nasty-lions-double",
466469
"nasty-mayflies-smoke",
@@ -584,6 +587,7 @@
584587
"red-doors-own",
585588
"red-feet-worry",
586589
"red-kings-draw",
590+
"red-ladybugs-turn",
587591
"red-maps-nail",
588592
"red-poets-study",
589593
"red-pots-pretend",
@@ -739,6 +743,7 @@
739743
"stale-fans-rest",
740744
"stale-jeans-refuse",
741745
"stale-nails-listen",
746+
"stale-rats-check",
742747
"strange-apricots-happen",
743748
"strange-pears-perform",
744749
"strange-pillows-greet",
@@ -843,6 +848,7 @@
843848
"twelve-dragons-join",
844849
"twelve-onions-juggle",
845850
"twelve-scissors-kneel",
851+
"twelve-shrimps-run",
846852
"twelve-worms-jog",
847853
"twenty-gifts-develop",
848854
"twenty-toes-attack",

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.247
4+
5+
### Patch Changes
6+
7+
- fix: wait until template strings are complete before sanitizing ([#13262](https://github.com/sveltejs/svelte/pull/13262))
8+
9+
- fix: avoid flushing sync with $inspect ([#13239](https://github.com/sveltejs/svelte/pull/13239))
10+
11+
- fix: separate `template_effect` for dynamic class/style directive with dynamic attributes ([#13171](https://github.com/sveltejs/svelte/pull/13171))
12+
13+
- fix: treat pure call expressions as potentially reactive if they reference local bindings ([#13264](https://github.com/sveltejs/svelte/pull/13264))
14+
15+
- fix: follow spec for `customElement` option ([#13247](https://github.com/sveltejs/svelte/pull/13247))
16+
17+
- fix: tighten up `# svelte prefix validation ([#13261](https://github.com/sveltejs/svelte/pull/13261))
18+
319
## 5.0.0-next.246
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.246",
5+
"version": "5.0.0-next.247",
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.246';
9+
export const VERSION = '5.0.0-next.247';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)