diff --git a/core/package.json b/core/package.json index e29e2c2c..686fe926 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "5.0.3", + "version": "5.0.4", "description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.", "homepage": "https://uiwjs.github.io/react-markdown-preview", "funding": "https://jaywcjlove.github.io/#/sponsor", diff --git a/lerna.json b/lerna.json index e00016ca..ababb811 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "5.0.3", + "version": "5.0.4", "packages": ["core", "website"] } diff --git a/website/package.json b/website/package.json index 2799c407..0086b4b4 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "5.0.3", + "version": "5.0.4", "private": true, "scripts": { "build": "kkt build",