diff --git a/core/package.json b/core/package.json index 47f1a1969..c141b5e00 100644 --- a/core/package.json +++ b/core/package.json @@ -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 ", diff --git a/lerna.json b/lerna.json index 81b270df2..2f0ba367d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.14.5", + "version": "3.16.0", "packages": ["core", "www"], "useWorkspaces": true } diff --git a/www/package.json b/www/package.json index b4362c556..2c7f650c9 100644 --- a/www/package.json +++ b/www/package.json @@ -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 ",