diff --git a/.changeset/gentle-bikes-float.md b/.changeset/gentle-bikes-float.md deleted file mode 100644 index da8295d0..00000000 --- a/.changeset/gentle-bikes-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'markdown-to-jsx': patch ---- - -Use `ReactNode` instead of `ReactChild` for React 19 compatibility diff --git a/.changeset/ws.md b/.changeset/ws.md deleted file mode 100644 index 4d843399..00000000 --- a/.changeset/ws.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"markdown-to-jsx": patch ---- - -Bump ws from 8.11.0 to 8.18.0 diff --git a/.yarn/cache/@esbuild-darwin-x64-npm-0.19.11-cbbb06eafc-10.zip b/.yarn/cache/@esbuild-darwin-x64-npm-0.19.11-cbbb06eafc-10.zip new file mode 100644 index 00000000..779527e7 Binary files /dev/null and b/.yarn/cache/@esbuild-darwin-x64-npm-0.19.11-cbbb06eafc-10.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-10.zip new file mode 100644 index 00000000..1937416d Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-10.zip differ diff --git a/.yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-10.zip b/.yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-10.zip new file mode 100644 index 00000000..afc30edb Binary files /dev/null and b/.yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-10.zip differ diff --git a/CHANGELOG.md b/CHANGELOG.md index cd01aeab..c04ae80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # markdown-to-jsx +## 7.7.2 + +### Patch Changes + +- 52a727c: Use `ReactNode` instead of `ReactChild` for React 19 compatibility +- 4fa87d8: Bump ws from 8.11.0 to 8.18.0 + ## 7.7.1 ### Patch Changes diff --git a/package.json b/package.json index 800e0130..df46de48 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.1", + "version": "7.7.2", "publishConfig": { "access": "public" },