diff options
author | 2022-05-18 21:36:32 +0000 | |
---|---|---|
committer | 2022-05-18 21:36:32 +0000 | |
commit | b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6 (patch) | |
tree | 4f47297e6a79f57b82fe80751825ce423086773c /examples/framework-multiple | |
parent | f1d7d543b0038d2d6218acdd42ffaf61e9480b13 (diff) | |
download | astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.gz astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.zst astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.zip |
[ci] release (#3400)create-astro@0.12.2astro@1.0.0-beta.30
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 e989a5a40..48ac3debd 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.3", "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.29" + "astro": "^1.0.0-beta.30" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |