diff --git a/lerna.json b/lerna.json index b900214ca..a58ecd35b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.7.1", - "version": "0.55.2", + "version": "0.55.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index f7d5ca8d6..e1996a4f5 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.55.2", + "version": "0.55.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -19,7 +19,7 @@ }, "devDependencies": { "slate": "^0.55.2", - "slate-hyperscript": "^0.55.2" + "slate-hyperscript": "^0.55.3" }, "peerDependencies": { "slate": ">=0.55.0" diff --git a/packages/slate-hyperscript/package.json b/packages/slate-hyperscript/package.json index 1a082e7d7..74a8f4674 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.55.2", + "version": "0.55.3", "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 c799bba1d..46e970ea7 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.55.2", + "version": "0.55.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -24,7 +24,7 @@ }, "devDependencies": { "slate": "^0.55.2", - "slate-hyperscript": "^0.55.2" + "slate-hyperscript": "^0.55.3" }, "peerDependencies": { "react": ">=16.8.0",