diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/blue-dolls-melt.md | 5 | ||||
-rw-r--r-- | .changeset/breezy-peaches-agree.md | 5 | ||||
-rw-r--r-- | .changeset/eighty-pumpkins-float.md | 6 | ||||
-rw-r--r-- | .changeset/fluffy-cups-invent.md | 5 | ||||
-rw-r--r-- | .changeset/thin-impalas-cry.md | 5 | ||||
-rw-r--r-- | .changeset/wild-nails-call.md | 5 |
6 files changed, 0 insertions, 31 deletions
diff --git a/.changeset/blue-dolls-melt.md b/.changeset/blue-dolls-melt.md deleted file mode 100644 index a4d0c26d7..000000000 --- a/.changeset/blue-dolls-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Updates the `HTMLAttributes` type exported from `astro` to allow data attributes diff --git a/.changeset/breezy-peaches-agree.md b/.changeset/breezy-peaches-agree.md deleted file mode 100644 index 0c639b8ce..000000000 --- a/.changeset/breezy-peaches-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes minor type issues inside the built-in components of Astro diff --git a/.changeset/eighty-pumpkins-float.md b/.changeset/eighty-pumpkins-float.md deleted file mode 100644 index 9550a18ce..000000000 --- a/.changeset/eighty-pumpkins-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@astrojs/markdown-remark": patch ---- - -This patch allows Shiki to use all of its reserved languages instead of the -previous behavior of forcing unknown languages to plaintext. diff --git a/.changeset/fluffy-cups-invent.md b/.changeset/fluffy-cups-invent.md deleted file mode 100644 index 0ea588ef1..000000000 --- a/.changeset/fluffy-cups-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/sitemap": patch ---- - -Fixes an issue where the base path is missing in `sitemap-index.xml`. diff --git a/.changeset/thin-impalas-cry.md b/.changeset/thin-impalas-cry.md deleted file mode 100644 index be591d72b..000000000 --- a/.changeset/thin-impalas-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes bug where server builds would include unneeded assets in SSR Function, potentially leading to upload errors on Vercel, Netlify because of size limits diff --git a/.changeset/wild-nails-call.md b/.changeset/wild-nails-call.md deleted file mode 100644 index 91ef0db9b..000000000 --- a/.changeset/wild-nails-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Fix `db.run()` type signature in production. |