Skip to content

Commit cc51794

Browse files
committed
released v5.1.3
1 parent 17f01c0 commit cc51794

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-markdown-preview",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
55
"homepage": "https://uiwjs.github.io/react-markdown-preview",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

examples/#269/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/269",
3-
"version": "5.1.1",
3+
"version": "5.1.3",
44
"private": true,
55
"scripts": {
66
"build": "kkt build",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.1.2",
2+
"version": "5.1.3",
33
"packages": ["core", "examples/**", "website"]
44
}

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "5.1.1",
3+
"version": "5.1.3",
44
"private": true,
55
"scripts": {
66
"build": "kkt build",

0 commit comments

Comments
 (0)