diff options
author | 2024-10-01 06:46:45 -0700 | |
---|---|---|
committer | 2024-10-01 15:46:45 +0200 | |
commit | ece03449e31d15a9ae55297f2ad7425f1078fe8c (patch) | |
tree | 69c2d6c61f17824a90c9b418fd2b3995dc7fc3fd /packages/integrations/mdx | |
parent | 2eb62d07b59b3c1dfd5f6726f1e5813ff13e0b07 (diff) | |
download | astro-ece03449e31d15a9ae55297f2ad7425f1078fe8c.tar.gz astro-ece03449e31d15a9ae55297f2ad7425f1078fe8c.tar.zst astro-ece03449e31d15a9ae55297f2ad7425f1078fe8c.zip |
[ci] release (beta) (#12072)astro@5.0.0-beta.3@astrojs/studio@0.1.2-beta.0@astrojs/mdx@4.0.0-beta.2@astrojs/markdown-remark@6.0.0-beta.2@astrojs/markdoc@0.11.5-beta.1@astrojs/db@0.14.0-beta.2
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 | 9 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 7eacad5c3..5a07363e4 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/mdx +## 4.0.0-beta.2 + +### Patch Changes + +- [#12075](https://github.com/withastro/astro/pull/12075) [`a19530e`](https://github.com/withastro/astro/commit/a19530e377b7d7afad58a33b23c0a5df1c376819) Thanks [@bluwy](https://github.com/bluwy)! - Parses frontmatter ourselves + +- Updated dependencies [[`a19530e`](https://github.com/withastro/astro/commit/a19530e377b7d7afad58a33b23c0a5df1c376819)]: + - @astrojs/markdown-remark@6.0.0-beta.2 + ## 4.0.0-beta.1 ### Major Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index d1b5f1f5c..eb7db09a8 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.1", + "version": "4.0.0-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |