Skip to content

Version Packages (next) #9650

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
Nov 27, 2023
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
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"fifty-steaks-float",
"forty-comics-invent",
"fresh-weeks-trade",
"friendly-lies-camp",
"funny-wombats-argue",
"good-pianos-jump",
"green-eggs-approve",
Expand All @@ -38,6 +39,7 @@
"khaki-mails-draw",
"kind-deers-lay",
"lazy-spiders-think",
"light-pens-watch",
"long-crews-return",
"lovely-items-turn",
"lovely-rules-eat",
Expand All @@ -47,22 +49,28 @@
"new-boats-wait",
"odd-needles-joke",
"odd-schools-wait",
"polite-pumpkins-guess",
"poor-eggs-enjoy",
"popular-mangos-rest",
"quiet-camels-mate",
"rare-pears-whisper",
"rich-sheep-burn",
"rotten-buckets-develop",
"serious-zebras-scream",
"seven-deers-jam",
"seven-ravens-check",
"sharp-gorillas-impress",
"shiny-baboons-play",
"shiny-shrimps-march",
"slimy-clouds-talk",
"small-papayas-laugh",
"soft-geese-learn",
"sour-rules-march",
"stale-comics-look",
"strong-lemons-provide",
"tall-shrimps-worry",
"ten-worms-reflect",
"thin-foxes-lick",
"thirty-flowers-sit",
"thirty-ghosts-fix",
"thirty-impalas-repair",
Expand All @@ -71,6 +79,7 @@
"two-falcons-buy",
"wet-games-fly",
"wicked-clouds-exercise",
"wicked-doors-train"
"wicked-doors-train",
"witty-camels-warn"
]
}
22 changes: 22 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# svelte

## 5.0.0-next.14

### Patch Changes

- feat: warn on references to mutated non-state in template ([#9669](https://github.com/sveltejs/svelte/pull/9669))

- fix: prevent reactive snippet from reinitializing unnecessarily ([#9665](https://github.com/sveltejs/svelte/pull/9665))

- fix: take event attributes into account when checking a11y ([#9664](https://github.com/sveltejs/svelte/pull/9664))

- feat: add $effect.root rune ([#9638](https://github.com/sveltejs/svelte/pull/9638))

- feat: support type definition in {@const} ([#9609](https://github.com/sveltejs/svelte/pull/9609))

- feat: ignore `src`, `srcset`, and `href` attributes when hydrating ([#9662](https://github.com/sveltejs/svelte/pull/9662))

- chore: bump esrap ([#9649](https://github.com/sveltejs/svelte/pull/9649))

- chore: improve `<svelte:element>` generated code ([#9648](https://github.com/sveltejs/svelte/pull/9648))

- chore: prevent some unused variable creation ([#9571](https://github.com/sveltejs/svelte/pull/9571))

## 5.0.0-next.13

### 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.13",
"version": "5.0.0-next.14",
"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.13';
export const VERSION = '5.0.0-next.14';
export const PUBLIC_VERSION = '5';