summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/blue-swans-teach.md6
-rw-r--r--.changeset/curly-wasps-matter.md5
-rw-r--r--.changeset/lazy-mice-fetch.md14
-rw-r--r--.changeset/thirty-crews-love.md5
-rw-r--r--.changeset/twenty-islands-protect.md5
5 files changed, 0 insertions, 35 deletions
diff --git a/.changeset/blue-swans-teach.md b/.changeset/blue-swans-teach.md
deleted file mode 100644
index 87e955ef5..000000000
--- a/.changeset/blue-swans-teach.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/markdown-remark': patch
----
-
-Fix using optimized images in Markdown not working
diff --git a/.changeset/curly-wasps-matter.md b/.changeset/curly-wasps-matter.md
deleted file mode 100644
index df9517de9..000000000
--- a/.changeset/curly-wasps-matter.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix tsconfig alias regression
diff --git a/.changeset/lazy-mice-fetch.md b/.changeset/lazy-mice-fetch.md
deleted file mode 100644
index bdb6f6540..000000000
--- a/.changeset/lazy-mice-fetch.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'astro': patch
-'@astrojs/markdoc': patch
----
-
-Allow access to content collection entry information (including parsed frontmatter and the entry slug) from your Markdoc using the `$entry` variable:
-
-```mdx
----
-title: Hello Markdoc!
----
-
-# {% $entry.data.title %}
-```
diff --git a/.changeset/thirty-crews-love.md b/.changeset/thirty-crews-love.md
deleted file mode 100644
index fd9efd9c2..000000000
--- a/.changeset/thirty-crews-love.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdoc': patch
----
-
-Fix: Update Markdoc renderer internals to remove unneeded dependencies
diff --git a/.changeset/twenty-islands-protect.md b/.changeset/twenty-islands-protect.md
deleted file mode 100644
index 7d035955e..000000000
--- a/.changeset/twenty-islands-protect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/markdoc": patch
----
-
-Fix README instructions for installing Markdoc manually.