Skip to content

Commit

Permalink
released v3.16.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 29, 2022
1 parent eab6b37 commit 4597beb
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.15.0",
"version": "3.16.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.14.5",
"version": "3.16.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.14.5",
"version": "3.16.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 comments on commit 4597beb

@vercel
Copy link

@vercel vercel bot commented on 4597beb Jul 29, 2022

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.