Skip to content

Commit c698dd9

Browse files
committed
released v5.11.2 (#202)
1 parent 2cf8574 commit c698dd9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-editor",
3-
"version": "5.11.1",
3+
"version": "5.11.2",
44
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
55
"homepage": "https://uiwjs.github.io/react-markdown-editor",
66
"main": "cjs/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.11.1",
2+
"version": "5.11.2",
33
"packages": ["core", "www"]
44
}

www/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "website",
3-
"version": "5.11.1",
3+
"version": "5.11.2",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
77
"start": "kkt start",
88
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
99
},
1010
"dependencies": {
11-
"@uiw/react-markdown-preview-example": "^1.5.6",
12-
"@uiw/react-markdown-editor": "5.11.1",
1311
"@types/react": "^18.2.17",
1412
"@types/react-dom": "^18.2.7",
13+
"@uiw/react-markdown-editor": "5.11.2",
14+
"@uiw/react-markdown-preview-example": "^1.5.6",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

0 commit comments

Comments
 (0)