Skip to content

Commit

Permalink
released v4.0.5 (#676) #665
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 18, 2024
1 parent 4612a02 commit e6d24a9
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": "4.0.4",
"version": "4.0.5",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"homepage": "https://uiwjs.github.io/react-md-editor/",
"funding": "https://jaywcjlove.github.io/#/sponsor",
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": "4.0.4",
"version": "4.0.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -17,7 +17,7 @@
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@uiw/react-md-editor": "4.0.4",
"@uiw/react-md-editor": "4.0.5",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
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": "4.0.4",
"version": "4.0.5",
"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": "4.0.4",
"version": "4.0.5",
"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": "^2.0.0",
"@uiw/react-md-editor": "4.0.4",
"@uiw/react-md-editor": "4.0.5",
"dom-to-image": "^2.6.0",
"katex": "~0.16.0",
"mermaid": "~10.6.1",
Expand Down

0 comments on commit e6d24a9

Please sign in to comment.