summaryrefslogtreecommitdiff
path: root/examples/basics
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-23 10:46:18 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-23 12:46:18 -0500
commit5966accdc1e4e4d8919f155f23494ab9b2b17d62 (patch)
tree3db81bede4e99f19e8ca7ba2d71d900ffae2a3c1 /examples/basics
parent7c0ccfc26947b178584e3476584bcaa490c6ba86 (diff)
downloadastro-5966accdc1e4e4d8919f155f23494ab9b2b17d62.tar.gz
astro-5966accdc1e4e4d8919f155f23494ab9b2b17d62.tar.zst
astro-5966accdc1e4e4d8919f155f23494ab9b2b17d62.zip
* [ci] release (alpha) * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * links to existing experimental docs instead of ones that don't exist yet! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'examples/basics')
-rw-r--r--examples/basics/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 3390c8634..a2ea00426 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.0"
+ "astro": "^5.0.0-alpha.1"
}
}