diff options
author | 2022-08-26 17:30:37 -0700 | |
---|---|---|
committer | 2022-08-26 21:30:37 -0300 | |
commit | 270852370a4ab44b4489f4ed91841f026b7df071 (patch) | |
tree | 918c9067a31db77344e77370cd9674b1beef6b43 /examples/framework-multiple | |
parent | 4e1af3f0e8f5627cea24e4ec76d711d0387e3176 (diff) | |
download | astro-270852370a4ab44b4489f4ed91841f026b7df071.tar.gz astro-270852370a4ab44b4489f4ed91841f026b7df071.tar.zst astro-270852370a4ab44b4489f4ed91841f026b7df071.zip |
[ci] release (#4508)astro@1.1.1
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 fd27814ea..c839f358f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.1.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.1.0" + "astro": "^1.1.1" }, "dependencies": { "preact": "^10.7.3", |