diff --git a/lerna.json b/lerna.json index d9f64ea52..5a5e02cc7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.7.1", - "version": "0.60.1", + "version": "0.60.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index 4b50b511d..8d944fa12 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.1", + "version": "0.60.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -18,8 +18,8 @@ "is-plain-object": "^3.0.0" }, "devDependencies": { - "slate": "^0.60.1", - "slate-hyperscript": "^0.60.1" + "slate": "^0.60.2", + "slate-hyperscript": "^0.60.2" }, "peerDependencies": { "slate": ">=0.55.0" diff --git a/packages/slate-hyperscript/package.json b/packages/slate-hyperscript/package.json index a9b33bb7d..cb3bb9a21 100644 --- a/packages/slate-hyperscript/package.json +++ b/packages/slate-hyperscript/package.json @@ -1,7 +1,7 @@ { "name": "slate-hyperscript", "description": "A hyperscript helper for creating Slate documents.", - "version": "0.60.1", + "version": "0.60.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -17,7 +17,7 @@ "is-plain-object": "^3.0.0" }, "devDependencies": { - "slate": "^0.60.1" + "slate": "^0.60.2" }, "peerDependencies": { "slate": ">=0.55.0" diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index cf5b5c074..a2f2f75bb 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.1", + "version": "0.60.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -23,9 +23,9 @@ "scroll-into-view-if-needed": "^2.2.20" }, "devDependencies": { - "slate": "^0.60.1", - "slate-history": "^0.60.1", - "slate-hyperscript": "^0.60.1" + "slate": "^0.60.2", + "slate-history": "^0.60.2", + "slate-hyperscript": "^0.60.2" }, "peerDependencies": { "react": ">=16.8.0", diff --git a/packages/slate/package.json b/packages/slate/package.json index 03075d40d..959a7c6e9 100644 --- a/packages/slate/package.json +++ b/packages/slate/package.json @@ -1,7 +1,7 @@ { "name": "slate", "description": "A completely customizable framework for building rich text editors.", - "version": "0.60.1", + "version": "0.60.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",