Skip to content

Commit 1ac19cb

Browse files
committed
released v4.0.10 (#698)
1 parent 7b196b3 commit 1ac19cb

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div markdown="1">
22
<sup>Using <a href="https://wangchujiang.com/#/app" target="_blank">my app</a> is also a way to <a href="https://wangchujiang.com/#/sponsor" target="_blank">support</a> me:</sup>
33
<br>
4+
<a target="_blank" href="https://apps.apple.com/app/Deskmark/6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" width="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
45
<a target="_blank" href="https://apps.apple.com/app/Keyzer/6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" width="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
56
<a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" width="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
67
<a target="_blank" href="https://apps.apple.com/app/VidCrop/6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" width="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>

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-md-editor",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
55
"homepage": "https://uiwjs.github.io/react-md-editor/",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

example/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

lerna.json

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

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "4.0.9",
4+
"version": "4.0.10",
55
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
66
"author": "kenny wang <[email protected]>",
77
"scripts": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@uiw/react-markdown-preview-example": "^2.0.0",
27-
"@uiw/react-md-editor": "4.0.9",
27+
"@uiw/react-md-editor": "4.0.10",
2828
"dom-to-image": "^2.6.0",
2929
"katex": "~0.16.0",
3030
"mermaid": "~10.9.1",

0 commit comments

Comments
 (0)