diff options
author | 2022-05-26 14:25:10 -0400 | |
---|---|---|
committer | 2022-05-26 14:25:10 -0400 | |
commit | e6d8670168d38d314f91920d6313cf58eaa3fbaa (patch) | |
tree | 9bce308b83056f640e904f0fdb73e2756f1c789c /examples/integrations-playground | |
parent | edf2838a66b5e80e77e583dca3088687b90a379a (diff) | |
download | astro-e6d8670168d38d314f91920d6313cf58eaa3fbaa.tar.gz astro-e6d8670168d38d314f91920d6313cf58eaa3fbaa.tar.zst astro-e6d8670168d38d314f91920d6313cf58eaa3fbaa.zip |
[ci] release (#3453)astro@1.0.0-beta.35
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 22ba5b377..179fab2bf 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.34", + "astro": "^1.0.0-beta.35", "solid-js": "^1.4.2" }, "dependencies": { |