diff options
author | 2022-04-21 14:08:37 -0400 | |
---|---|---|
committer | 2022-04-21 14:08:37 -0400 | |
commit | bd66527e7d4c292f2a719e534ff5bae5b792b89f (patch) | |
tree | 701ec0786ce08626632b57487b63cf5aab7d4724 /examples/framework-multiple | |
parent | c4203ce0fc15dfce10b0bcbb174ba12b5fe7f398 (diff) | |
download | astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.tar.gz astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.tar.zst astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.zip |
[ci] release (#3169)astro@1.0.0-beta.16
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 c61c25426..db147eb1b 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.15" + "astro": "^1.0.0-beta.16" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |