diff options
author | 2022-05-18 21:36:32 +0000 | |
---|---|---|
committer | 2022-05-18 21:36:32 +0000 | |
commit | b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6 (patch) | |
tree | 4f47297e6a79f57b82fe80751825ce423086773c /examples/blog-multiple-authors | |
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/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 43a0d2aab..acc1ce173 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.2", - "astro": "^1.0.0-beta.29", + "astro": "^1.0.0-beta.30", "sass": "^1.51.0" }, "dependencies": { |