Skip to content

Commit d312a85

Browse files
Version Packages (next)
1 parent 36b270e commit d312a85

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"afraid-geckos-dance",
1414
"afraid-kids-hide",
1515
"afraid-moose-matter",
16+
"afraid-worms-drum",
1617
"angry-books-jam",
1718
"angry-plums-punch",
1819
"angry-wasps-help",
@@ -140,6 +141,7 @@
140141
"fifty-steaks-float",
141142
"five-tigers-search",
142143
"flat-melons-protect",
144+
"flat-olives-live",
143145
"fluffy-dolls-share",
144146
"fluffy-humans-worry",
145147
"fluffy-ravens-juggle",
@@ -281,6 +283,7 @@
281283
"mean-jokes-exist",
282284
"metal-clouds-raise",
283285
"metal-lobsters-burn",
286+
"metal-pans-trade",
284287
"mighty-cooks-scream",
285288
"mighty-files-hammer",
286289
"mighty-frogs-obey",
@@ -427,6 +430,7 @@
427430
"sixty-pandas-rush",
428431
"sleepy-cats-eat",
429432
"slimy-clouds-talk",
433+
"slimy-hairs-impress",
430434
"slimy-laws-explode",
431435
"slimy-onions-approve",
432436
"slimy-walls-draw",
@@ -468,6 +472,7 @@
468472
"stale-fans-rest",
469473
"stale-jeans-refuse",
470474
"strange-apricots-happen",
475+
"strange-roses-brake",
471476
"strong-apricots-destroy",
472477
"strong-gifts-smoke",
473478
"strong-lemons-provide",
@@ -527,6 +532,7 @@
527532
"tiny-meals-deliver",
528533
"tiny-moose-kiss",
529534
"tough-radios-punch",
535+
"tough-tomatoes-explain",
530536
"twelve-beans-drive",
531537
"twelve-dragons-join",
532538
"twelve-onions-juggle",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# svelte
22

3+
## 5.0.0-next.144
4+
5+
### Patch Changes
6+
7+
- fix: address derived memory leak on disconnection from reactive graph ([#11819](https://github.com/sveltejs/svelte/pull/11819))
8+
9+
- fix: set correct scope for `@const` tags within slots ([#11798](https://github.com/sveltejs/svelte/pull/11798))
10+
11+
- fix: better support for onwheel events in chrome ([#11808](https://github.com/sveltejs/svelte/pull/11808))
12+
13+
- fix: coherent infinite loop guard ([#11815](https://github.com/sveltejs/svelte/pull/11815))
14+
15+
- fix: make prop fallback values deeply reactive if needed ([#11804](https://github.com/sveltejs/svelte/pull/11804))
16+
17+
- fix: robustify initial scroll value detection when scroll is smooth ([#11802](https://github.com/sveltejs/svelte/pull/11802))
18+
319
## 5.0.0-next.143
420

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