diff options
author | 2022-03-20 21:01:56 -0700 | |
---|---|---|
committer | 2022-03-20 21:02:08 -0700 | |
commit | 078b6cde6c041274e6c0ab67764f12ab0420c5df (patch) | |
tree | ea31fbc093c27af6af78ec2c41e3d3bcf824d647 /examples/blog | |
parent | 935e6fa0c884d7f71129f36c0ac27607ee8281b2 (diff) | |
download | astro-078b6cde6c041274e6c0ab67764f12ab0420c5df.tar.gz astro-078b6cde6c041274e6c0ab67764f12ab0420c5df.tar.zst astro-078b6cde6c041274e6c0ab67764f12ab0420c5df.zip |
[ci] release (next) (#2838)astro@0.25.0-next.1
This reverts commit 935e6fa0c884d7f71129f36c0ac27607ee8281b2.
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 2ba6740f3..2fa4136cf 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.0", + "astro": "^0.25.0-next.1", "@astrojs/preact": "^0.0.1" }, "dependencies": { |