Skip to content

Commit 2402340

Browse files
Version Packages (next)
1 parent 97e41dc commit 2402340

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
@@ -140,6 +140,7 @@
140140
"fifty-steaks-float",
141141
"five-tigers-search",
142142
"flat-melons-protect",
143+
"flat-olives-live",
143144
"fluffy-dolls-share",
144145
"fluffy-humans-worry",
145146
"fluffy-ravens-juggle",
@@ -427,6 +428,7 @@
427428
"sixty-pandas-rush",
428429
"sleepy-cats-eat",
429430
"slimy-clouds-talk",
431+
"slimy-hairs-impress",
430432
"slimy-laws-explode",
431433
"slimy-onions-approve",
432434
"slimy-walls-draw",
@@ -468,6 +470,7 @@
468470
"stale-fans-rest",
469471
"stale-jeans-refuse",
470472
"strange-apricots-happen",
473+
"strange-roses-brake",
471474
"strong-apricots-destroy",
472475
"strong-gifts-smoke",
473476
"strong-lemons-provide",
@@ -527,6 +530,7 @@
527530
"tiny-meals-deliver",
528531
"tiny-moose-kiss",
529532
"tough-radios-punch",
533+
"tough-tomatoes-explain",
530534
"twelve-beans-drive",
531535
"twelve-dragons-join",
532536
"twelve-onions-juggle",

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.144
4+
5+
### Patch Changes
6+
7+
- fix: set correct scope for `@const` tags within slots ([#11798](https://github.com/sveltejs/svelte/pull/11798))
8+
9+
- fix: coherent infinite loop guard ([#11815](https://github.com/sveltejs/svelte/pull/11815))
10+
11+
- fix: make prop fallback values deeply reactive if needed ([#11804](https://github.com/sveltejs/svelte/pull/11804))
12+
13+
- fix: robustify initial scroll value detection when scroll is smooth ([#11802](https://github.com/sveltejs/svelte/pull/11802))
14+
315
## 5.0.0-next.143
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.143",
5+
"version": "5.0.0-next.144",
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.143';
9+
export const VERSION = '5.0.0-next.144';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)