diff options
author | 2022-05-27 18:09:20 -0400 | |
---|---|---|
committer | 2022-05-27 18:09:20 -0400 | |
commit | 42aa6daa96ca6a1ba32bc2db35dd39554b0f0252 (patch) | |
tree | f9244a861d6cce0fa01896526fac34138f95d104 /examples/integrations-playground | |
parent | 9d671d178a71d2c334b068034c8bfe9d0ce9459e (diff) | |
download | astro-42aa6daa96ca6a1ba32bc2db35dd39554b0f0252.tar.gz astro-42aa6daa96ca6a1ba32bc2db35dd39554b0f0252.tar.zst astro-42aa6daa96ca6a1ba32bc2db35dd39554b0f0252.zip |
[ci] release (#3463)astro@1.0.0-beta.36
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 179fab2bf..6dd97fd7a 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.35", + "astro": "^1.0.0-beta.36", "solid-js": "^1.4.2" }, "dependencies": { |