From fa9d53a05c3c3c91ed86f350adeac2fe8a512ce1 Mon Sep 17 00:00:00 2001 From: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:45:41 +0200 Subject: [PATCH] feat: enter beta mode --- .changeset/flat-dolls-nail.md | 12 ++++++++++++ .changeset/pre.json | 4 ++-- packages/node/package.json | 2 +- packages/vercel/package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .changeset/flat-dolls-nail.md diff --git a/.changeset/flat-dolls-nail.md b/.changeset/flat-dolls-nail.md new file mode 100644 index 000000000..10e00d715 --- /dev/null +++ b/.changeset/flat-dolls-nail.md @@ -0,0 +1,12 @@ +--- +'@astrojs/cloudflare': major +'@astrojs/netlify': major +'@astrojs/node': major +'@astrojs/vercel': major +--- + +Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, 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 8d638c31b..40f3ec90f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,9 +1,9 @@ { "mode": "pre", - "tag": "alpha", + "tag": "beta", "initialVersions": { "@astrojs/cloudflare": "11.0.4", - "@astrojs/netlify": "5.5.1", + "@astrojs/netlify": "5.5.3", "@astrojs/node": "9.0.0-alpha.1", "@astrojs/test-utils": "0.0.1", "@astrojs/vercel": "8.0.0-alpha.1" diff --git a/packages/node/package.json b/packages/node/package.json index ad8c30f4a..49704fcc3 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "9.0.0-alpha.1", + "version": "9.0.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/vercel/package.json b/packages/vercel/package.json index b9de9c5d9..649d4ebbd 100644 --- a/packages/vercel/package.json +++ b/packages/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "8.0.0-alpha.1", + "version": "8.0.0-beta.1", "type": "module", "author": "withastro", "license": "MIT",