diff options
author | 2022-06-30 20:09:17 -0700 | |
---|---|---|
committer | 2022-07-01 03:09:17 +0000 | |
commit | 0f73ece26bfc03570a7cab100255de4fbbb1ecfa (patch) | |
tree | a3d39d564037eb3632accd701bdccef3210be0aa /examples/framework-multiple | |
parent | a2b385303c96969459c75d1197ceedb8608b44b6 (diff) | |
download | astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.tar.gz astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.tar.zst astro-0f73ece26bfc03570a7cab100255de4fbbb1ecfa.zip |
[ci] release (#3783)
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 927f48106..f09b07159 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.60" + "astro": "^1.0.0-beta.61" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |