From 97a7e8a469e4da1e5144c3593ba046dcd61c9947 Mon Sep 17 00:00:00 2001 From: CameronAckermanSEL Date: Wed, 27 May 2020 08:55:33 -0700 Subject: [PATCH] v0.58.2 --- lerna.json | 2 +- packages/slate-react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 11515fecf..78e548767 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.7.1", - "version": "0.58.1", + "version": "0.58.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index e71f77c81..17c639ed1 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.58.1", + "version": "0.58.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",