diff options
author | 2024-10-10 04:21:19 -0700 | |
---|---|---|
committer | 2024-10-10 12:21:19 +0100 | |
commit | 582f12e1f6f99b54865a0b24d804ee0924f4ef55 (patch) | |
tree | 436a14894bd0254acfb1dcf84c00ffbfd556f687 /packages/integrations/mdx | |
parent | b9e8e96354019c21c8b73585bea74b84b9b092ee (diff) | |
download | astro-582f12e1f6f99b54865a0b24d804ee0924f4ef55.tar.gz astro-582f12e1f6f99b54865a0b24d804ee0924f4ef55.tar.zst astro-582f12e1f6f99b54865a0b24d804ee0924f4ef55.zip |
[ci] release (#12148)create-astro@4.9.2astro@4.16.0@astrojs/tailwind@5.1.2@astrojs/rss@4.0.8@astrojs/mdx@3.1.8@astrojs/markdown-remark@5.3.0@astrojs/markdoc@0.11.5
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.md | 7 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 0d4f55c42..5867b3eeb 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/mdx +## 3.1.8 + +### Patch Changes + +- Updated dependencies [[`710a1a1`](https://github.com/withastro/astro/commit/710a1a11f488ff6ed3da6d3e0723b2322ccfe27b)]: + - @astrojs/markdown-remark@5.3.0 + ## 3.1.7 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index bdfd92093..61a16232a 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.7", + "version": "3.1.8", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |