diff options
author | 2022-05-23 13:26:07 -0400 | |
---|---|---|
committer | 2022-05-23 13:26:07 -0400 | |
commit | 8eec97fdd15018e1eed020982b4ad380c75c010b (patch) | |
tree | b1ca260c7f7a80a1e87439c19729059f00d47c19 /examples/framework-multiple | |
parent | d0720ccfb452cb9b7efea4eb92775c219ddb7271 (diff) | |
download | astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.gz astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.zst astro-8eec97fdd15018e1eed020982b4ad380c75c010b.zip |
[ci] release (#3409)
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 ae9ade5b1..da02cacf4 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.31" + "astro": "^1.0.0-beta.32" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |