Skip to content

Commit

Permalink
released v3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 2, 2023
1 parent 6e35e1d commit 7e7fd55
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.1",
"version": "3.25.2",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"homepage": "https://uiwjs.github.io/react-md-editor/",
"author": "kenny wang <wowohoo@qq.com>",
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.1",
"version": "3.25.2",
"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.1",
"@uiw/react-md-editor": "3.25.2",
"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.1",
"version": "3.25.2",
"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.1",
"version": "3.25.2",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"author": "kenny wang <wowohoo@qq.com>",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^1.5.6",
"@uiw/react-md-editor": "3.25.1",
"@uiw/react-md-editor": "3.25.2",
"dom-to-image": "^2.6.0",
"katex": "~0.16.0",
"mermaid": "~9.4.3",
Expand Down

2 comments on commit 7e7fd55

@vercel
Copy link

@vercel vercel bot commented on 7e7fd55 Nov 2, 2023

Choose a reason for hiding this comment

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

@jaywcjlove
Copy link
Member Author

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.