Version Packages (next) (#11561)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11568/head svelte@5.0.0-next.130
github-actions[bot] 5 months ago committed by GitHub
parent 643bbf2be2
commit 816335f906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,6 +76,7 @@
"curvy-cups-cough", "curvy-cups-cough",
"curvy-flies-exercise", "curvy-flies-exercise",
"curvy-ties-shout", "curvy-ties-shout",
"cyan-colts-raise",
"cyan-flowers-destroy", "cyan-flowers-destroy",
"cyan-spies-grin", "cyan-spies-grin",
"cyan-squids-drive", "cyan-squids-drive",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.130
### Patch Changes
- fix: improve internal mechanism for handling process_effects ([#11560](https://github.com/sveltejs/svelte/pull/11560))
## 5.0.0-next.129 ## 5.0.0-next.129
### 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.129", "version": "5.0.0-next.130",
"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.129'; export const VERSION = '5.0.0-next.130';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save