diff options
author | 2022-03-19 10:34:59 -0700 | |
---|---|---|
committer | 2022-03-19 10:34:59 -0700 | |
commit | 5df8d68094badb72f58c7fc93438ec85ac843040 (patch) | |
tree | 13194e079c0c2957fe8359e173e70f642a498be0 /examples/framework-multiple | |
parent | 2a8580c25161a4d0f9e295403937ca3126f112c8 (diff) | |
download | astro-5df8d68094badb72f58c7fc93438ec85ac843040.tar.gz astro-5df8d68094badb72f58c7fc93438ec85ac843040.tar.zst astro-5df8d68094badb72f58c7fc93438ec85ac843040.zip |
[ci] release (next) (#2838)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.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 fb1c0b4c0..0167d61e8 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.0.1", "@astrojs/svelte": "^0.0.1", "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.0" + "astro": "^0.25.0-next.1" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |