mirror of https://github.com/sveltejs/svelte
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
parent
c6c934afb2
commit
28b560392b
@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"mode": "pre",
|
"mode": "pre",
|
||||||
"tag": "next",
|
"tag": "next",
|
||||||
"initialVersions": {
|
"initialVersions": {
|
||||||
"svelte": "5.0.0-next.0",
|
"svelte": "5.0.0-next.0",
|
||||||
"svelte-playgrounds-demo": "0.0.1",
|
"svelte-playgrounds-demo": "0.0.1",
|
||||||
"svelte-playgrounds-sandbox": "0.0.1",
|
"svelte-playgrounds-sandbox": "0.0.1",
|
||||||
"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))
|
Loading…
Reference in new issue