summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-26 03:38:33 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-26 11:38:33 +0000
commita2f90ced77c18757883a4a060d2b321764a0c60f (patch)
tree681f8b5bd7be19ce5e737cb52191c07c9d6b4688 /packages/integrations/mdx
parentc34803205e2bc433df191a7e39d63e8ec307becc (diff)
downloadastro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.gz
astro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.zst
astro-a2f90ced77c18757883a4a060d2b321764a0c60f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index a8c94b496..00d4816d2 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 4.0.0-beta.4
+
+### Patch Changes
+
+- [#12533](https://github.com/withastro/astro/pull/12533) [`1b61fdf`](https://github.com/withastro/astro/commit/1b61fdf038d2627c6dad1a7f1426f60a4616ad93) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a case where the MDX renderer couldn't be loaded when used as a direct dependency of an Astro integration.
+
## 4.0.0-beta.3
### Major Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 16d9864fa..fe59d20f3 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-beta.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",