diff options
author | 2022-04-04 15:19:57 -0700 | |
---|---|---|
committer | 2022-04-04 15:19:57 -0700 | |
commit | ac34a5a03a2bb66206c08c33719f6f15aa2545b8 (patch) | |
tree | 6cda001855b3750d4a0f120c6ff2e51ca3745057 /examples/with-markdown-plugins | |
parent | dbefa16e57430b56ec6373ec837a0d4e4065f271 (diff) | |
download | astro-ac34a5a03a2bb66206c08c33719f6f15aa2545b8.tar.gz astro-ac34a5a03a2bb66206c08c33719f6f15aa2545b8.tar.zst astro-ac34a5a03a2bb66206c08c33719f6f15aa2545b8.zip |
[ci] release (beta) (#2989)astro@1.0.0-beta.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 5de4c939c..1a82078f1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "astro": "^1.0.0-beta.0", + "astro": "^1.0.0-beta.1", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |