Skip to content

Commit b33cdee

Browse files
committed
released v4.1.13 ##220
1 parent 3a74777 commit b33cdee

File tree

3 files changed

+4
-4
lines changed

3 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": "4.1.12",
3+
"version": "4.1.13",
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
"main": "lib/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.12",
2+
"version": "4.1.13",
33
"packages": ["core", "website"],
44
"useWorkspaces": true
55
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "4.1.12",
3+
"version": "4.1.13",
44
"private": true,
55
"scripts": {
66
"build": "kkt build",
@@ -10,7 +10,7 @@
1010
"@uiw/react-back-to-top": "^1.2.0",
1111
"@uiw/react-codesandbox": "~1.1.4",
1212
"@uiw/react-github-corners": "~1.5.3",
13-
"@uiw/react-markdown-preview": "^4.1.12",
13+
"@uiw/react-markdown-preview": "^4.1.13",
1414
"@uiw/react-shields": "~1.1.2",
1515
"@uiw/reset.css": "~1.0.5",
1616
"@wcj/dark-mode": "~1.0.9",

0 commit comments

Comments
 (0)