summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/cuddly-rings-sing.md5
-rw-r--r--.changeset/heavy-fireants-melt.md5
-rw-r--r--.changeset/kind-horses-smile.md5
-rw-r--r--.changeset/large-cherries-explain.md5
-rw-r--r--.changeset/many-pianos-develop.md5
-rw-r--r--.changeset/orange-suits-suffer.md5
-rw-r--r--.changeset/real-hairs-scream.md5
-rw-r--r--.changeset/tiny-otters-hear.md16
-rw-r--r--.changeset/twenty-cherries-switch.md5
-rw-r--r--.changeset/warm-pandas-lick.md5
10 files changed, 0 insertions, 61 deletions
diff --git a/.changeset/cuddly-rings-sing.md b/.changeset/cuddly-rings-sing.md
deleted file mode 100644
index a5200c47c..000000000
--- a/.changeset/cuddly-rings-sing.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body
diff --git a/.changeset/heavy-fireants-melt.md b/.changeset/heavy-fireants-melt.md
deleted file mode 100644
index b8010626a..000000000
--- a/.changeset/heavy-fireants-melt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that caused references to be incorrectly reported as invalid
diff --git a/.changeset/kind-horses-smile.md b/.changeset/kind-horses-smile.md
deleted file mode 100644
index 720557b2b..000000000
--- a/.changeset/kind-horses-smile.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug in dev where files would stop being watched if the Astro config file was edited
diff --git a/.changeset/large-cherries-explain.md b/.changeset/large-cherries-explain.md
deleted file mode 100644
index 118e4d594..000000000
--- a/.changeset/large-cherries-explain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev
diff --git a/.changeset/many-pianos-develop.md b/.changeset/many-pianos-develop.md
deleted file mode 100644
index 6a8716e5f..000000000
--- a/.changeset/many-pianos-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': patch
----
-
-Removes hardcoded `ssr.external: ['react-dom/server', 'react-dom/client']` config that causes issues with adapters that bundle all dependencies (e.g. Cloudflare). These externals should already be inferred by default by Vite when deploying to a server environment.
diff --git a/.changeset/orange-suits-suffer.md b/.changeset/orange-suits-suffer.md
deleted file mode 100644
index a2681beb5..000000000
--- a/.changeset/orange-suits-suffer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default.
diff --git a/.changeset/real-hairs-scream.md b/.changeset/real-hairs-scream.md
deleted file mode 100644
index e35a4943b..000000000
--- a/.changeset/real-hairs-scream.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a case where `astro:actions` types would not work when using `src/actions.ts`
diff --git a/.changeset/tiny-otters-hear.md b/.changeset/tiny-otters-hear.md
deleted file mode 100644
index a46e90559..000000000
--- a/.changeset/tiny-otters-hear.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-'@astrojs/alpinejs': patch
-'@astrojs/tailwind': patch
-'@astrojs/markdoc': patch
-'@astrojs/preact': patch
-'@astrojs/svelte': patch
-'@astrojs/react': patch
-'@astrojs/solid-js': patch
-'@astrojs/mdx': patch
-'@astrojs/vue': patch
-'@astrojs/studio': patch
-'astro': patch
-'@astrojs/db': patch
----
-
-Upgrades Vite
diff --git a/.changeset/twenty-cherries-switch.md b/.changeset/twenty-cherries-switch.md
deleted file mode 100644
index c79c53284..000000000
--- a/.changeset/twenty-cherries-switch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that caused the dev server to return an error if requesting "//"
diff --git a/.changeset/warm-pandas-lick.md b/.changeset/warm-pandas-lick.md
deleted file mode 100644
index e3d4c5af3..000000000
--- a/.changeset/warm-pandas-lick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds