Skip to content

Commit 18f61a5

Browse files
Version Packages (next) (#11554)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43ad72b commit 18f61a5

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
@@ -102,6 +102,7 @@
102102
"eleven-cycles-applaud",
103103
"empty-bags-heal",
104104
"empty-bulldogs-exercise",
105+
"empty-coins-build",
105106
"empty-crabs-think",
106107
"empty-geckos-pretend",
107108
"empty-tools-share",
@@ -110,6 +111,7 @@
110111
"fair-pianos-talk",
111112
"fair-spies-repeat",
112113
"famous-falcons-melt",
114+
"famous-kiwis-thank",
113115
"famous-knives-sneeze",
114116
"famous-pants-pay",
115117
"fast-penguins-matter",

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.128
4+
5+
### Patch Changes
6+
7+
- fix: improved $inspect handling of reactive Map/Set/Date ([#11553](https://github.com/sveltejs/svelte/pull/11553))
8+
9+
- fix: adjust heuristics for effect_update_depth_exceeded ([#11557](https://github.com/sveltejs/svelte/pull/11557))
10+
311
## 5.0.0-next.127
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.127",
5+
"version": "5.0.0-next.128",
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.127';
9+
export const VERSION = '5.0.0-next.128';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)