diff options
author | 2022-05-30 13:06:41 -0400 | |
---|---|---|
committer | 2022-05-30 13:06:41 -0400 | |
commit | 16345032aaa60c72884fa141e62b3db0ab0c0d5b (patch) | |
tree | a5c293216072fc359ea20313f0f6997018aaca7a /examples/blog-multiple-authors | |
parent | d195f583e36c77e2d225b7d79b5821e15641e742 (diff) | |
download | astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.tar.gz astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.tar.zst astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.zip |
[ci] release (#3479)astro@1.0.0-beta.37
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 a2d1c8971..c35b375ae 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.36", + "astro": "^1.0.0-beta.37", "sass": "^1.52.1" }, "dependencies": { |