diff options
author | 2023-02-07 14:08:12 -0800 | |
---|---|---|
committer | 2023-02-07 17:08:12 -0500 | |
commit | d9061da44712d82378fa3f8180b8364733ae6ba1 (patch) | |
tree | 28c9f16df924620316a659413b0b1035ca58db2f /examples/framework-multiple | |
parent | d7948fa3e6b23933547b733ec34d826b6b6b0c74 (diff) | |
download | astro-d9061da44712d82378fa3f8180b8364733ae6ba1.tar.gz astro-d9061da44712d82378fa3f8180b8364733ae6ba1.tar.zst astro-d9061da44712d82378fa3f8180b8364733ae6ba1.zip |
[ci] release (#6169)astro@2.0.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 410fd0172..55f3b8da3 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.7", + "astro": "^2.0.8", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |