diff options
author | 2022-05-04 08:59:10 -0400 | |
---|---|---|
committer | 2022-05-04 08:59:10 -0400 | |
commit | 9b6a2e2d87372dd54cf7557ab62d9366f73da082 (patch) | |
tree | d7ddeb5035a257cd3e3308b488a402139b5b8b75 /examples/integrations-playground | |
parent | 757790f4e82a9894300b29d2468c19ef65dc1e1f (diff) | |
download | astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.gz astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.zst astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.zip |
[ci] release (#3288)astro@1.0.0-beta.24
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 4bd7ad7cf..5434b1b50 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.1", "@astrojs/turbolinks": "^0.1.2", - "astro": "^1.0.0-beta.23" + "astro": "^1.0.0-beta.24" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |