diff options
author | 2025-03-04 06:40:29 -0800 | |
---|---|---|
committer | 2025-03-04 14:40:29 +0000 | |
commit | c67a35138c4651b7ea9a01375ce30063e3d80244 (patch) | |
tree | ee1a27fcbf86c7e792e8e0be92e98f2ae9ce66f5 /.changeset | |
parent | f61d4420e8f641770091ec96e6809de39f2ceb21 (diff) | |
download | astro-@astrojs/partytown@2.1.4.tar.gz astro-@astrojs/partytown@2.1.4.tar.zst astro-@astrojs/partytown@2.1.4.zip |
[ci] release (#13350)astro@5.4.2@astrojs/vercel@8.1.1@astrojs/partytown@2.1.4@astrojs/db@0.14.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/forty-houses-taste.md | 5 | ||||
-rw-r--r-- | .changeset/fuzzy-planes-collect.md | 5 | ||||
-rw-r--r-- | .changeset/hip-horses-count.md | 5 | ||||
-rw-r--r-- | .changeset/metal-emus-bathe.md | 5 | ||||
-rw-r--r-- | .changeset/plenty-coins-destroy.md | 15 | ||||
-rw-r--r-- | .changeset/twelve-carrots-raise.md | 5 |
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. |