diff options
author | 2024-09-10 05:29:08 -0700 | |
---|---|---|
committer | 2024-09-10 08:29:08 -0400 | |
commit | a1176a1d93760f78fde49fab2d1934a9dd910d58 (patch) | |
tree | 267e7cc35edaea8241f1422fac2bdd9f0a7c9f14 /examples/integration | |
parent | 4410130df722eae494caaa46b17c8eeb6223f160 (diff) | |
download | astro-a1176a1d93760f78fde49fab2d1934a9dd910d58.tar.gz astro-a1176a1d93760f78fde49fab2d1934a9dd910d58.tar.zst astro-a1176a1d93760f78fde49fab2d1934a9dd910d58.zip |
[ci] release (alpha) (#11954)astro@5.0.0-alpha.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/package.json b/examples/integration/package.json index 69e0db7b2..1b3cf7346 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-alpha.5" + "astro": "^5.0.0-alpha.6" }, "peerDependencies": { "astro": "^4.0.0" |