Skip to content

Version Packages (next) #12552

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 23, 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 @@ -46,6 +46,7 @@
"breezy-rules-beg",
"breezy-waves-camp",
"bright-berries-smell",
"bright-colts-play",
"bright-falcons-float",
"bright-needles-pretend",
"bright-peas-juggle",
Expand All @@ -55,13 +56,15 @@
"brown-months-fry",
"brown-spoons-boil",
"calm-buses-clap",
"calm-cameras-hide",
"calm-pandas-vanish",
"calm-ravens-sneeze",
"chatty-beans-divide",
"chatty-cups-drop",
"chatty-ghosts-unite",
"chatty-sloths-allow",
"chatty-taxis-juggle",
"chilled-ladybugs-invite",
"chilled-pumas-invite",
"chilled-seas-jog",
"chilly-dolphins-lick",
Expand Down Expand Up @@ -112,6 +115,7 @@
"dirty-donuts-yell",
"dirty-eyes-itch",
"dirty-garlics-design",
"dirty-pianos-eat",
"dirty-tips-add",
"dry-clocks-grow",
"dry-eggs-play",
Expand Down Expand Up @@ -376,6 +380,7 @@
"moody-frogs-exist",
"moody-ghosts-buy",
"moody-houses-argue",
"moody-lions-watch",
"moody-owls-cry",
"moody-sheep-type",
"moody-toys-relax",
Expand Down Expand Up @@ -539,6 +544,7 @@
"silly-laws-happen",
"silly-lies-film",
"silly-ways-wash",
"silver-mice-double",
"silver-points-approve",
"silver-sheep-knock",
"six-bears-trade",
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.196

### Patch Changes

- fix: ensure dynamic event handlers are wrapped in a derived ([#12563](https://github.com/sveltejs/svelte/pull/12563))

- chore: tidy up dynamic event handler generated code ([#12553](https://github.com/sveltejs/svelte/pull/12553))

- fix: dynamic event delegation for stateful call expressions ([#12549](https://github.com/sveltejs/svelte/pull/12549))

- fix: ensure $state.snapshot correctly clones Date objects ([#12564](https://github.com/sveltejs/svelte/pull/12564))

- fix: remove runtime validation of components/snippets, rely on types instead ([#12507](https://github.com/sveltejs/svelte/pull/12507))

- fix: properly update store values ([#12562](https://github.com/sveltejs/svelte/pull/12562))

## 5.0.0-next.195

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