diff options
author | 2022-04-21 14:08:37 -0400 | |
---|---|---|
committer | 2022-04-21 14:08:37 -0400 | |
commit | bd66527e7d4c292f2a719e534ff5bae5b792b89f (patch) | |
tree | 701ec0786ce08626632b57487b63cf5aab7d4724 /examples/integrations-playground | |
parent | c4203ce0fc15dfce10b0bcbb174ba12b5fe7f398 (diff) | |
download | astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.tar.gz astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.tar.zst astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.zip |
[ci] release (#3169)astro@1.0.0-beta.16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 1acea0e7d..b33a32a5a 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^0.1.0", "@astrojs/tailwind": "^0.2.0", "@astrojs/turbolinks": "^0.1.1", - "astro": "^1.0.0-beta.15" + "astro": "^1.0.0-beta.16" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |