diff options
author | 2022-09-16 11:13:02 -0700 | |
---|---|---|
committer | 2022-09-16 14:13:02 -0400 | |
commit | 1c36b0ec18e4d9b957fc17ba6d4d126e50349d55 (patch) | |
tree | f7378fd91d3e79d79385fc4bfcf79e339e253aa0 /examples/framework-multiple | |
parent | 59c36897de36fd961a546135df830735c98cd702 (diff) | |
download | astro-1c36b0ec18e4d9b957fc17ba6d4d126e50349d55.tar.gz astro-1c36b0ec18e4d9b957fc17ba6d4d126e50349d55.tar.zst astro-1c36b0ec18e4d9b957fc17ba6d4d126e50349d55.zip |
[ci] release (#4781)astro@1.2.6
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 288cf377c..e5d1abadc 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.5", + "astro": "^1.2.6", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |