Skip to content

Commit

Permalink
released v3.25.4 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 12, 2023
1 parent 08af08b commit ea87346
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-md-editor",
"version": "3.25.3",
"version": "3.25.4",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"homepage": "https://uiwjs.github.io/react-md-editor/",
"author": "kenny wang <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions example/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "3.25.3",
"version": "3.25.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
"@types/node": "^20.4.5",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@uiw/react-md-editor": "3.25.3",
"@uiw/react-md-editor": "3.25.4",
"next": "~13.4.12",
"react": "~18.2.0",
"react-dom": "~18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.25.3",
"version": "3.25.4",
"packages": ["core", "www", "example/**"]
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "3.25.3",
"version": "3.25.4",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"author": "kenny wang <[email protected]>",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^1.5.6",
"@uiw/react-md-editor": "3.25.3",
"@uiw/react-md-editor": "3.25.4",
"dom-to-image": "^2.6.0",
"katex": "~0.16.0",
"mermaid": "~9.4.3",
Expand Down

1 comment on commit ea87346

@vercel
Copy link

@vercel vercel bot commented on ea87346 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.