diff options
author | 2022-07-01 13:56:49 -0700 | |
---|---|---|
committer | 2022-07-01 15:56:49 -0500 | |
commit | 08d068496d7598188b8f428d8d13afe756c1056f (patch) | |
tree | 70486f3e38725c5ae4c7a6133e57a2c7c498fc72 /examples/integrations-playground | |
parent | 3cc6fb81da368c82b9d0d18b2ba9de2135fe266b (diff) | |
download | astro-08d068496d7598188b8f428d8d13afe756c1056f.tar.gz astro-08d068496d7598188b8f428d8d13afe756c1056f.tar.zst astro-08d068496d7598188b8f428d8d13afe756c1056f.zip |
[ci] release (#3800)astro@1.0.0-beta.63
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 e7488ecf0..0ae7fec9a 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.2.0", "@astrojs/tailwind": "^0.2.2", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.62", + "astro": "^1.0.0-beta.63", "solid-js": "^1.4.3" }, "dependencies": { |