summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/curly-bees-collect.md5
-rw-r--r--.changeset/dry-glasses-guess.md5
-rw-r--r--.changeset/eighty-keys-explode.md5
-rw-r--r--.changeset/funny-poets-walk.md5
-rw-r--r--.changeset/happy-wasps-check.md5
-rw-r--r--.changeset/healthy-oranges-approve.md5
-rw-r--r--.changeset/heavy-adults-obey.md5
-rw-r--r--.changeset/new-carrots-cough.md5
-rw-r--r--.changeset/olive-grapes-relate.md5
-rw-r--r--.changeset/proud-cups-brush.md5
-rw-r--r--.changeset/quick-gorillas-kick.md5
-rw-r--r--.changeset/small-maps-cough.md6
-rw-r--r--.changeset/strong-students-tie.md5
-rw-r--r--.changeset/tiny-apes-shave.md20
-rw-r--r--.changeset/violet-bees-camp.md6
15 files changed, 0 insertions, 92 deletions
diff --git a/.changeset/curly-bees-collect.md b/.changeset/curly-bees-collect.md
deleted file mode 100644
index 982fa253d..000000000
--- a/.changeset/curly-bees-collect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix for APIRoute type
diff --git a/.changeset/dry-glasses-guess.md b/.changeset/dry-glasses-guess.md
deleted file mode 100644
index 81b4ac2e6..000000000
--- a/.changeset/dry-glasses-guess.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Improve error hints for packages that should be added to `vite.ssr.noExternal`
diff --git a/.changeset/eighty-keys-explode.md b/.changeset/eighty-keys-explode.md
deleted file mode 100644
index abd3707f6..000000000
--- a/.changeset/eighty-keys-explode.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-create redirects file for netlify edge adapter
diff --git a/.changeset/funny-poets-walk.md b/.changeset/funny-poets-walk.md
deleted file mode 100644
index 249aa23cc..000000000
--- a/.changeset/funny-poets-walk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update default `vite.optimizeDeps.exclude` to keep `node-fetch` from being optimized
diff --git a/.changeset/happy-wasps-check.md b/.changeset/happy-wasps-check.md
deleted file mode 100644
index 6fb90627b..000000000
--- a/.changeset/happy-wasps-check.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes HMR of hoisted script tags
diff --git a/.changeset/healthy-oranges-approve.md b/.changeset/healthy-oranges-approve.md
deleted file mode 100644
index 69dc4a450..000000000
--- a/.changeset/healthy-oranges-approve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue preventing custom 404 pages in dev
diff --git a/.changeset/heavy-adults-obey.md b/.changeset/heavy-adults-obey.md
deleted file mode 100644
index af35b5825..000000000
--- a/.changeset/heavy-adults-obey.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-fixes injectscript in ssr mode
diff --git a/.changeset/new-carrots-cough.md b/.changeset/new-carrots-cough.md
deleted file mode 100644
index 3855009e9..000000000
--- a/.changeset/new-carrots-cough.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fix an `import from '../core/build/types';` error
diff --git a/.changeset/olive-grapes-relate.md b/.changeset/olive-grapes-relate.md
deleted file mode 100644
index 8524f87ef..000000000
--- a/.changeset/olive-grapes-relate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix for swallowed SolidJS errors
diff --git a/.changeset/proud-cups-brush.md b/.changeset/proud-cups-brush.md
deleted file mode 100644
index 0927ec921..000000000
--- a/.changeset/proud-cups-brush.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Resolve .astro components by module ID to support the use of Astro + framework components in an NPM package
diff --git a/.changeset/quick-gorillas-kick.md b/.changeset/quick-gorillas-kick.md
deleted file mode 100644
index 7d080ec79..000000000
--- a/.changeset/quick-gorillas-kick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Export `ViteUserConfig` type
diff --git a/.changeset/small-maps-cough.md b/.changeset/small-maps-cough.md
deleted file mode 100644
index aadc443d2..000000000
--- a/.changeset/small-maps-cough.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/react': patch
----
-
-Fix: remove hydration failures on React v18 by exposing the "client" directive from Astro core.
diff --git a/.changeset/strong-students-tie.md b/.changeset/strong-students-tie.md
deleted file mode 100644
index 9ac0be8f7..000000000
--- a/.changeset/strong-students-tie.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Update "next steps" with more informative text on each CLI command. Oh, and gradients. A lot more gradients.
diff --git a/.changeset/tiny-apes-shave.md b/.changeset/tiny-apes-shave.md
deleted file mode 100644
index 979650a6b..000000000
--- a/.changeset/tiny-apes-shave.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-'@astrojs/vercel': minor
----
-
-
-**[BREAKING]** Now with Build Output API (v3)! [See the README to get started](https://github.com/withastro/astro/tree/main/packages/integrations/vercel#readme).
-
-- `trailingSlash` redirects works without a `vercel.json` file: just configure them inside your `astro.config.mjs`
-- Multiple deploy targets: `edge`, `serverless` and `static`!
-- When building to `serverless`, your code isn't transpiled to CJS anymore.
-
-**Migrate from v0.1**
-
-1. Change the import inside `astro.config.mjs`:
- ```diff
- - import vercel from '@astrojs/vercel';
- + import vercel from '@astrojs/vercel/serverless';
- ```
-2. Rename the `ENABLE_FILE_SYSTEM_API` environment variable to `ENABLE_VC_BUILD`, as Vercel changed it.
-3. The output folder changed from `.output` to `.vercel/output` — you may need to update your `.gitignore`.
diff --git a/.changeset/violet-bees-camp.md b/.changeset/violet-bees-camp.md
deleted file mode 100644
index 07a08f19a..000000000
--- a/.changeset/violet-bees-camp.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/svelte': patch
-'@astrojs/vue': patch
----
-
-Fix a vite peer dependency bug