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] 8 months ago committed by GitHub
parent c6c934afb2
commit 28b560392b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,14 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte": "5.0.0-next.0",
"svelte-playgrounds-demo": "0.0.1",
"svelte-playgrounds-sandbox": "0.0.1",
"svelte-5-preview": "0.5.0",
"svelte.dev": "1.0.0"
},
"changesets": []
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte": "5.0.0-next.0",
"svelte-playgrounds-demo": "0.0.1",
"svelte-playgrounds-sandbox": "0.0.1",
"svelte-5-preview": "0.5.0",
"svelte.dev": "1.0.0"
},
"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",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.0",
"version": "5.0.0-next.1",
"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.0';
export const VERSION = '5.0.0-next.1';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save