diff options
author | 2023-06-29 02:14:24 -0700 | |
---|---|---|
committer | 2023-06-29 17:14:24 +0800 | |
commit | 56f1b1229cf629a42a88d429f2a5fc6378613017 (patch) | |
tree | edad4ce4e400c6d855921a9b2731c7a4fbb566b8 /examples/blog | |
parent | 40029e1af400354ae726526a975573e37f5ac187 (diff) | |
download | astro-56f1b1229cf629a42a88d429f2a5fc6378613017.tar.gz astro-56f1b1229cf629a42a88d429f2a5fc6378613017.tar.zst astro-56f1b1229cf629a42a88d429f2a5fc6378613017.zip |
[ci] release (#7496)astro@2.7.2@astrojs/markdoc@0.4.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 9fae926b4..4d61bf286 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^0.19.7", "@astrojs/rss": "^2.4.3", "@astrojs/sitemap": "^1.3.3", - "astro": "^2.7.1" + "astro": "^2.7.2" } } |