diff options
author | 2024-10-15 10:48:59 -0700 | |
---|---|---|
committer | 2024-10-15 19:48:59 +0200 | |
commit | c929e5d8c8e1443c64cbe1a29845930206ebff0e (patch) | |
tree | c2cb920df612609d33bb1d7daef44261b5985b6a /examples/blog | |
parent | 4ade067cef9a43919488da3d9c0c158147d9ac06 (diff) | |
download | astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.gz astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.zst astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.zip |
[ci] release (beta) (#12170)astro@5.0.0-beta.5@astrojs/markdoc@0.12.0-beta.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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 552163e87..b2fe1c488 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.0-beta.2", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0-beta.4" + "astro": "^5.0.0-beta.5" } } |