diff options
author | 2022-03-28 16:52:23 -0400 | |
---|---|---|
committer | 2022-03-28 16:52:23 -0400 | |
commit | 8b7220f5e47782bcb1713479fd829a1dfc9fff6d (patch) | |
tree | 2ea65d72773326efbc3c82c6fabf5eeb1a223e2d /examples/framework-multiple | |
parent | 5c9312620d00827ca783bc319e3f5376dd6cecd2 (diff) | |
download | astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.tar.gz astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.tar.zst astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.zip |
[ci] release (#2919)astro@0.25.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 56aee2241..cf7162a5e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.0.3", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^0.25.2" + "astro": "^0.25.3" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |