diff options
author | 2023-08-18 09:49:34 -0700 | |
---|---|---|
committer | 2023-08-18 18:49:34 +0200 | |
commit | 5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06 (patch) | |
tree | ab05e379132b42d3af4de0d12c710416b5584eb3 /examples/framework-multiple | |
parent | a7b7b10839f75069f1a1d0123265c17b0767a3ad (diff) | |
download | astro-5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06.tar.gz astro-5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06.tar.zst astro-5e6bd6ab5d2dfb9cf08ee1e12e4d77eb66ae3b06.zip |
[ci] release (beta) (#8140)astro@3.0.0-beta.4
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 d674c331a..504532403 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^3.0.0-beta.2", "@astrojs/svelte": "^4.0.0-beta.1", "@astrojs/vue": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.3", + "astro": "^3.0.0-beta.4", "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", |