Skip to content

Commit 1f2c182

Browse files
Version Packages (next)
1 parent 361d33e commit 1f2c182

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
@@ -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",
@@ -522,6 +525,7 @@
522525
"stale-comics-look",
523526
"stale-fans-rest",
524527
"stale-jeans-refuse",
528+
"stale-nails-listen",
525529
"strange-apricots-happen",
526530
"strange-roses-brake",
527531
"strong-apricots-destroy",
@@ -597,6 +601,7 @@
597601
"twelve-dragons-join",
598602
"twelve-onions-juggle",
599603
"twelve-worms-jog",
604+
"twenty-gifts-develop",
600605
"two-brooms-fail",
601606
"two-candles-move",
602607
"two-dogs-accept",

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.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+
- chore: remove anchor node from each block items ([#11836](https://github.com/sveltejs/svelte/pull/11836))
14+
15+
- fix: remove document event listeners on unmount ([#12105](https://github.com/sveltejs/svelte/pull/12105))
16+
317
## 5.0.0-next.160
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.160",
5+
"version": "5.0.0-next.161",
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.160';
9+
export const VERSION = '5.0.0-next.161';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)