Skip to content

Commit 6ee5915

Browse files
Version Packages (next)
1 parent 7b2279d commit 6ee5915

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 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",
@@ -376,6 +378,7 @@
376378
"moody-frogs-exist",
377379
"moody-ghosts-buy",
378380
"moody-houses-argue",
381+
"moody-lions-watch",
379382
"moody-owls-cry",
380383
"moody-sheep-type",
381384
"moody-toys-relax",
@@ -539,6 +542,7 @@
539542
"silly-laws-happen",
540543
"silly-lies-film",
541544
"silly-ways-wash",
545+
"silver-mice-double",
542546
"silver-points-approve",
543547
"silver-sheep-knock",
544548
"six-bears-trade",

packages/svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: remove runtime validation of components/snippets, rely on types instead ([#12507](https://github.com/sveltejs/svelte/pull/12507))
12+
13+
- fix: properly update store values ([#12562](https://github.com/sveltejs/svelte/pull/12562))
14+
315
## 5.0.0-next.195
416

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