diff options
author | 2022-03-09 19:01:26 -0600 | |
---|---|---|
committer | 2022-03-09 19:01:26 -0600 | |
commit | 6ead80db47aa128cb286bea9cfe9ff7635a5f4ac (patch) | |
tree | bdd4b483fae5d27d56330614b20beaccf500447c /examples/blog-multiple-authors | |
parent | 518331f56074d768561114e00f4e5f38d7efaaba (diff) | |
download | astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.tar.gz astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.tar.zst astro-6ead80db47aa128cb286bea9cfe9ff7635a5f4ac.zip |
[ci] release (next) (#2734)
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 2d8b33dc2..ca4ff4478 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/renderer-preact": "^0.5.0", - "astro": "^0.24.0-next.0", + "astro": "^0.24.0-next.1", "sass": "^1.49.8" } } |