Version Packages (next) (#10579)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/10591/head svelte@5.0.0-next.64
github-actions[bot] 6 months ago committed by GitHub
parent ddb968cc35
commit 187400b409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -233,6 +233,7 @@
"soft-geese-learn", "soft-geese-learn",
"soft-months-grab", "soft-months-grab",
"soft-tigers-wink", "soft-tigers-wink",
"sour-bags-fail",
"sour-forks-stare", "sour-forks-stare",
"sour-rules-march", "sour-rules-march",
"sour-weeks-fix", "sour-weeks-fix",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.64
### Patch Changes
- fix: inherit ownerlessness when creating child proxies ([#10577](https://github.com/sveltejs/svelte/pull/10577))
## 5.0.0-next.63 ## 5.0.0-next.63
### 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.63", "version": "5.0.0-next.64",
"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.63'; export const VERSION = '5.0.0-next.64';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save