From 2ed705ccf2fd1ab547c799a085c145c754f1c77b Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Tue, 13 Aug 2024 14:21:44 +0200 Subject: [PATCH] chore: changeset --- .changeset/eighty-boxes-applaud.md | 21 +++++++++++++++++++++ .changeset/selfish-impalas-grin.md | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 .changeset/eighty-boxes-applaud.md create mode 100644 .changeset/selfish-impalas-grin.md diff --git a/.changeset/eighty-boxes-applaud.md b/.changeset/eighty-boxes-applaud.md new file mode 100644 index 0000000000..a90660e0c1 --- /dev/null +++ b/.changeset/eighty-boxes-applaud.md @@ -0,0 +1,21 @@ +--- +'astro': major +--- + +Makes `astro:env` stable + +To upgrade, update your Astro config: + +```diff +import { defineConfig, envField } from 'astro/config' + +export default defineConfig({ +- experimental: { + env: { + schema: { + FOO: envField.string({ /* ... */ }) + } + } +- } +}) +``` \ No newline at end of file diff --git a/.changeset/selfish-impalas-grin.md b/.changeset/selfish-impalas-grin.md new file mode 100644 index 0000000000..2efd92b988 --- /dev/null +++ b/.changeset/selfish-impalas-grin.md @@ -0,0 +1,6 @@ +--- +'@astrojs/vercel': minor +'@astrojs/node': minor +--- + +Adds stable support for `astro:env`