diff --git a/.changeset/chilly-experts-add.md b/.changeset/chilly-experts-add.md
deleted file mode 100644
index 46c228c7d..000000000
--- a/.changeset/chilly-experts-add.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@astrojs/image': minor
----
-
-Removes the `content-visibility: auto` styling added by the `` and `` components.
-
-**Why:** The [content-visibility](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) style is rarely needed for an `` and can actually break certain layouts.
-
-**Migration:** Do images in your layout actually depend on `content-visibility`? No problem! You can add these styles where needed in your own component styles.
diff --git a/.changeset/clever-keys-hammer.md b/.changeset/clever-keys-hammer.md
deleted file mode 100644
index 5e91f47e4..000000000
--- a/.changeset/clever-keys-hammer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Support recmaPlugins config option
diff --git a/.changeset/dry-dragons-greet.md b/.changeset/dry-dragons-greet.md
deleted file mode 100644
index 024dd2cdd..000000000
--- a/.changeset/dry-dragons-greet.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `.css?raw` usage
diff --git a/.changeset/gentle-insects-run.md b/.changeset/gentle-insects-run.md
deleted file mode 100644
index a2531c521..000000000
--- a/.changeset/gentle-insects-run.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update `@astrojs/compiler` and use the new `resolvePath` option. This allows removing much of the runtime code, which should improve rendering performance for Astro and MDX pages.
diff --git a/.changeset/nine-roses-explain.md b/.changeset/nine-roses-explain.md
deleted file mode 100644
index 0b4c8e019..000000000
--- a/.changeset/nine-roses-explain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Edge adapter includes all the generated files (all files inside `dist/`) instead of only `entry.mjs`
diff --git a/.changeset/smart-chicken-develop.md b/.changeset/smart-chicken-develop.md
deleted file mode 100644
index da87ad052..000000000
--- a/.changeset/smart-chicken-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-`astro add` no longer automatically installs optional peer dependencies
diff --git a/.changeset/wicked-laws-heal.md b/.changeset/wicked-laws-heal.md
deleted file mode 100644
index bcaac6132..000000000
--- a/.changeset/wicked-laws-heal.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'@astrojs/image': minor
----
-
-HTML attributes included on the `` component are now passed down to the underlying `` element.
-
-**Why?**
-
-- when styling a `