Skip to content

Commit fb57c20

Browse files
Version Packages (next) (#11858)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c87a69 commit fb57c20

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,13 @@
429429
"silly-lies-film",
430430
"silly-ways-wash",
431431
"silver-points-approve",
432+
"silver-sheep-knock",
432433
"six-bears-trade",
433434
"six-boats-shave",
434435
"sixty-items-crash",
435436
"sixty-numbers-hope",
436437
"sixty-pandas-rush",
438+
"sixty-plants-cover",
437439
"sleepy-cats-eat",
438440
"slimy-clouds-talk",
439441
"slimy-hairs-impress",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.148
4+
5+
### Patch Changes
6+
7+
- chore: improve $state.frozen performance in prod ([#11852](https://github.com/sveltejs/svelte/pull/11852))
8+
9+
- breaking: removed deferred event updates ([#11855](https://github.com/sveltejs/svelte/pull/11855))
10+
311
## 5.0.0-next.147
412

513
### 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.147",
5+
"version": "5.0.0-next.148",
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.147';
9+
export const VERSION = '5.0.0-next.148';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)