Skip to content

Commit

Permalink
released v3.17.2 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 11, 2022
1 parent d4d7f7d commit f90bdb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-md-editor",
"version": "3.17.1",
"version": "3.17.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
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "3.17.1",
"version": "3.17.2",
"packages": ["core", "www"],
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions www/package.json
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "3.17.1",
"version": "3.17.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 All @@ -24,7 +24,7 @@
},
"dependencies": {
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-md-editor": "3.17.1",
"@uiw/react-md-editor": "3.17.2",
"@uiw/react-shields": "~1.1.2",
"@wcj/dark-mode": "~1.0.9",
"dom-to-image": "^2.6.0",
Expand Down

1 comment on commit f90bdb8

@vercel
Copy link

@vercel vercel bot commented on f90bdb8 Aug 11, 2022

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.