diff --git a/lerna.json b/lerna.json index e8863c525..865d2aeec 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.7.1", - "version": "0.60.15", + "version": "0.60.16", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index b3a8265d3..1c4f57724 100644 --- a/packages/slate-history/package.json +++ b/packages/slate-history/package.json @@ -1,7 +1,7 @@ { "name": "slate-history", "description": "An operation-based history implementation for Slate editors.", - "version": "0.60.11", + "version": "0.60.16", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index fd26985c4..d46701b70 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.15", + "version": "0.60.16", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -24,7 +24,7 @@ }, "devDependencies": { "slate": "^0.60.11", - "slate-history": "^0.60.11", + "slate-history": "^0.60.16", "slate-hyperscript": "^0.60.11" }, "peerDependencies": {