mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
c6c934afb2
* lets see if this works * fix versions * sigh * debugging ci is sooo fun * oh wow * fix stuff, changelog, add back readme * appease prettier * format stuff
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"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": []
|
|
}
|