diff options
author | 2022-04-04 11:35:25 -0500 | |
---|---|---|
committer | 2022-04-04 11:35:25 -0500 | |
commit | a68885c0d62018b74d1a5c30395d237829b72c61 (patch) | |
tree | 54f2024e658fa6e53fb66b12f7a6627260c29eaf /examples/framework-svelte | |
parent | 9e01f4475c0899fc34dc4164462bf70cd4c207e1 (diff) | |
download | astro-a68885c0d62018b74d1a5c30395d237829b72c61.tar.gz astro-a68885c0d62018b74d1a5c30395d237829b72c61.tar.zst astro-a68885c0d62018b74d1a5c30395d237829b72c61.zip |
[ci] release (beta) (#2986)astro@1.0.0-beta.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index a1e14860b..080298e75 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.2", - "astro": "^0.26.1" + "astro": "^1.0.0-beta.0" }, "dependencies": { "svelte": "^3.46.6" |