diff options
author | 2023-07-14 07:44:25 -0700 | |
---|---|---|
committer | 2023-07-14 10:44:25 -0400 | |
commit | 1f2d52bd7b3fac047bde207a9f09bccf19c85cc3 (patch) | |
tree | 35a5dbd97eaf3dc7363bfdcb2973d6e29be81cb9 /examples/blog | |
parent | b3b640435b1a6630a40be7dbe81f21a9693856d2 (diff) | |
download | astro-1f2d52bd7b3fac047bde207a9f09bccf19c85cc3.tar.gz astro-1f2d52bd7b3fac047bde207a9f09bccf19c85cc3.tar.zst astro-1f2d52bd7b3fac047bde207a9f09bccf19c85cc3.zip |
[ci] release (#7645)astro@2.8.3
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 c15e39771..ef8f1ebe5 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.8.2" + "astro": "^2.8.3" } } |