diff options
author | 2022-04-04 18:07:09 -0700 | |
---|---|---|
committer | 2022-04-04 18:07:09 -0700 | |
commit | 4e021f70e170c67f1e4678fca0ab669107e1a162 (patch) | |
tree | 096bf14eb4dbb78617325c2a7803d95d75b067e6 /examples/framework-multiple | |
parent | 572ca3dcbeb754d026ef322c5085c6d2b9054347 (diff) | |
download | astro-4e021f70e170c67f1e4678fca0ab669107e1a162.tar.gz astro-4e021f70e170c67f1e4678fca0ab669107e1a162.tar.zst astro-4e021f70e170c67f1e4678fca0ab669107e1a162.zip |
[ci] release (beta) (#2992)astro@1.0.0-beta.2
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 de2bf9a0b..30362a070 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.0.3", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.1" + "astro": "^1.0.0-beta.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |