From 560833843c6d3ce2b6c6c473ec4ae70e744bf255 Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:40:10 +0200 Subject: [PATCH] feat: update to beta (#12008) * feat: update to beta * chore: changeset * Apply suggestions from code review Co-authored-by: Sarah Rainsberger --------- Co-authored-by: Sarah Rainsberger --- .changeset/eight-days-sort.md | 12 ++++++++++++ .changeset/pre.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .changeset/eight-days-sort.md diff --git a/.changeset/eight-days-sort.md b/.changeset/eight-days-sort.md new file mode 100644 index 0000000000..f45a32029d --- /dev/null +++ b/.changeset/eight-days-sort.md @@ -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/). diff --git a/.changeset/pre.json b/.changeset/pre.json index f61da6e8cd..e8adc92f10 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,6 +1,6 @@ { "mode": "pre", - "tag": "alpha", + "tag": "beta", "initialVersions": { "astro": "4.13.1", "@astrojs/prism": "3.1.0",