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-markdoc | |
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-markdoc')
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index cf00d558c..e60ddd132 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.4.4", - "astro": "^2.10.8" + "astro": "^2.10.9" } } |