This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
mdxts@2.0.1
Patch Changes
39be366: Fixes MDXContent component causing _jsx is not a function during development.
5504a76: Replaces @manypkg/find-root with simplified utility for getting the root directory.
b7b664c: Adds allowErrors prop to CodeInline.
31e00c5: Trims empty export from copy value.
08d47ec: Fix imports in CodeBlock to capture correct types.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
mdxts@2.0.1
Patch Changes
MDXContent
component causing_jsx is not a function
during development.@manypkg/find-root
with simplified utility for getting the root directory.allowErrors
prop toCodeInline
.CodeBlock
to capture correct types.