diff options
author | 2022-06-22 10:05:21 -0400 | |
---|---|---|
committer | 2022-06-22 10:05:21 -0400 | |
commit | 119283775a098f4a23910dc9f8337fa78434eac5 (patch) | |
tree | 4c24627c23038436a017085096c0ec212821324d /examples/integrations-playground | |
parent | 7f5770be4d7dc20f459ae59f53da6a959c20ea9b (diff) | |
download | astro-119283775a098f4a23910dc9f8337fa78434eac5.tar.gz astro-119283775a098f4a23910dc9f8337fa78434eac5.tar.zst astro-119283775a098f4a23910dc9f8337fa78434eac5.zip |
[ci] release (#3666)astro@1.0.0-beta.51@astrojs/netlify@0.4.6@astrojs/deno@0.1.6
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 245b815a7..c77c15017 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.50", + "astro": "^1.0.0-beta.51", "solid-js": "^1.4.3" }, "dependencies": { |