diff options
author | 2022-02-07 15:08:22 -0500 | |
---|---|---|
committer | 2022-02-07 15:08:22 -0500 | |
commit | 4078dc529b1725dad0b2e23ed7990fd7244de35a (patch) | |
tree | 53dc02a5a67d2d2a4c9646e42e40d9ef7ae3273a /examples/docs | |
parent | ef8345b4585201bac7318062f79122b160294766 (diff) | |
download | astro-4078dc529b1725dad0b2e23ed7990fd7244de35a.tar.gz astro-4078dc529b1725dad0b2e23ed7990fd7244de35a.tar.zst astro-4078dc529b1725dad0b2e23ed7990fd7244de35a.zip |
[ci] release (next) (#2533)astro@0.23.0-next.2@astrojs/markdown-remark@0.6.1-next.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index d2a1c93cc..e6276274b 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.23.0-next.1" + "astro": "^0.23.0-next.2" } } |