summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-31 00:56:38 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-31 15:56:38 +0800
commit5f7bf49d38ab888e65f010e106579c7947a8d5c6 (patch)
treea58b6cd14078d14efb0ac8bd8b8764302f29a740 /packages/integrations/mdx
parentffc836bac0cdea684ea91f958ac8298d4ee4b07d (diff)
downloadastro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.gz
astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.tar.zst
astro-5f7bf49d38ab888e65f010e106579c7947a8d5c6.zip
[ci] release (#12290)astro@4.16.8@astrojs/mdx@3.1.9
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 5867b3eeb..e4742f9ea 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 3.1.9
+
+### Patch Changes
+
+- [#12245](https://github.com/withastro/astro/pull/12245) [`1d4f6a4`](https://github.com/withastro/astro/commit/1d4f6a4989bc1cfd7109b1bff41503f115660e02) Thanks [@bmenant](https://github.com/bmenant)! - Add `components` property to MDXInstance type definition (RenderResult and module import)
+
## 3.1.8
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 1fbc1834b..cac6e8f4c 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": "3.1.8",
+ "version": "3.1.9",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",