diff options
author | 2022-05-30 13:06:41 -0400 | |
---|---|---|
committer | 2022-05-30 13:06:41 -0400 | |
commit | 16345032aaa60c72884fa141e62b3db0ab0c0d5b (patch) | |
tree | a5c293216072fc359ea20313f0f6997018aaca7a /examples/integrations-playground | |
parent | d195f583e36c77e2d225b7d79b5821e15641e742 (diff) | |
download | astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.tar.gz astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.tar.zst astro-16345032aaa60c72884fa141e62b3db0ab0c0d5b.zip |
[ci] release (#3479)astro@1.0.0-beta.37
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 6dd97fd7a..b239959f6 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.1.2", "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.36", + "astro": "^1.0.0-beta.37", "solid-js": "^1.4.2" }, "dependencies": { |