Skip to content

Commit 5db60f2

Browse files
committed
released v4.0.4 #621
1 parent b3743ed commit 5db60f2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ export default function App() {
502502
}
503503
```
504504

505-
Internationalization Example, You can refer to `commands-cn` for internationalization.
505+
Internationalization Example, You can refer to [`commands-cn`](https://github.com/uiwjs/react-md-editor/blob/b3743ed8302b544f03aed6ed82bdbdf39efb2204/core/src/commands/index.cn.ts#L5-L187) for internationalization.
506506

507507
```jsx mdx:preview
508508
import React, { useContext } from "react";

core/package.json

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -17,7 +17,7 @@
1717
"@types/node": "^20",
1818
"@types/react": "^18",
1919
"@types/react-dom": "^18",
20-
"@uiw/react-md-editor": "4.0.3",
20+
"@uiw/react-md-editor": "4.0.4",
2121
"autoprefixer": "^10.0.1",
2222
"eslint": "^8",
2323
"eslint-config-next": "14.0.4",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.0.3",
2+
"version": "4.0.4",
33
"packages": ["core", "www", "example/**"]
44
}

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
66
"author": "kenny wang <wowohoo@qq.com>",
77
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@uiw/react-markdown-preview-example": "^2.0.0",
26-
"@uiw/react-md-editor": "4.0.3",
26+
"@uiw/react-md-editor": "4.0.4",
2727
"dom-to-image": "^2.6.0",
2828
"katex": "~0.16.0",
2929
"mermaid": "~10.6.1",

0 commit comments

Comments
 (0)