diff options
author | 2022-04-19 11:30:34 -0400 | |
---|---|---|
committer | 2022-04-19 11:30:34 -0400 | |
commit | 95d0db5a4488d42522a771ba20af21e20fb04cbb (patch) | |
tree | 5713d567eb884e42f96090f03ee1669b25d0538d /examples/framework-multiple | |
parent | b287a9e4f3b4c49d14b421f5e74521fcfb44adef (diff) | |
download | astro-95d0db5a4488d42522a771ba20af21e20fb04cbb.tar.gz astro-95d0db5a4488d42522a771ba20af21e20fb04cbb.tar.zst astro-95d0db5a4488d42522a771ba20af21e20fb04cbb.zip |
[ci] release (#3120)
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 c5a5df03e..90fc1d647 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.1", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.1", - "astro": "^1.0.0-beta.12" + "astro": "^1.0.0-beta.13" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |