Skip to content

Commit 35c7341

Browse files
Version Packages (next) (#12106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 361d33e commit 35c7341

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"fuzzy-bags-camp",
188188
"fuzzy-donuts-provide",
189189
"gentle-dolls-juggle",
190+
"gentle-eagles-walk",
190191
"gentle-sheep-hug",
191192
"gentle-spies-happen",
192193
"gentle-ties-fetch",
@@ -205,6 +206,7 @@
205206
"good-plums-type",
206207
"good-rivers-yawn",
207208
"good-roses-argue",
209+
"gorgeous-boxes-design",
208210
"gorgeous-hats-wonder",
209211
"gorgeous-monkeys-carry",
210212
"gorgeous-singers-rest",
@@ -219,6 +221,7 @@
219221
"grumpy-jars-sparkle",
220222
"happy-beds-scream",
221223
"happy-dogs-jump",
224+
"happy-lobsters-lick",
222225
"happy-suits-film",
223226
"healthy-ants-film",
224227
"healthy-planes-vanish",
@@ -597,6 +600,7 @@
597600
"twelve-dragons-join",
598601
"twelve-onions-juggle",
599602
"twelve-worms-jog",
603+
"twenty-gifts-develop",
600604
"two-brooms-fail",
601605
"two-candles-move",
602606
"two-dogs-accept",

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 5.0.0-next.161
4+
5+
### Patch Changes
6+
7+
- fix: wait a microtask for await blocks to reduce UI churn ([#11989](https://github.com/sveltejs/svelte/pull/11989))
8+
9+
- fix: ensure state update expressions are serialised correctly ([#12109](https://github.com/sveltejs/svelte/pull/12109))
10+
11+
- fix: repair each block length even without an else ([#12098](https://github.com/sveltejs/svelte/pull/12098))
12+
13+
- fix: remove document event listeners on unmount ([#12105](https://github.com/sveltejs/svelte/pull/12105))
14+
315
## 5.0.0-next.160
416

517
### Patch Changes

packages/svelte/package.json

+1-1
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.160",
5+
"version": "5.0.0-next.161",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.160';
9+
export const VERSION = '5.0.0-next.161';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)