diff options
author | 2022-05-03 09:16:57 -0400 | |
---|---|---|
committer | 2022-05-03 09:16:57 -0400 | |
commit | 8b17d3ebcfc299aa137e898a6b510f4d47cb705b (patch) | |
tree | acfd7c2c3c9d9c1da62e9e51b86844f66f18112e /examples/framework-multiple | |
parent | f7335c76a7f8a8251db363c7103624f286ee8d3a (diff) | |
download | astro-8b17d3ebcfc299aa137e898a6b510f4d47cb705b.tar.gz astro-8b17d3ebcfc299aa137e898a6b510f4d47cb705b.tar.zst astro-8b17d3ebcfc299aa137e898a6b510f4d47cb705b.zip |
[ci] release (#3243)astro@1.0.0-beta.21@astrojs/telemetry@0.1.0@astrojs/markdown-remark@0.9.3
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 1ec4507bf..95f3e8e68 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.20" + "astro": "^1.0.0-beta.21" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |