diff options
author | 2023-02-02 12:38:04 -0800 | |
---|---|---|
committer | 2023-02-02 15:38:04 -0500 | |
commit | 81615c50047a8c815ea7211eaf8e6fd31eba16be (patch) | |
tree | 68898999d2022d90eb6cda1d5c7e62ea4fe48603 /examples/blog | |
parent | 10550f5ee2f63fe0bba5a6f6533244a021b468ad (diff) | |
download | astro-81615c50047a8c815ea7211eaf8e6fd31eba16be.tar.gz astro-81615c50047a8c815ea7211eaf8e6fd31eba16be.tar.zst astro-81615c50047a8c815ea7211eaf8e6fd31eba16be.zip |
[ci] release (#6094)astro@2.0.6@astrojs/vercel@3.0.1@astrojs/solid-js@2.0.2
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 87758e519..05e470780 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.5", + "astro": "^2.0.6", "@astrojs/mdx": "^0.16.0", "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.1" |