diff --git a/core/package.json b/core/package.json index 686fe926..8546ab4e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "5.0.4", + "version": "5.0.5", "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 ababb811..d210a7a1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "5.0.4", + "version": "5.0.5", "packages": ["core", "website"] } diff --git a/website/package.json b/website/package.json index 0086b4b4..e3265bbf 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "5.0.4", + "version": "5.0.5", "private": true, "scripts": { "build": "kkt build",