diff options
author | 2022-04-12 20:15:14 -0700 | |
---|---|---|
committer | 2022-04-12 20:15:14 -0700 | |
commit | 21926278ba664d8362694efe51943968dfcb4b26 (patch) | |
tree | 8d7aebf5c801ad510ae53364e65e60b0681f9a4d /examples/framework-svelte | |
parent | 53162534450e160f65b95e7ef1523a106347ca28 (diff) | |
download | astro-21926278ba664d8362694efe51943968dfcb4b26.tar.gz astro-21926278ba664d8362694efe51943968dfcb4b26.tar.zst astro-21926278ba664d8362694efe51943968dfcb4b26.zip |
[ci] release (#3090)astro@1.0.0-beta.9@astrojs/vercel@0.1.2@astrojs/netlify@0.2.3@astrojs/markdown-remark@0.9.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 dd6a41773..fa8e104af 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.1.1", - "astro": "^1.0.0-beta.8" + "astro": "^1.0.0-beta.9" }, "dependencies": { "svelte": "^3.47.0" |