summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-26 14:24:02 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-26 17:24:02 -0400
commitbb7707e1715fc3f496e4c3f07834221c8da62ff6 (patch)
treec577387365fd88322290d6555b8e9d79c61346a1 /.changeset
parent348c1ca1323d0516c2dcf8e963343cd12cb5407f (diff)
downloadastro@4.5.10.tar.gz
astro@4.5.10.tar.zst
astro@4.5.10.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/blue-dolls-melt.md5
-rw-r--r--.changeset/breezy-peaches-agree.md5
-rw-r--r--.changeset/eighty-pumpkins-float.md6
-rw-r--r--.changeset/fluffy-cups-invent.md5
-rw-r--r--.changeset/thin-impalas-cry.md5
-rw-r--r--.changeset/wild-nails-call.md5
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.