Skip to content

Commit e43d405

Browse files
committed
released v6.0.1 #217
1 parent 64985d0 commit e43d405

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://github.com/uiwjs/react-markdown-editor">
5-
<img alt="React Markdown Editor logo" src="https://github.com/uiwjs/react-markdown-editor/assets/1680273/473491e0-c955-46c2-abbd-6f506068d84b?sanitize=true">
5+
<img alt="React Markdown Editor logo" src="https://github.com/uiwjs/react-markdown-editor/assets/1680273/8877c62e-9a74-48db-baca-8b1453ef929a">
66
</a>
77
</p>
88

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.0.0",
3+
"version": "6.0.1",
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.0.0",
2+
"version": "6.0.1",
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.0.0",
3+
"version": "6.0.1",
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.0.0",
13+
"@uiw/react-markdown-editor": "6.0.1",
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)