diff options
author | 2022-06-02 15:31:44 -0400 | |
---|---|---|
committer | 2022-06-02 15:31:44 -0400 | |
commit | a74cf98002a23aa7de0e383f49ef4170f951e99f (patch) | |
tree | 7c4974b08e7b15158a6d95b81468b5ef23c6c150 /examples/integrations-playground | |
parent | 88cd7525be0be0394e508c96a9cc68339f353e28 (diff) | |
download | astro-a74cf98002a23aa7de0e383f49ef4170f951e99f.tar.gz astro-a74cf98002a23aa7de0e383f49ef4170f951e99f.tar.zst astro-a74cf98002a23aa7de0e383f49ef4170f951e99f.zip |
[ci] release (#3509)astro@1.0.0-beta.40@astrojs/netlify@0.4.2@astrojs/deno@0.1.4
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 d994d6520..7a72dbc68 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.39", + "astro": "^1.0.0-beta.40", "solid-js": "^1.4.3" }, "dependencies": { |