summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/chatty-foxes-bow.md9
-rw-r--r--.changeset/lucky-mirrors-type.md12
-rw-r--r--.changeset/nice-cups-mix.md5
-rw-r--r--.changeset/sharp-brooms-drum.md5
-rw-r--r--.changeset/ten-walls-listen.md5
-rw-r--r--.changeset/tough-pandas-sneeze.md5
6 files changed, 0 insertions, 41 deletions
diff --git a/.changeset/chatty-foxes-bow.md b/.changeset/chatty-foxes-bow.md
deleted file mode 100644
index ff841dc3a..000000000
--- a/.changeset/chatty-foxes-bow.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@astrojs/cloudflare': patch
-'@astrojs/deno': patch
-'@astrojs/netlify': patch
-'@astrojs/node': patch
-'@astrojs/vercel': patch
----
-
-Adding the `withastro` keyword to include the adapters on the [Integrations Catalog](https://astro.build/integrations)
diff --git a/.changeset/lucky-mirrors-type.md b/.changeset/lucky-mirrors-type.md
deleted file mode 100644
index b58cb38fb..000000000
--- a/.changeset/lucky-mirrors-type.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-'@astrojs/image': minor
----
-
-`<Image />` and `<Picture />` now support using images in the `/public` directory :tada:
-
-- Moving handling of local image files into the Vite plugin
-- Optimized image files are now built to `/dist` with hashes provided by Vite, removing the need for a `/dist/_image` directory
-- Removes three npm dependencies: `etag`, `slash`, and `tiny-glob`
-- Replaces `mrmime` with the `mime` package already used by Astro's SSR server
-- Simplifies the injected `_image` route to work for both `dev` and `build`
-- Adds a new test suite for using images with `@astrojs/mdx` - including optimizing images straight from `/public`
diff --git a/.changeset/nice-cups-mix.md b/.changeset/nice-cups-mix.md
deleted file mode 100644
index f29a5bb9f..000000000
--- a/.changeset/nice-cups-mix.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update `astro add` to list official integrations & adapters with same organisation we use in docs
diff --git a/.changeset/sharp-brooms-drum.md b/.changeset/sharp-brooms-drum.md
deleted file mode 100644
index 64c0d26b2..000000000
--- a/.changeset/sharp-brooms-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/deno': patch
----
-
-Make Deno SSR Backend Render Custom 404 Pages
diff --git a/.changeset/ten-walls-listen.md b/.changeset/ten-walls-listen.md
deleted file mode 100644
index 24b0acb4f..000000000
--- a/.changeset/ten-walls-listen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': minor
----
-
-Introduce new `extendPlugins` configuration option. This defaults to inheriting all remark and rehype plugins from your `markdown` config, with options to use either Astro's defaults or no inheritance at all.
diff --git a/.changeset/tough-pandas-sneeze.md b/.changeset/tough-pandas-sneeze.md
deleted file mode 100644
index 4b926766c..000000000
--- a/.changeset/tough-pandas-sneeze.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Remove unused CSS for `client:load` components