Version Packages (next) (#11559)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11561/head svelte@5.0.0-next.129
github-actions[bot] 2 months ago committed by GitHub
parent a3702e8171
commit 4cadd07676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -168,6 +168,7 @@
"green-fishes-lie", "green-fishes-lie",
"green-hounds-play", "green-hounds-play",
"green-tigers-judge", "green-tigers-judge",
"grumpy-avocados-fetch",
"grumpy-jars-sparkle", "grumpy-jars-sparkle",
"happy-beds-scream", "happy-beds-scream",
"happy-suits-film", "happy-suits-film",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.129
### Patch Changes
- fix: further adjust heuristics for effect_update_depth_exceeded ([#11558](https://github.com/sveltejs/svelte/pull/11558))
## 5.0.0-next.128 ## 5.0.0-next.128
### Patch Changes ### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.0.0-next.128", "version": "5.0.0-next.129",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.0-next.128'; export const VERSION = '5.0.0-next.129';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save