Skip to content

Version Packages - #448

Merged
boyney123 merged 1 commit into
mainfrom
changeset-release/main
Aug 31, 2026
Merged

Version Packages#448
boyney123 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

@eventcatalog/generator-asyncapi@7.0.3

Patch Changes

  • 64eaeb7: fix(asyncapi): escape angle brackets and curly braces in service and channel descriptions

    AsyncAPI info and channel descriptions were written into the generated markdown
    unescaped. A description containing angle brackets, e.g. <fieldname>,<asc/desc>,
    is parsed by MDX as a JSX tag and breaks the EventCatalog build with errors like
    "Unexpected character d (U+0064) after self-closing slash, expected > to end
    the tag"; curly braces are parsed as JSX expressions and fail similarly. These
    characters are now escaped in service and channel descriptions, while content
    inside fenced code blocks and inline code spans is left untouched.

@eventcatalog/generator-openapi@9.0.1

Patch Changes

  • 64eaeb7: fix(openapi): escape angle brackets in parameter and schema descriptions

    OpenAPI parameter and response schema descriptions were written into the
    generated markdown unescaped. A description containing angle brackets, e.g.
    <veldnaam>,<asc/desc>, is parsed by MDX as a JSX tag and breaks the
    EventCatalog build with errors like "Unexpected character d (U+0064) after
    self-closing slash, expected > to end the tag". Angle brackets and curly
    braces are now escaped in these descriptions, while content inside fenced
    code blocks and inline code spans is left untouched.

@github-actions
github-actions Bot requested a review from boyney123 as a code owner August 31, 2026 18:01
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@boyney123
boyney123 merged commit dce9280 into main Aug 31, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants