Skip to content

Version Packages (next) #13257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
"good-rice-tap",
"good-rivers-yawn",
"good-roses-argue",
"good-zebras-turn",
"gorgeous-boxes-design",
"gorgeous-coats-jog",
"gorgeous-hats-wonder",
Expand Down Expand Up @@ -336,6 +337,7 @@
"honest-pans-kick",
"honest-phones-flash",
"hot-cooks-repair",
"hot-glasses-roll",
"hot-jobs-tap",
"hot-kangaroos-invite",
"hot-peaches-clean",
Expand Down Expand Up @@ -461,6 +463,7 @@
"moody-sheep-type",
"moody-toys-relax",
"nasty-carrots-develop",
"nasty-eggs-walk",
"nasty-glasses-begin",
"nasty-lions-double",
"nasty-mayflies-smoke",
Expand Down Expand Up @@ -584,6 +587,7 @@
"red-doors-own",
"red-feet-worry",
"red-kings-draw",
"red-ladybugs-turn",
"red-maps-nail",
"red-poets-study",
"red-pots-pretend",
Expand Down Expand Up @@ -739,6 +743,7 @@
"stale-fans-rest",
"stale-jeans-refuse",
"stale-nails-listen",
"stale-rats-check",
"strange-apricots-happen",
"strange-pears-perform",
"strange-pillows-greet",
Expand Down Expand Up @@ -843,6 +848,7 @@
"twelve-dragons-join",
"twelve-onions-juggle",
"twelve-scissors-kneel",
"twelve-shrimps-run",
"twelve-worms-jog",
"twenty-gifts-develop",
"twenty-toes-attack",
Expand Down
16 changes: 16 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# svelte

## 5.0.0-next.247

### Patch Changes

- fix: wait until template strings are complete before sanitizing ([#13262](https://github.com/sveltejs/svelte/pull/13262))

- fix: avoid flushing sync with $inspect ([#13239](https://github.com/sveltejs/svelte/pull/13239))

- fix: separate `template_effect` for dynamic class/style directive with dynamic attributes ([#13171](https://github.com/sveltejs/svelte/pull/13171))

- fix: treat pure call expressions as potentially reactive if they reference local bindings ([#13264](https://github.com/sveltejs/svelte/pull/13264))

- fix: follow spec for `customElement` option ([#13247](https://github.com/sveltejs/svelte/pull/13247))

- fix: tighten up `# svelte prefix validation ([#13261](https://github.com/sveltejs/svelte/pull/13261))

## 5.0.0-next.246

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.246",
"version": "5.0.0-next.247",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.246';
export const VERSION = '5.0.0-next.247';
export const PUBLIC_VERSION = '5';