diff options
author | 2022-05-19 13:35:19 -0400 | |
---|---|---|
committer | 2022-05-19 13:35:19 -0400 | |
commit | 4dfd34192815c3b5ea8fb1eae56615f65bc20d45 (patch) | |
tree | d587c434ab613acc8acb7a35d7b3da06d4723c5a /examples/framework-multiple | |
parent | a35c89d2acdb53ab5787f7b05868981d955f99cf (diff) | |
download | astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.tar.gz astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.tar.zst astro-4dfd34192815c3b5ea8fb1eae56615f65bc20d45.zip |
[ci] release (#3405)astro@1.0.0-beta.31
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 f0b5e2046..ae9ade5b1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.3", "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.30" + "astro": "^1.0.0-beta.31" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |