summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-14 22:32:17 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-15 14:32:17 +0800
commit0968069aaf509cea67e2bc2b03b1265327d14451 (patch)
tree3b5ed670179e25feac40181214671723d25bbd9e /packages/integrations/markdoc
parent1a026afb427cd4b472c8f1174a08f10086f4fb89 (diff)
downloadastro-0968069aaf509cea67e2bc2b03b1265327d14451.tar.gz
astro-0968069aaf509cea67e2bc2b03b1265327d14451.tar.zst
astro-0968069aaf509cea67e2bc2b03b1265327d14451.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md11
-rw-r--r--packages/integrations/markdoc/package.json2
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index 7767bc676..af653d86f 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/markdoc
+## 0.12.6
+
+### Patch Changes
+
+- [#12361](https://github.com/withastro/astro/pull/12361) [`3d89e62`](https://github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941) Thanks [@LunaticMuch](https://github.com/LunaticMuch)! - Upgrades the `esbuild` version to match `vite`
+
+- [#12967](https://github.com/withastro/astro/pull/12967) [`0ef1613`](https://github.com/withastro/astro/commit/0ef1613ea36439a76965290053ccc3f8afb9f400) Thanks [@bluwy](https://github.com/bluwy)! - Fixes rendering components when the `nodes.document.render` Markdoc config is set to `null`
+
+- Updated dependencies [[`3d89e62`](https://github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941)]:
+ - @astrojs/markdown-remark@6.0.2
+
## 0.12.5
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index b17fbc747..1f55422f1 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
- "version": "0.12.5",
+ "version": "0.12.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",