diff options
author | 2022-06-21 12:47:04 -0400 | |
---|---|---|
committer | 2022-06-21 12:47:04 -0400 | |
commit | b4db008e53867386542aa6e74c9649f574045dc9 (patch) | |
tree | cd57aa5f4dd6b2d3394ffb006245bdfd5e5edec9 /examples/framework-multiple | |
parent | 0d3a7de527e6b82de8257ef4cbed52714477fd97 (diff) | |
download | astro-b4db008e53867386542aa6e74c9649f574045dc9.tar.gz astro-b4db008e53867386542aa6e74c9649f574045dc9.tar.zst astro-b4db008e53867386542aa6e74c9649f574045dc9.zip |
[ci] release (#3664)astro@1.0.0-beta.50
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 55c1aad66..8f3438886 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.49" + "astro": "^1.0.0-beta.50" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |