Skip to content

Commit 8eacf5a

Browse files
Version Packages (next)
1 parent 82a645f commit 8eacf5a

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
@@ -100,6 +100,7 @@
100100
"dry-fans-march",
101101
"dry-pillows-exist",
102102
"dull-coins-vanish",
103+
"dull-donkeys-smell",
103104
"dull-mangos-wave",
104105
"dull-pots-add",
105106
"dull-roses-relate",
@@ -287,6 +288,7 @@
287288
"mighty-cooks-scream",
288289
"mighty-files-hammer",
289290
"mighty-frogs-obey",
291+
"modern-apricots-promise",
290292
"moody-carrots-lay",
291293
"moody-frogs-exist",
292294
"moody-ghosts-buy",
@@ -457,6 +459,7 @@
457459
"soft-tigers-wink",
458460
"sour-bags-fail",
459461
"sour-forks-stare",
462+
"sour-geese-listen",
460463
"sour-jeans-collect",
461464
"sour-rules-march",
462465
"sour-weeks-fix",

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.145
4+
5+
### Patch Changes
6+
7+
- fix: `$state.is` missing second argument on the server ([#11835](https://github.com/sveltejs/svelte/pull/11835))
8+
9+
- fix: prevent buggy ownership warning when reassigning state ([#11812](https://github.com/sveltejs/svelte/pull/11812))
10+
11+
- fix: address regressed memory leak ([#11832](https://github.com/sveltejs/svelte/pull/11832))
12+
313
## 5.0.0-next.144
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.144",
5+
"version": "5.0.0-next.145",
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.144';
9+
export const VERSION = '5.0.0-next.145';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)