diff options
author | 2021-12-02 13:01:17 -0500 | |
---|---|---|
committer | 2021-12-02 13:01:17 -0500 | |
commit | e57308d70cf1f80233f494b0fd8fd256b86506c8 (patch) | |
tree | a7648c59a51a5d2de85ba159e7eb7018d885358f /examples/with-markdown-plugins | |
parent | 0a826c999c8ee30d5ee2ae61ac4165fb9797da70 (diff) | |
download | astro-e57308d70cf1f80233f494b0fd8fd256b86506c8.tar.gz astro-e57308d70cf1f80233f494b0fd8fd256b86506c8.tar.zst astro-e57308d70cf1f80233f494b0fd8fd256b86506c8.zip |
[ci] release (#2071)astro@0.21.7@astrojs/renderer-vue@0.2.1@astrojs/renderer-svelte@0.2.2@astrojs/renderer-solid@0.2.1@astrojs/renderer-react@0.3.1@astrojs/renderer-preact@0.3.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 47c89023c..44eabcc62 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.21.6", + "astro": "^0.21.7", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |