Skip to content

Commit 08d7d7b

Browse files
Version Packages (next)
1 parent d73c5b8 commit 08d7d7b

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,15 @@
5555
"brown-months-fry",
5656
"brown-spoons-boil",
5757
"calm-buses-clap",
58+
"calm-cameras-hide",
5859
"calm-pandas-vanish",
5960
"calm-ravens-sneeze",
6061
"chatty-beans-divide",
6162
"chatty-cups-drop",
6263
"chatty-ghosts-unite",
6364
"chatty-sloths-allow",
6465
"chatty-taxis-juggle",
66+
"chilled-ladybugs-invite",
6567
"chilled-pumas-invite",
6668
"chilled-seas-jog",
6769
"chilly-dolphins-lick",
@@ -112,6 +114,7 @@
112114
"dirty-donuts-yell",
113115
"dirty-eyes-itch",
114116
"dirty-garlics-design",
117+
"dirty-pianos-eat",
115118
"dirty-tips-add",
116119
"dry-clocks-grow",
117120
"dry-eggs-play",
@@ -376,6 +379,7 @@
376379
"moody-frogs-exist",
377380
"moody-ghosts-buy",
378381
"moody-houses-argue",
382+
"moody-lions-watch",
379383
"moody-owls-cry",
380384
"moody-sheep-type",
381385
"moody-toys-relax",
@@ -539,6 +543,7 @@
539543
"silly-laws-happen",
540544
"silly-lies-film",
541545
"silly-ways-wash",
546+
"silver-mice-double",
542547
"silver-points-approve",
543548
"silver-sheep-knock",
544549
"six-bears-trade",

packages/svelte/CHANGELOG.md

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

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

519
### 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)