Skip to content

Commit

Permalink
Version Packages (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 21, 2024
1 parent abeb55f commit 879f882
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-months-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-rats-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-deers-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-chicken-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-roses-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-suits-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-files-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cougars-grab.md

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# markdown-to-jsx

## 7.4.4

### Patch Changes

- 8eb8a13: Handle newlines inside of HTML tags themselves (not just nested children.)
- c72dd31: Default `children` to an empty string if no content is passed.
- 4f752c8: Fix handling of deeply-nested HTML in some scenarios.
- 1486aa4: Handle extra brackets in links, thanks @zegl!
- 1486aa4: Allow a newline to appear within inline formatting like bold, emphasis, etc, thanks @austingreco!
- 1486aa4: Starting using changesets
- fd35402: Fix HTML block regex for custom component scenarios where a nested component shares the same prefix as the parent, e.g. Accordion vs AccordionItem.
- 1486aa4: Fix support for multi-line footnotes, thanks @zegl!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.",
"homepage": "https://markdown-to-jsx.quantizor.dev",
"license": "MIT",
"version": "7.4.3",
"version": "7.4.4",
"engines": {
"node": ">= 10"
},
Expand Down

0 comments on commit 879f882

Please sign in to comment.