Skip to content

Commit 0a1e822

Browse files
committed
released v6.1.2
1 parent b6c0327 commit 0a1e822

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-markdown-editor",
3-
"version": "6.1.1",
3+
"version": "6.1.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "6.1.1",
2+
"version": "6.1.2",
33
"packages": ["core", "www"]
44
}

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@types/react": "^18.2.17",
1212
"@types/react-dom": "^18.2.7",
13-
"@uiw/react-markdown-editor": "6.1.1",
13+
"@uiw/react-markdown-editor": "6.1.2",
1414
"@uiw/react-markdown-preview-example": "^2.0.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)