From 3cfd019fe404cbe5d260f20168e37fa70297e493 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:33:49 -0500 Subject: [PATCH] Version Packages (#647) Co-authored-by: github-actions[bot] --- .changeset/eleven-bugs-report.md | 5 ----- .changeset/serious-coins-push.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/eleven-bugs-report.md delete mode 100644 .changeset/serious-coins-push.md diff --git a/.changeset/eleven-bugs-report.md b/.changeset/eleven-bugs-report.md deleted file mode 100644 index b75b2510..00000000 --- a/.changeset/eleven-bugs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Handle paragraph splitting better, fixes #641. diff --git a/.changeset/serious-coins-push.md b/.changeset/serious-coins-push.md deleted file mode 100644 index b171e01d..00000000 --- a/.changeset/serious-coins-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Adjust table row parsing to better handle inline syntaxes and improve performance. diff --git a/CHANGELOG.md b/CHANGELOG.md index c04ae80a..e9f20465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # markdown-to-jsx +## 7.7.3 + +### Patch Changes + +- 8026103: Handle paragraph splitting better, fixes #641. +- 1ea00bb: Adjust table row parsing to better handle inline syntaxes and improve performance. + ## 7.7.2 ### Patch Changes diff --git a/package.json b/package.json index bbd4d077..e6c87870 100644 --- a/package.json +++ b/package.json @@ -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.7.2", + "version": "7.7.3", "publishConfig": { "access": "public" },