diff options
author | 2022-06-16 12:05:10 -0400 | |
---|---|---|
committer | 2022-06-16 12:05:10 -0400 | |
commit | 81104a93356db1c65db7abf44a1da8e1d1c819d0 (patch) | |
tree | e8f243503df81196b12d90aae9e33efb36715498 /examples/integrations-playground | |
parent | 5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff) | |
download | astro-81104a93356db1c65db7abf44a1da8e1d1c819d0.tar.gz astro-81104a93356db1c65db7abf44a1da8e1d1c819d0.tar.zst astro-81104a93356db1c65db7abf44a1da8e1d1c819d0.zip |
[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0
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 5d923fef5..0e3e8b358 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.1.4", "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.46", + "astro": "^1.0.0-beta.47", "solid-js": "^1.4.3" }, "dependencies": { |