Version Packages (next) (#9382)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix-symlink svelte@5.0.0-next.1
github-actions[bot] 11 months ago committed by GitHub
parent c6c934afb2
commit 28b560392b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,5 +8,7 @@
"svelte-5-preview": "0.5.0", "svelte-5-preview": "0.5.0",
"svelte.dev": "1.0.0" "svelte.dev": "1.0.0"
}, },
"changesets": [] "changesets": [
"rotten-buckets-develop"
]
} }

@ -0,0 +1,7 @@
# svelte
## 5.0.0-next.1
### Patch Changes
- breaking: svelte 5 alpha ([#9381](https://github.com/sveltejs/svelte/pull/9381))

@ -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.0", "version": "5.0.0-next.1",
"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.0'; export const VERSION = '5.0.0-next.1';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save