diff options
author | 2022-03-25 17:16:33 -0700 | |
---|---|---|
committer | 2022-03-25 17:16:33 -0700 | |
commit | 273919328a97456ba184d75d2d3fdc9be0f4900a (patch) | |
tree | 668778301d9ffb850f6b8cc7cc701dc4894f6055 /examples/framework-multiple | |
parent | 8b1b4315b86c33e3ff87b5feaa833edb7fb83a81 (diff) | |
download | astro-273919328a97456ba184d75d2d3fdc9be0f4900a.tar.gz astro-273919328a97456ba184d75d2d3fdc9be0f4900a.tar.zst astro-273919328a97456ba184d75d2d3fdc9be0f4900a.zip |
[ci] release (#2896)astro@0.25.2
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 f0c52d31a..56aee2241 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.1" + "astro": "^0.25.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |