Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 776a266

Browse files
authored
feat: enter beta mode (#397)
1 parent 319cb1a commit 776a266

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.changeset/flat-dolls-nail.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@astrojs/cloudflare': major
3+
'@astrojs/netlify': major
4+
'@astrojs/node': major
5+
'@astrojs/vercel': major
6+
---
7+
8+
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.
9+
10+
Starting from this release, no breaking changes will be introduced unless absolutely necessary.
11+
12+
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/).

.changeset/pre.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"mode": "pre",
3-
"tag": "alpha",
3+
"tag": "beta",
44
"initialVersions": {
55
"@astrojs/cloudflare": "11.0.4",
6-
"@astrojs/netlify": "5.5.1",
6+
"@astrojs/netlify": "5.5.3",
77
"@astrojs/node": "9.0.0-alpha.1",
88
"@astrojs/test-utils": "0.0.1",
99
"@astrojs/vercel": "8.0.0-alpha.1"

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/node",
33
"description": "Deploy your site to a Node.js server",
4-
"version": "9.0.0-alpha.1",
4+
"version": "9.0.0-beta.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/vercel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/vercel",
33
"description": "Deploy your site to Vercel",
4-
"version": "8.0.0-alpha.1",
4+
"version": "8.0.0-beta.1",
55
"type": "module",
66
"author": "withastro",
77
"license": "MIT",

0 commit comments

Comments
 (0)