diff options
author | 2022-03-19 10:34:59 -0700 | |
---|---|---|
committer | 2022-03-19 10:34:59 -0700 | |
commit | 5df8d68094badb72f58c7fc93438ec85ac843040 (patch) | |
tree | 13194e079c0c2957fe8359e173e70f642a498be0 /examples/blog | |
parent | 2a8580c25161a4d0f9e295403937ca3126f112c8 (diff) | |
download | astro-5df8d68094badb72f58c7fc93438ec85ac843040.tar.gz astro-5df8d68094badb72f58c7fc93438ec85ac843040.tar.zst astro-5df8d68094badb72f58c7fc93438ec85ac843040.zip |
[ci] release (next) (#2838)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
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": { |