diff options
author | 2022-04-03 23:25:00 -0700 | |
---|---|---|
committer | 2022-04-03 23:25:00 -0700 | |
commit | 2552db0d0903b0e96b0d20722b2e311a25e76217 (patch) | |
tree | 6bea6cf5ad6c4c5d134bb3683f6a9cf612258612 /examples/framework-multiple | |
parent | efc63bfd0f938ab6619210ea57e81a401bd1a9ba (diff) | |
download | astro-2552db0d0903b0e96b0d20722b2e311a25e76217.tar.gz astro-2552db0d0903b0e96b0d20722b2e311a25e76217.tar.zst astro-2552db0d0903b0e96b0d20722b2e311a25e76217.zip |
[ci] release (#2975)
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 6b925d087..26f36101a 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": "^0.26.0" + "astro": "^0.26.1" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |