diff options
author | 2023-06-02 07:51:28 -0700 | |
---|---|---|
committer | 2023-06-02 10:51:28 -0400 | |
commit | c64dfdd3d83a603449aa2c22765ac0f68193e5d3 (patch) | |
tree | a5f83dfce1ac02e9dfd3dc260a6f491f3b4454e8 /packages/integrations/mdx | |
parent | 6721b1f699b457e83124489b7230cbbf5e8eb560 (diff) | |
download | astro-c64dfdd3d83a603449aa2c22765ac0f68193e5d3.tar.gz astro-c64dfdd3d83a603449aa2c22765ac0f68193e5d3.tar.zst astro-c64dfdd3d83a603449aa2c22765ac0f68193e5d3.zip |
[ci] release (#7254)astro@2.5.7@astrojs/sitemap@1.3.3@astrojs/mdx@0.19.6@astrojs/markdoc@0.3.1
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 | 6 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index c5bf908fc..7ec9280b6 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.19.6 + +### Patch Changes + +- [#7185](https://github.com/withastro/astro/pull/7185) [`339529fc8`](https://github.com/withastro/astro/commit/339529fc820bac2d514b63198ecf54a1d88c0917) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Bring back improved style and script handling across content collection files. This addresses bugs found in a previous release to `@astrojs/markdoc`. + ## 0.19.5 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 705544484..1c7cd45b3 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": "0.19.5", + "version": "0.19.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |