diff options
author | 2022-05-18 21:36:32 +0000 | |
---|---|---|
committer | 2022-05-18 21:36:32 +0000 | |
commit | b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6 (patch) | |
tree | 4f47297e6a79f57b82fe80751825ce423086773c /examples/docs | |
parent | f1d7d543b0038d2d6218acdd42ffaf61e9480b13 (diff) | |
download | astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.gz astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.zst astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.zip |
[ci] release (#3400)create-astro@0.12.2astro@1.0.0-beta.30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 5d4f9f786..6993b7aa2 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.1.2", "@astrojs/react": "^0.1.2", - "astro": "^1.0.0-beta.29" + "astro": "^1.0.0-beta.30" } } |