diff options
author | 2023-01-06 10:00:12 -0800 | |
---|---|---|
committer | 2023-01-06 13:00:12 -0500 | |
commit | ec5a39c299ffc5293a4964198cc3811b210d510a (patch) | |
tree | 383b55ac5672a858b998f642fd427b43dcf7e6d7 /examples/blog | |
parent | 49ab4f231c23b34891c3ee86f4b92bf8d6d267a3 (diff) | |
download | astro-@astrojs/tailwind@3.0.0-beta.0.tar.gz astro-@astrojs/tailwind@3.0.0-beta.0.tar.zst astro-@astrojs/tailwind@3.0.0-beta.0.zip |
[ci] release (beta) (#5742)astro@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.0@astrojs/netlify@2.0.0-beta.1@astrojs/mdx@0.15.0-beta.1@astrojs/markdown-remark@2.0.0-beta.1@astrojs/image@0.13.0-beta.1@astrojs/deno@4.0.0-beta.1
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 4b0732129..b63178c2d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.0-beta.0", - "@astrojs/mdx": "^0.15.0-beta.0", + "astro": "^2.0.0-beta.1", + "@astrojs/mdx": "^0.15.0-beta.1", "@astrojs/rss": "^2.0.0", "@astrojs/sitemap": "^1.0.0" } |