diff options
author | 2024-08-30 13:12:25 -0700 | |
---|---|---|
committer | 2024-08-30 16:12:25 -0400 | |
commit | 534d3edff86115d1fc84f37666a74f35b32bae59 (patch) | |
tree | fa07335adf652c6dd8d03db8c102066d508e703c /examples/hackernews | |
parent | 01b48a466e9ab58a2ad3603a2e8ed787f550b031 (diff) | |
download | astro-534d3edff86115d1fc84f37666a74f35b32bae59.tar.gz astro-534d3edff86115d1fc84f37666a74f35b32bae59.tar.zst astro-534d3edff86115d1fc84f37666a74f35b32bae59.zip |
[ci] release (alpha) (#11853)astro@5.0.0-alpha.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 16c6db424..0d097bc57 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-alpha.1" + "astro": "^5.0.0-alpha.2" } } |