diff options
author | 2022-07-29 21:29:04 -0700 | |
---|---|---|
committer | 2022-07-30 00:29:04 -0400 | |
commit | 268d44e25b86bccdd95ed69fdce2ef6e585a3908 (patch) | |
tree | 8de3b6a2b183750e78f073f585278491fe741ba6 /packages/integrations/mdx | |
parent | f36a0e87a6f8860d3760519abac3d0f3f208871b (diff) | |
download | astro-268d44e25b86bccdd95ed69fdce2ef6e585a3908.tar.gz astro-268d44e25b86bccdd95ed69fdce2ef6e585a3908.tar.zst astro-268d44e25b86bccdd95ed69fdce2ef6e585a3908.zip |
[ci] release (#4086)astro@1.0.0-rc.3@astrojs/mdx@0.4.0@astrojs/markdown-component@0.2.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 8a79226ce..7bd749190 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.4.0 + +### Minor Changes + +- [#4088](https://github.com/withastro/astro/pull/4088) [`1743fe140`](https://github.com/withastro/astro/commit/1743fe140eb58d60e26cbd11a066bb60de046e0c) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support "layout" frontmatter property + ## 0.3.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 726b11025..d87529af2 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.3.1", + "version": "0.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |