0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

feat: update to beta (#12008)

* feat: update to beta

* chore: changeset

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

---------

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
Erika 2024-09-17 11:40:10 +02:00 committed by GitHub
parent 948ad8eecf
commit 560833843c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,12 @@
---
'astro': major
'@astrojs/mdx': major
'@astrojs/vue': major
'@astrojs/markdown-remark': major
---
Welcome to the Astro 5 beta! This release has no changes from the latest alpha, but it does bring us one step closer to the final, stable release.
Starting from this release, no breaking changes will be introduced unless absolutely necessary.
To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/).

View file

@ -1,6 +1,6 @@
{
"mode": "pre",
"tag": "alpha",
"tag": "beta",
"initialVersions": {
"astro": "4.13.1",
"@astrojs/prism": "3.1.0",