From a92e68650d45424c674b5e5cc24e2452c1a9b39b Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 2 Oct 2023 15:36:35 +0100 Subject: [PATCH] v1.0.0-rc.20 --- client/components/Application/Browser.tsx | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/components/Application/Browser.tsx b/client/components/Application/Browser.tsx index dc41ab870..412c7d9df 100644 --- a/client/components/Application/Browser.tsx +++ b/client/components/Application/Browser.tsx @@ -1,4 +1,3 @@ -import * as React from 'react' import Box from '@mui/material/Box' import { ErrorBoundary } from 'react-error-boundary' import EmptyCard from '../Parts/Cards/Empty' diff --git a/package.json b/package.json index ac1576e53..d3e7d0488 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opendataeditor", "license": "MIT", - "version": "1.0.0-rc.19", + "version": "1.0.0-rc.20", "productName": "Open Data Editor", "author": "Open Knowledge Foundation", "description": "Data management for humans",