diff options
author | 2022-02-16 11:32:57 -0500 | |
---|---|---|
committer | 2022-02-16 11:32:57 -0500 | |
commit | 097d7777c427379ea2284532a0a6f801d6303219 (patch) | |
tree | 903c52e42c7ca72ea3038555809248ef6ebb314f /examples/framework-multiple | |
parent | 40c0e2b3f69e81cd7bb3fc2d8d0b3448c11b6ed8 (diff) | |
download | astro-097d7777c427379ea2284532a0a6f801d6303219.tar.gz astro-097d7777c427379ea2284532a0a6f801d6303219.tar.zst astro-097d7777c427379ea2284532a0a6f801d6303219.zip |
[ci] release (next) (#2595)astro@0.23.0-next.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 824b06e6e..382736917 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.4.0-next.0", - "astro": "^0.23.0-next.7" + "astro": "^0.23.0-next.8" } } |