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

Commit

Permalink
feat: enter beta mode (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Sep 17, 2024
1 parent 319cb1a commit 776a266
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .changeset/flat-dolls-nail.md
Original file line number Diff line number Diff line change
@@ -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/).
4 changes: 2 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 776a266

Please sign in to comment.