summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-02 16:22:40 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-02 16:22:40 -0500
commit8de20f74352bd7ab5994375e0405bf450fe9844a (patch)
treebc5dc99396a4d8f781eac6748e57e7497915221a /examples/blog-multiple-authors
parentc6ee6a5555d1d8fcce1ad087ee26f0b554448bb2 (diff)
downloadastro-8de20f74352bd7ab5994375e0405bf450fe9844a.tar.gz
astro-8de20f74352bd7ab5994375e0405bf450fe9844a.tar.zst
astro-8de20f74352bd7ab5994375e0405bf450fe9844a.zip
Version Packages (next) (#1731)astro@0.21.0-next.1
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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 5a2375667..3b18f7226 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.0"
+ "astro": "^0.21.0-next.1"
}
}