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] 2 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-flies-exercise",
"curvy-ties-shout",
"cyan-colts-raise",
"cyan-flowers-destroy",
"cyan-spies-grin",
"cyan-squids-drive",

@ -1,5 +1,11 @@
# 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
### Patch Changes

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

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

Loading…
Cancel
Save