summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-04 06:40:29 -0800
committerGravatar GitHub <noreply@github.com> 2025-03-04 14:40:29 +0000
commitc67a35138c4651b7ea9a01375ce30063e3d80244 (patch)
treeee1a27fcbf86c7e792e8e0be92e98f2ae9ce66f5 /.changeset
parentf61d4420e8f641770091ec96e6809de39f2ceb21 (diff)
downloadastro-@astrojs/partytown@2.1.4.tar.gz
astro-@astrojs/partytown@2.1.4.tar.zst
astro-@astrojs/partytown@2.1.4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.