diff options
author | 2022-05-19 13:35:19 -0400 | |
---|---|---|
committer | 2022-05-19 13:35:19 -0400 | |
commit | 4dfd34192815c3b5ea8fb1eae56615f65bc20d45 (patch) | |
tree | d587c434ab613acc8acb7a35d7b3da06d4723c5a /examples/blog-multiple-authors | |
parent | a35c89d2acdb53ab5787f7b05868981d955f99cf (diff) | |
download | astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.tar.gz astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.tar.zst astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.zip |
[ci] release (#3405)astro@1.0.0-beta.31
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 acc1ce173..c761ea010 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.30", + "astro": "^1.0.0-beta.31", "sass": "^1.51.0" }, "dependencies": { |