diff options
author | 2022-09-09 11:58:03 -0700 | |
---|---|---|
committer | 2022-09-09 14:58:03 -0400 | |
commit | 2737cabd10bb7859e45f653a3106a624b128e075 (patch) | |
tree | be539418f19342dec9755e1a1a23d8071e2d9fcf /examples/framework-multiple | |
parent | 07736f74c0ca0f8eee522271f163297676190d56 (diff) | |
download | astro-2737cabd10bb7859e45f653a3106a624b128e075.tar.gz astro-2737cabd10bb7859e45f653a3106a624b128e075.tar.zst astro-2737cabd10bb7859e45f653a3106a624b128e075.zip |
[ci] release (#4698)astro@1.2.0
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 6c936eae1..e6b0f6623 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.8", + "astro": "^1.2.0", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |