diff options
author | 2022-06-21 12:47:04 -0400 | |
---|---|---|
committer | 2022-06-21 12:47:04 -0400 | |
commit | b4db008e53867386542aa6e74c9649f574045dc9 (patch) | |
tree | cd57aa5f4dd6b2d3394ffb006245bdfd5e5edec9 /examples/blog-multiple-authors | |
parent | 0d3a7de527e6b82de8257ef4cbed52714477fd97 (diff) | |
download | astro-884f1652a72e500ce48c680acdbe681fcae3aed0.tar.gz astro-884f1652a72e500ce48c680acdbe681fcae3aed0.tar.zst astro-884f1652a72e500ce48c680acdbe681fcae3aed0.zip |
[ci] release (#3664)astro@1.0.0-beta.50
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 5da8ebba5..7e0348b4a 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.3", - "astro": "^1.0.0-beta.49", + "astro": "^1.0.0-beta.50", "sass": "^1.52.2" }, "dependencies": { |