diff options
author | 2023-02-16 11:36:33 -0800 | |
---|---|---|
committer | 2023-02-16 14:36:33 -0500 | |
commit | fb4e79bf1fb4be8f572e661c4c8b40b4579447c7 (patch) | |
tree | df5a3a124fc3afb38b3cba696a48cfe4acb8bf77 /packages/integrations/mdx | |
parent | 9286e105684dc035f5954e6ad8e6d4a8a41dd446 (diff) | |
download | astro-fb4e79bf1fb4be8f572e661c4c8b40b4579447c7.tar.gz astro-fb4e79bf1fb4be8f572e661c4c8b40b4579447c7.tar.zst astro-fb4e79bf1fb4be8f572e661c4c8b40b4579447c7.zip |
[ci] release (#6261)astro@2.0.13@astrojs/vercel@3.1.2@astrojs/mdx@0.17.0@astrojs/deno@4.0.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 ab4599976..074162dc2 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.17.0 + +### Minor Changes + +- [#6253](https://github.com/withastro/astro/pull/6253) [`0049fda62`](https://github.com/withastro/astro/commit/0049fda62fa8650a0d250adb00a2c5d82679aeaf) Thanks [@bluwy](https://github.com/bluwy)! - Support rehype plugins that inject namespaced attributes. This introduces a breaking change if you use [custom components for HTML elements](https://docs.astro.build/en/guides/markdown-content/#assigning-custom-components-to-html-elements), where the prop passed to the component will be normal HTML casing, e.g. `class` instead of `className`, and `xlink:href` instead of `xlinkHref`. + ## 0.16.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 3c1bc6a35..2f6a7be3c 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.16.2", + "version": "0.17.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |