From 0f1790e8b4ef69fd1bea407e8a12aa9280424437 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 15 Mar 2024 17:19:03 +0800 Subject: [PATCH] released v5.1.0 #258 --- 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 885a99e7..6ee95ff6 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-markdown-preview", - "version": "5.0.10", + "version": "5.1.0", "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 7632bad7..2159daaf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "5.0.10", + "version": "5.1.0", "packages": ["core", "website"] }