Skip to content

Commit 60e19c7

Browse files
Version Packages (next) (#12082)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fcf81b1 commit 60e19c7

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
@@ -205,6 +205,7 @@
205205
"good-plums-type",
206206
"good-rivers-yawn",
207207
"good-roses-argue",
208+
"gorgeous-hats-wonder",
208209
"gorgeous-monkeys-carry",
209210
"gorgeous-singers-rest",
210211
"great-fans-unite",
@@ -234,6 +235,7 @@
234235
"honest-pans-kick",
235236
"hot-cooks-repair",
236237
"hot-jobs-tap",
238+
"hot-rivers-punch",
237239
"hot-sloths-clap",
238240
"hungry-boxes-relate",
239241
"hungry-dots-fry",
@@ -326,6 +328,7 @@
326328
"moody-houses-argue",
327329
"moody-owls-cry",
328330
"moody-sheep-type",
331+
"moody-toys-relax",
329332
"nasty-glasses-begin",
330333
"nasty-lions-double",
331334
"nasty-yaks-peel",
@@ -608,6 +611,7 @@
608611
"weak-drinks-speak",
609612
"weak-frogs-bow",
610613
"weak-terms-destroy",
614+
"wet-bats-exercise",
611615
"wet-games-fly",
612616
"wet-pears-remain",
613617
"wet-wombats-repeat",

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.159
4+
5+
### Patch Changes
6+
7+
- fix: ensure element size bindings don't unsubscribe multiple times from the resize observer ([#12091](https://github.com/sveltejs/svelte/pull/12091))
8+
9+
- fix: prevent misidentification of bindings as delegatable event handlers if used outside event attribute ([#12081](https://github.com/sveltejs/svelte/pull/12081))
10+
11+
- fix: preserve current input values when removing defaults ([#12083](https://github.com/sveltejs/svelte/pull/12083))
12+
13+
- fix: preserve component function context for nested components ([#12089](https://github.com/sveltejs/svelte/pull/12089))
14+
315
## 5.0.0-next.158
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.158",
5+
"version": "5.0.0-next.159",
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.158';
9+
export const VERSION = '5.0.0-next.159';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)