diff options
author | 2022-07-01 13:56:49 -0700 | |
---|---|---|
committer | 2022-07-01 15:56:49 -0500 | |
commit | 08d068496d7598188b8f428d8d13afe756c1056f (patch) | |
tree | 70486f3e38725c5ae4c7a6133e57a2c7c498fc72 /examples/framework-multiple | |
parent | 3cc6fb81da368c82b9d0d18b2ba9de2135fe266b (diff) | |
download | astro-08d068496d7598188b8f428d8d13afe756c1056f.tar.gz astro-08d068496d7598188b8f428d8d13afe756c1056f.tar.zst astro-08d068496d7598188b8f428d8d13afe756c1056f.zip |
[ci] release (#3800)astro@1.0.0-beta.63
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 1004c0cda..ee27594b2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.62" + "astro": "^1.0.0-beta.63" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |