diff options
author | 2022-08-25 09:00:17 -0700 | |
---|---|---|
committer | 2022-08-25 12:00:17 -0400 | |
commit | 0b66ff39b8647d1e0b40f56125581d1f0d56a8f5 (patch) | |
tree | fa795a56e943773ee71ca339a6ee0e60e1c69ad8 /examples/framework-multiple | |
parent | 47e71ae8f8735149facb34ce63d4d582f0dfd32e (diff) | |
download | astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.tar.gz astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.tar.zst astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.zip |
[ci] release (#4453)astro@1.0.9
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 6ac714997..215e27aaa 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "preact": "^10.7.3", |