diff options
author | 2023-08-29 12:50:45 -0700 | |
---|---|---|
committer | 2023-08-29 15:50:45 -0400 | |
commit | 28a49f8e0d6ba453b2620cf7303d030a4f03b463 (patch) | |
tree | 51dbc570903157384c4d387aa8346df589a44b1f /examples/blog | |
parent | b0e021d41b4154a0875617cdc6cabc9906beb7f8 (diff) | |
download | astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.tar.gz astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.tar.zst astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.zip |
[ci] release (rc) (#8272)astro@3.0.0-rc.11
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 a68ac74d0..93ad8f6c4 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^1.0.0-rc.2", "@astrojs/rss": "^3.0.0-rc.2", "@astrojs/sitemap": "^3.0.0-rc.1", - "astro": "^3.0.0-rc.10" + "astro": "^3.0.0-rc.11" } } |