From dc525789ab3a456bb5bae387a90f815e4a560a30 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 23 Jun 2024 23:18:17 +0800 Subject: [PATCH] released v5.1.2 --- core/package.json | 2 +- lerna.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index 596c5a61..56dcff9a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "5.1.1", + "version": "5.1.2", "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 0f5f9f78..91cae239 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "5.1.1", + "version": "5.1.2", "packages": ["core", "website"] }