Skip to content

Commit

Permalink
released v3.17.0 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 29, 2022
1 parent 155fabf commit af4c448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.16.0",
"version": "3.17.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.16.0",
"version": "3.17.0",
"packages": ["core", "www"],
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "3.16.0",
"version": "3.17.0",
"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

0 comments on commit af4c448

Please sign in to comment.