diff options
author | 2022-07-12 08:16:15 -0700 | |
---|---|---|
committer | 2022-07-12 11:16:15 -0400 | |
commit | 4bf47367687b67170e6c3c722f514b5c2e67519d (patch) | |
tree | 35a61adb7f1a6b0f3695b1e1a7db3cff12ecd05f /examples/integrations-playground | |
parent | 4097f06226ab393280658e81c258593bc41452fe (diff) | |
download | astro-4bf47367687b67170e6c3c722f514b5c2e67519d.tar.gz astro-4bf47367687b67170e6c3c722f514b5c2e67519d.tar.zst astro-4bf47367687b67170e6c3c722f514b5c2e67519d.zip |
[ci] release (#3899)
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 86de6a585..c82e1332c 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.3.1", "@astrojs/tailwind": "^0.2.4", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-beta.67", + "astro": "^1.0.0-beta.68", "solid-js": "^1.4.3" }, "dependencies": { |