diff options
author | 2022-05-05 16:27:40 -0400 | |
---|---|---|
committer | 2022-05-05 16:27:40 -0400 | |
commit | 9b98633cc826c764cfd4aa4bf600ba973c17a8b9 (patch) | |
tree | d03687e7f6e10335fa5744c07121eee5671d78fa /examples/blog-multiple-authors | |
parent | 3d901ca59d152ba82fa1471c0e45c9e576f5f864 (diff) | |
download | astro-9b98633cc826c764cfd4aa4bf600ba973c17a8b9.tar.gz astro-9b98633cc826c764cfd4aa4bf600ba973c17a8b9.tar.zst astro-9b98633cc826c764cfd4aa4bf600ba973c17a8b9.zip |
[ci] release (#3302)astro@1.0.0-beta.26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index c549c73dc..e6c39e10b 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.2", - "astro": "^1.0.0-beta.25", + "astro": "^1.0.0-beta.26", "sass": "^1.50.1" }, "dependencies": { |