summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/forty-houses-taste.md5
-rw-r--r--.changeset/fuzzy-planes-collect.md5
-rw-r--r--.changeset/hip-horses-count.md5
-rw-r--r--.changeset/metal-emus-bathe.md5
-rw-r--r--.changeset/plenty-coins-destroy.md15
-rw-r--r--.changeset/twelve-carrots-raise.md5
6 files changed, 0 insertions, 40 deletions
diff --git a/.changeset/forty-houses-taste.md b/.changeset/forty-houses-taste.md
deleted file mode 100644
index 82d9a26ae..000000000
--- a/.changeset/forty-houses-taste.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevent re-executing scripts in client router
diff --git a/.changeset/fuzzy-planes-collect.md b/.changeset/fuzzy-planes-collect.md
deleted file mode 100644
index f54d4fc09..000000000
--- a/.changeset/fuzzy-planes-collect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Correctly escapes attributes in Markdown images
diff --git a/.changeset/hip-horses-count.md b/.changeset/hip-horses-count.md
deleted file mode 100644
index a08a41c95..000000000
--- a/.changeset/hip-horses-count.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/db": patch
----
-
-Fix Astro DB seed failing when project path contains spaces. This resolves by properly decoding URL pathnames that contain encoded spaces (%20) before passing them to Vite's ssrLoadModule.
diff --git a/.changeset/metal-emus-bathe.md b/.changeset/metal-emus-bathe.md
deleted file mode 100644
index dc06a88d6..000000000
--- a/.changeset/metal-emus-bathe.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Ensures `srcset` for responsive images only contains allowed sizes
diff --git a/.changeset/plenty-coins-destroy.md b/.changeset/plenty-coins-destroy.md
deleted file mode 100644
index 95aa146d4..000000000
--- a/.changeset/plenty-coins-destroy.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-Adds support for `config.lib`, which allows changing the destination of the files:
-
-```diff
-export default defineConfig({
- integrations: [partytown({
- config: {
-+ lib: '/assets/lib/~partytown/';
- }
- })]
-})
-```
diff --git a/.changeset/twelve-carrots-raise.md b/.changeset/twelve-carrots-raise.md
deleted file mode 100644
index 66c394563..000000000
--- a/.changeset/twelve-carrots-raise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Refactor Astro Actions to not use a middleware. Doing so should avoid unexpected issues when using the Astro middleware at the edge.