diff options
author | 2022-06-02 13:42:18 -0400 | |
---|---|---|
committer | 2022-06-02 13:42:18 -0400 | |
commit | 67ad33debfccc2c6cc873109cfb88e5043c5a98b (patch) | |
tree | f900ae5bfa7b53c414c077d2e160280665cbeabb /examples/blog-multiple-authors | |
parent | b6b045c3f15434f6875961dcb4a054797374908a (diff) | |
download | astro@1.0.0-beta.39.tar.gz astro@1.0.0-beta.39.tar.zst astro@1.0.0-beta.39.zip |
[ci] release (#3488)astro@1.0.0-beta.39@astrojs/solid-js@0.1.4
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 7e1f0cbf4..63f03c055 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.3", - "astro": "^1.0.0-beta.38", + "astro": "^1.0.0-beta.39", "sass": "^1.52.1" }, "dependencies": { |