diff --git a/packages/slate-hotkeys/package.json b/packages/slate-hotkeys/package.json index f9c37beab..e9ecf8697 100644 --- a/packages/slate-hotkeys/package.json +++ b/packages/slate-hotkeys/package.json @@ -1,7 +1,7 @@ { "name": "slate-hotkeys", "description": "A set of function to detect common keypresses in a platform-agnostic way", - "version": "0.1.4", + "version": "0.2.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "lib/slate-hotkeys.js", diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 5b872d85f..d2c284c1f 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "A set of React components for building completely customizable rich-text editors.", - "version": "0.15.1", + "version": "0.15.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "lib/slate-react.js", @@ -25,7 +25,7 @@ "slate-base64-serializer": "^0.2.47", "slate-dev-environment": "^0.1.4", "slate-dev-logger": "^0.1.42", - "slate-hotkeys": "^0.1.4", + "slate-hotkeys": "^0.2.0", "slate-plain-serializer": "^0.5.28", "slate-prop-types": "^0.4.45" },