From e5d8931b294d6146d9b0e7aa9065a87940aa55da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:38:15 -0500 Subject: [PATCH] Version Packages (#619) Co-authored-by: github-actions[bot] --- .changeset/chatty-waves-invite.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chatty-waves-invite.md diff --git a/.changeset/chatty-waves-invite.md b/.changeset/chatty-waves-invite.md deleted file mode 100644 index 62d60dca..00000000 --- a/.changeset/chatty-waves-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Handle `class` attribute from arbitrary HTML properly to avoid React warnings. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7427d1e3..4ada1a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # markdown-to-jsx +## 7.6.1 + +### Patch Changes + +- 87d8bd3: Handle `class` attribute from arbitrary HTML properly to avoid React warnings. + ## 7.6.0 ### Minor Changes diff --git a/package.json b/package.json index 3c25bd99..153dff1f 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.6.0", + "version": "7.6.1", "publishConfig": { "access": "public" },