diff options
author | 2023-08-15 14:12:45 -0700 | |
---|---|---|
committer | 2023-08-15 16:12:45 -0500 | |
commit | 53ad9efde482b8719e988e0d1030d29437166935 (patch) | |
tree | 32161ed01a941b4a96fcb138350f9737de64fbcc /examples/with-markdown-plugins | |
parent | 56e7c5177bd61b404978dc9b82e2d34d76a4b2f9 (diff) | |
download | astro-53ad9efde482b8719e988e0d1030d29437166935.tar.gz astro-53ad9efde482b8719e988e0d1030d29437166935.tar.zst astro-53ad9efde482b8719e988e0d1030d29437166935.zip |
[ci] release (#8090)create-astro@3.2.1astro@2.10.9
* [ci] release
* Update packages/create-astro/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 ee71d47cd..ad5fd3fe8 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^2.2.1", - "astro": "^2.10.8", + "astro": "^2.10.9", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |