diff options
author | 2024-08-30 13:12:25 -0700 | |
---|---|---|
committer | 2024-08-30 16:12:25 -0400 | |
commit | 534d3edff86115d1fc84f37666a74f35b32bae59 (patch) | |
tree | fa07335adf652c6dd8d03db8c102066d508e703c /examples/basics | |
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/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index a2ea00426..95c968663 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-alpha.1" + "astro": "^5.0.0-alpha.2" } } |