Skip to content

Version Packages (next) #12583

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
Jul 25, 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
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,13 @@
"hip-garlics-tap",
"hip-months-breathe",
"hip-pumpkins-boil",
"hip-stingrays-teach",
"honest-buses-add",
"honest-dragons-turn",
"honest-icons-change",
"honest-nails-share",
"honest-pans-kick",
"honest-phones-flash",
"hot-cooks-repair",
"hot-jobs-tap",
"hot-rivers-punch",
Expand Down Expand Up @@ -444,6 +446,7 @@
"plenty-elephants-fry",
"plenty-items-build",
"plenty-starfishes-dress",
"plenty-turkeys-raise",
"plenty-zoos-fix",
"polite-dolphins-care",
"polite-peas-mate",
Expand All @@ -467,6 +470,7 @@
"proud-pets-hang",
"proud-queens-sniff",
"purple-dragons-peel",
"quick-pumpkins-study",
"quiet-apricots-dream",
"quiet-berries-end",
"quiet-berries-explode",
Expand Down Expand Up @@ -567,6 +571,7 @@
"slimy-walls-draw",
"slow-beds-shave",
"slow-chefs-dream",
"slow-gorillas-yawn",
"slow-kids-sparkle",
"slow-ligers-enjoy",
"slow-plums-chew",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# svelte

## 5.0.0-next.199

### Patch Changes

- fix: add missing hydration mismatch call-site ([#12604](https://github.com/sveltejs/svelte/pull/12604))

- fix: apply dynamic event fixes to OnDirective ([#12582](https://github.com/sveltejs/svelte/pull/12582))

- fix: ensure directives run in sequential order ([#12591](https://github.com/sveltejs/svelte/pull/12591))

- fix: tweak element_invalid_self_closing_tag to exclude namespace ([#12585](https://github.com/sveltejs/svelte/pull/12585))

- breaking: avoid flushing queued updates on mount/hydrate ([#12602](https://github.com/sveltejs/svelte/pull/12602))

## 5.0.0-next.198

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