diff options
author | 2022-05-04 08:59:10 -0400 | |
---|---|---|
committer | 2022-05-04 08:59:10 -0400 | |
commit | 9b6a2e2d87372dd54cf7557ab62d9366f73da082 (patch) | |
tree | d7ddeb5035a257cd3e3308b488a402139b5b8b75 /examples/framework-multiple | |
parent | 757790f4e82a9894300b29d2468c19ef65dc1e1f (diff) | |
download | astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.gz astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.zst astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.zip |
[ci] release (#3288)astro@1.0.0-beta.24
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 7647fe187..2f4993960 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.2", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.23" + "astro": "^1.0.0-beta.24" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |