summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-26 10:53:32 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-26 13:53:32 -0500
commit607f0ac31a43595252bc647c01ac4b75fc774202 (patch)
tree475b92a55eab7842dd43661b724fef595b7323e5 /.changeset
parent7abb1e9056c4b4fd0abfced347df32a41cdfbf28 (diff)
downloadastro-@astrojs/markdown-remark@2.0.1.tar.gz
astro-@astrojs/markdown-remark@2.0.1.tar.zst
astro-@astrojs/markdown-remark@2.0.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/eighty-knives-remain.md6
-rw-r--r--.changeset/fluffy-cherries-shake.md5
-rw-r--r--.changeset/fresh-eels-speak.md5
-rw-r--r--.changeset/good-avocados-repeat.md7
-rw-r--r--.changeset/odd-rats-drop.md6
-rw-r--r--.changeset/serious-turtles-explode.md5
-rw-r--r--.changeset/strong-hotels-sort.md5
-rw-r--r--.changeset/ten-icons-raise.md5
-rw-r--r--.changeset/tidy-ties-repeat.md5
9 files changed, 0 insertions, 49 deletions
diff --git a/.changeset/eighty-knives-remain.md b/.changeset/eighty-knives-remain.md
deleted file mode 100644
index 72cd5c76f..000000000
--- a/.changeset/eighty-knives-remain.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/mdx': patch
-'@astrojs/markdown-remark': patch
----
-
-Fix MDX heading IDs generation when using a frontmatter reference
diff --git a/.changeset/fluffy-cherries-shake.md b/.changeset/fluffy-cherries-shake.md
deleted file mode 100644
index 818ce7a42..000000000
--- a/.changeset/fluffy-cherries-shake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a dev server edge case where prerender + getStaticPaths would not 404 on an unmatched route
diff --git a/.changeset/fresh-eels-speak.md b/.changeset/fresh-eels-speak.md
deleted file mode 100644
index d826bb516..000000000
--- a/.changeset/fresh-eels-speak.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': patch
----
-
-Support passing `children` as props to a React component
diff --git a/.changeset/good-avocados-repeat.md b/.changeset/good-avocados-repeat.md
deleted file mode 100644
index 3ff9846de..000000000
--- a/.changeset/good-avocados-repeat.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/cloudflare': patch
----
-
-Support for prerendering in the Cloudflare integration
-
-This fixes prerendering in the Cloudflare adapter. Now any prerendered routes are added to the `_routes.json` config so that the worker script is skipped for those routes.
diff --git a/.changeset/odd-rats-drop.md b/.changeset/odd-rats-drop.md
deleted file mode 100644
index 1b2f930f0..000000000
--- a/.changeset/odd-rats-drop.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/node': patch
----
-
-Fix `Astro.url.protocol` when using the @astrojs/node SSR adapter with HTTPS
diff --git a/.changeset/serious-turtles-explode.md b/.changeset/serious-turtles-explode.md
deleted file mode 100644
index 0e90a18d9..000000000
--- a/.changeset/serious-turtles-explode.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-improve error message: change @astrojs/solid to @astrojs/solid-js
diff --git a/.changeset/strong-hotels-sort.md b/.changeset/strong-hotels-sort.md
deleted file mode 100644
index 7b674aef5..000000000
--- a/.changeset/strong-hotels-sort.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add type guard support to filters on `getCollection()`
diff --git a/.changeset/ten-icons-raise.md b/.changeset/ten-icons-raise.md
deleted file mode 100644
index 2c283d8b3..000000000
--- a/.changeset/ten-icons-raise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Astro <Code> component is not able to use a custom theme anymore
diff --git a/.changeset/tidy-ties-repeat.md b/.changeset/tidy-ties-repeat.md
deleted file mode 100644
index 91c0678c0..000000000
--- a/.changeset/tidy-ties-repeat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/cloudflare": minor
----
-
-Re-enable streaming in Cloudflare Pages.