Version Packages (next) (#12986)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12991/head svelte@5.0.0-next.236
github-actions[bot] 3 months ago committed by GitHub
parent b92fe7951b
commit d42bd398e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -478,6 +478,7 @@
"olive-cobras-wonder",
"olive-forks-grin",
"olive-kangaroos-brake",
"olive-llamas-warn",
"olive-mice-fix",
"olive-moons-act",
"olive-seals-sell",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.236
### Patch Changes
- fix: properly transform destructured `$derived.by` declarations ([#12984](https://github.com/sveltejs/svelte/pull/12984))
## 5.0.0-next.235
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.235",
"version": "5.0.0-next.236",
"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.235';
export const VERSION = '5.0.0-next.236';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save