diff options
author | 2024-08-28 03:51:43 -0700 | |
---|---|---|
committer | 2024-08-28 12:51:43 +0200 | |
commit | 5af8b4f1cb7508d22d994f077948a3b505b1412e (patch) | |
tree | 30e2f92f079b1fb556623b97ad3592f43e175dd8 /.changeset | |
parent | a2214cedd0461a2df3ac58d8a4ec5a2912e93f31 (diff) | |
download | astro-@astrojs/preact@3.5.2.tar.gz astro-@astrojs/preact@3.5.2.tar.zst astro-@astrojs/preact@3.5.2.zip |
[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/eight-rice-tap.md | 5 | ||||
-rw-r--r-- | .changeset/eleven-cameras-sing.md | 5 | ||||
-rw-r--r-- | .changeset/eleven-papayas-rhyme.md | 5 | ||||
-rw-r--r-- | .changeset/fuzzy-falcons-tan.md | 5 | ||||
-rw-r--r-- | .changeset/good-adults-punch.md | 5 | ||||
-rw-r--r-- | .changeset/nasty-ladybugs-whisper.md | 5 | ||||
-rw-r--r-- | .changeset/odd-otters-look.md | 5 | ||||
-rw-r--r-- | .changeset/perfect-socks-dress.md | 5 | ||||
-rw-r--r-- | .changeset/thirty-bikes-peel.md | 5 | ||||
-rw-r--r-- | .changeset/tiny-suns-sit.md | 5 |
10 files changed, 0 insertions, 50 deletions
diff --git a/.changeset/eight-rice-tap.md b/.changeset/eight-rice-tap.md deleted file mode 100644 index f31d24115..000000000 --- a/.changeset/eight-rice-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/partytown': patch ---- - -Prevent Partytown integration from inserting a 'null' string into the body diff --git a/.changeset/eleven-cameras-sing.md b/.changeset/eleven-cameras-sing.md deleted file mode 100644 index 51092c495..000000000 --- a/.changeset/eleven-cameras-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/preact': patch ---- - -Preact signals are now serialized correctly in arrays when they are given to components. diff --git a/.changeset/eleven-papayas-rhyme.md b/.changeset/eleven-papayas-rhyme.md deleted file mode 100644 index 3b6a9bb09..000000000 --- a/.changeset/eleven-papayas-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where Vite would be imported by the SSR runtime, causing bundling errors and bloat. diff --git a/.changeset/fuzzy-falcons-tan.md b/.changeset/fuzzy-falcons-tan.md deleted file mode 100644 index 45323269d..000000000 --- a/.changeset/fuzzy-falcons-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Marks internal `vite-plugin-fileurl` plugin with `enforce: 'pre'` diff --git a/.changeset/good-adults-punch.md b/.changeset/good-adults-punch.md deleted file mode 100644 index 0ae575c51..000000000 --- a/.changeset/good-adults-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdoc': patch ---- - -Fixes an issue preventing to use Astro components as Markdoc tags and nodes when configured using the `extends` property. diff --git a/.changeset/nasty-ladybugs-whisper.md b/.changeset/nasty-ladybugs-whisper.md deleted file mode 100644 index d922187e5..000000000 --- a/.changeset/nasty-ladybugs-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevents prefetching of the same urls with different hashes. diff --git a/.changeset/odd-otters-look.md b/.changeset/odd-otters-look.md deleted file mode 100644 index 18f2be20d..000000000 --- a/.changeset/odd-otters-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -astro: patch ---- - -Updates the documentation for experimental Content Layer API with a corrected code example diff --git a/.changeset/perfect-socks-dress.md b/.changeset/perfect-socks-dress.md deleted file mode 100644 index a6c8a8402..000000000 --- a/.changeset/perfect-socks-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a typo in the `MissingImageDimension` error message diff --git a/.changeset/thirty-bikes-peel.md b/.changeset/thirty-bikes-peel.md deleted file mode 100644 index 5a5aacc7f..000000000 --- a/.changeset/thirty-bikes-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improves error message when invalid data is returned by an Action. diff --git a/.changeset/tiny-suns-sit.md b/.changeset/tiny-suns-sit.md deleted file mode 100644 index d5dbd58ae..000000000 --- a/.changeset/tiny-suns-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Fixes CSS in the layout component to be ordered first before any other components in the MDX file |