Skip to content

Commit 4846e1c

Browse files
Version Packages (next)
1 parent 5168dd7 commit 4846e1c

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 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",
@@ -468,6 +469,7 @@
468469
"stale-fans-rest",
469470
"stale-jeans-refuse",
470471
"strange-apricots-happen",
472+
"strange-roses-brake",
471473
"strong-apricots-destroy",
472474
"strong-gifts-smoke",
473475
"strong-lemons-provide",
@@ -527,6 +529,7 @@
527529
"tiny-meals-deliver",
528530
"tiny-moose-kiss",
529531
"tough-radios-punch",
532+
"tough-tomatoes-explain",
530533
"twelve-beans-drive",
531534
"twelve-dragons-join",
532535
"twelve-onions-juggle",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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: make prop fallback values deeply reactive if needed ([#11804](https://github.com/sveltejs/svelte/pull/11804))
10+
11+
- fix: robustify initial scroll value detection when scroll is smooth ([#11802](https://github.com/sveltejs/svelte/pull/11802))
12+
313
## 5.0.0-next.143
414

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