diff options
author | 2022-02-07 15:08:22 -0500 | |
---|---|---|
committer | 2022-02-07 15:08:22 -0500 | |
commit | 4078dc529b1725dad0b2e23ed7990fd7244de35a (patch) | |
tree | 53dc02a5a67d2d2a4c9646e42e40d9ef7ae3273a /examples/with-markdown-plugins | |
parent | ef8345b4585201bac7318062f79122b160294766 (diff) | |
download | astro-4078dc529b1725dad0b2e23ed7990fd7244de35a.tar.gz astro-4078dc529b1725dad0b2e23ed7990fd7244de35a.tar.zst astro-4078dc529b1725dad0b2e23ed7990fd7244de35a.zip |
[ci] release (next) (#2533)astro@0.23.0-next.2@astrojs/markdown-remark@0.6.1-next.1
Co-authored-by: github-actions[bot] <github-actions[bot]@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 71a367579..7b65a7c00 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.1", + "astro": "^0.23.0-next.2", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |