Skip to content

Commit 5669c7d

Browse files
Version Packages (next) (#12552)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 64e9f0e commit 5669c7d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"breezy-rules-beg",
4747
"breezy-waves-camp",
4848
"bright-berries-smell",
49+
"bright-colts-play",
4950
"bright-falcons-float",
5051
"bright-needles-pretend",
5152
"bright-peas-juggle",
@@ -55,13 +56,15 @@
5556
"brown-months-fry",
5657
"brown-spoons-boil",
5758
"calm-buses-clap",
59+
"calm-cameras-hide",
5860
"calm-pandas-vanish",
5961
"calm-ravens-sneeze",
6062
"chatty-beans-divide",
6163
"chatty-cups-drop",
6264
"chatty-ghosts-unite",
6365
"chatty-sloths-allow",
6466
"chatty-taxis-juggle",
67+
"chilled-ladybugs-invite",
6568
"chilled-pumas-invite",
6669
"chilled-seas-jog",
6770
"chilly-dolphins-lick",
@@ -112,6 +115,7 @@
112115
"dirty-donuts-yell",
113116
"dirty-eyes-itch",
114117
"dirty-garlics-design",
118+
"dirty-pianos-eat",
115119
"dirty-tips-add",
116120
"dry-clocks-grow",
117121
"dry-eggs-play",
@@ -376,6 +380,7 @@
376380
"moody-frogs-exist",
377381
"moody-ghosts-buy",
378382
"moody-houses-argue",
383+
"moody-lions-watch",
379384
"moody-owls-cry",
380385
"moody-sheep-type",
381386
"moody-toys-relax",
@@ -539,6 +544,7 @@
539544
"silly-laws-happen",
540545
"silly-lies-film",
541546
"silly-ways-wash",
547+
"silver-mice-double",
542548
"silver-points-approve",
543549
"silver-sheep-knock",
544550
"six-bears-trade",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# svelte
22

3+
## 5.0.0-next.196
4+
5+
### Patch Changes
6+
7+
- fix: ensure dynamic event handlers are wrapped in a derived ([#12563](https://github.com/sveltejs/svelte/pull/12563))
8+
9+
- chore: tidy up dynamic event handler generated code ([#12553](https://github.com/sveltejs/svelte/pull/12553))
10+
11+
- fix: dynamic event delegation for stateful call expressions ([#12549](https://github.com/sveltejs/svelte/pull/12549))
12+
13+
- fix: ensure $state.snapshot correctly clones Date objects ([#12564](https://github.com/sveltejs/svelte/pull/12564))
14+
15+
- fix: remove runtime validation of components/snippets, rely on types instead ([#12507](https://github.com/sveltejs/svelte/pull/12507))
16+
17+
- fix: properly update store values ([#12562](https://github.com/sveltejs/svelte/pull/12562))
18+
319
## 5.0.0-next.195
420

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

0 commit comments

Comments
 (0)