diff options
author | 2022-08-08 16:10:55 -0700 | |
---|---|---|
committer | 2022-08-08 18:10:55 -0500 | |
commit | 4d29163d11e17942f606ecebbfe5a6a2d26a030e (patch) | |
tree | dd41777ee5821b40b17cb13b5cb50b1249c4e3fe /examples/with-markdown-plugins | |
parent | 7eb54fcb4ffdbd56186ede86868c569ce8304188 (diff) | |
download | astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.gz astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.zst astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.zip |
[ci] release (#4197)astro@1.0.0-rc.8@astrojs/mdx@0.8.0@astrojs/cloudflare@0.5.0
* [ci] release
* Update CHANGELOG.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index d61dfacf3..e12a9436e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.14.1", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |