diff --git a/lerna.json b/lerna.json index 34c7c785c..e8863c525 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.7.1", - "version": "0.60.14", + "version": "0.60.15", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 6d0e2959c..fd26985c4 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "Tools for building completely customizable richtext editors with React.", - "version": "0.60.14", + "version": "0.60.15", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",