Skip to content

Commit

Permalink
released v4.1.11 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 21, 2023
1 parent c376e54 commit bf60089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-markdown-preview",
"version": "4.1.10",
"version": "4.1.11",
"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",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "4.1.10",
"version": "4.1.11",
"packages": ["core", "website"],
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "4.1.10",
"version": "4.1.11",
"private": true,
"scripts": {
"build": "kkt build",
Expand All @@ -10,7 +10,7 @@
"@uiw/react-back-to-top": "^1.2.0",
"@uiw/react-codesandbox": "~1.1.4",
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-markdown-preview": "^4.1.10",
"@uiw/react-markdown-preview": "^4.1.11",
"@uiw/react-shields": "~1.1.2",
"@uiw/reset.css": "~1.0.5",
"@wcj/dark-mode": "~1.0.9",
Expand Down

0 comments on commit bf60089

Please sign in to comment.