Skip to content

Commit 28e8907

Browse files
Version Packages (next)
1 parent 36a73fa commit 28e8907

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
@@ -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",
@@ -584,6 +586,7 @@
584586
"red-doors-own",
585587
"red-feet-worry",
586588
"red-kings-draw",
589+
"red-ladybugs-turn",
587590
"red-maps-nail",
588591
"red-poets-study",
589592
"red-pots-pretend",
@@ -739,6 +742,7 @@
739742
"stale-fans-rest",
740743
"stale-jeans-refuse",
741744
"stale-nails-listen",
745+
"stale-rats-check",
742746
"strange-apricots-happen",
743747
"strange-pears-perform",
744748
"strange-pillows-greet",
@@ -843,6 +847,7 @@
843847
"twelve-dragons-join",
844848
"twelve-onions-juggle",
845849
"twelve-scissors-kneel",
850+
"twelve-shrimps-run",
846851
"twelve-worms-jog",
847852
"twenty-gifts-develop",
848853
"twenty-toes-attack",

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.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: treat pure call expressions as potentially reactive if they reference local bindings ([#13264](https://github.com/sveltejs/svelte/pull/13264))
12+
13+
- fix: follow spec for `customElement` option ([#13247](https://github.com/sveltejs/svelte/pull/13247))
14+
15+
- fix: tighten up `# svelte prefix validation ([#13261](https://github.com/sveltejs/svelte/pull/13261))
16+
317
## 5.0.0-next.246
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.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)