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-multiple | |
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-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index ea37b9ae1..a95f908a2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.1", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.1", - "astro": "^1.0.0-beta.8" + "astro": "^1.0.0-beta.9" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |