Skip to content

Commit ea65b9a

Browse files
Version Packages (next)
1 parent 72f5539 commit ea65b9a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"chatty-ghosts-unite",
6363
"chatty-sloths-allow",
6464
"chatty-taxis-juggle",
65+
"chilled-ladybugs-invite",
6566
"chilled-pumas-invite",
6667
"chilled-seas-jog",
6768
"chilly-dolphins-lick",
@@ -376,6 +377,7 @@
376377
"moody-frogs-exist",
377378
"moody-ghosts-buy",
378379
"moody-houses-argue",
380+
"moody-lions-watch",
379381
"moody-owls-cry",
380382
"moody-sheep-type",
381383
"moody-toys-relax",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.196
4+
5+
### Patch Changes
6+
7+
- fix: dynamic event delegation for stateful call expressions ([#12549](https://github.com/sveltejs/svelte/pull/12549))
8+
9+
- fix: remove runtime validation of components/snippets, rely on types instead ([#12507](https://github.com/sveltejs/svelte/pull/12507))
10+
311
## 5.0.0-next.195
412

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