diff options
author | 2022-05-06 09:28:57 -0400 | |
---|---|---|
committer | 2022-05-06 09:28:57 -0400 | |
commit | 4639a048d7f8b853ff70629db62dd02097c61e1e (patch) | |
tree | 477de0dd779fe12661bb73216ac21653dcddfe41 /examples/with-markdown-plugins | |
parent | adc94076f72c565c9519882f4383c6f779b40419 (diff) | |
download | astro-4639a048d7f8b853ff70629db62dd02097c61e1e.tar.gz astro-4639a048d7f8b853ff70629db62dd02097c61e1e.tar.zst astro-4639a048d7f8b853ff70629db62dd02097c61e1e.zip |
[ci] release (#3308)astro@1.0.0-beta.27@astrojs/telemetry@0.1.2
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 38915dfa4..1cd372282 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.4", - "astro": "^1.0.0-beta.26", + "astro": "^1.0.0-beta.27", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |