From 3c32c392ded26ee32df86531976acad5266f74b2 Mon Sep 17 00:00:00 2001 From: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:54:48 +0200 Subject: [PATCH 1/3] feat: update to beta --- .changeset/pre.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f80b23727ed7..cfe2991c0afb 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", From a4508ebcdc4266dc597ca67f7ec795cf11d6cf3c Mon Sep 17 00:00:00 2001 From: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:11:35 +0200 Subject: [PATCH 2/3] chore: changeset --- .changeset/eight-days-sort.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 000000000000..42a2025b0de5 --- /dev/null +++ b/.changeset/eight-days-sort.md @@ -0,0 +1,10 @@ +--- +'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 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](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). From a811eca64498f76425306c4ff7044dfbda6618c3 Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:55:18 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Sarah Rainsberger --- .changeset/eight-days-sort.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.changeset/eight-days-sort.md b/.changeset/eight-days-sort.md index 42a2025b0de5..f45a32029d10 100644 --- a/.changeset/eight-days-sort.md +++ b/.changeset/eight-days-sort.md @@ -5,6 +5,8 @@ '@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 release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. +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. -To learn how to upgrade, check out the Astro v5.0 [upgrade guide](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). +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/).