diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b5f56cb..b41a694 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "openbikesensor-portal-frontend", - "version": "0.3.0-rc.1", + "version": "0.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 6634d2e..30af2c9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "openbikesensor-portal-frontend", - "version": "0.3.0-rc.1", + "version": "0.0.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.12.0", diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index b7dbd23..1281163 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -24,5 +24,5 @@ "theme_color": "#114594", "background_color": "#ffffff", "manifest_version": 2, - "version": "0.3.0-rc.1" + "version": "0.0.0" } diff --git a/frontend/src/App.js b/frontend/src/App.js index c096ae6..4be4080 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -24,10 +24,6 @@ import { import {Avatar, LoginButton} from 'components' import api from 'api' -import packageJson from '../package.json' - -const {version} = packageJson - // This component removes the "navigate" prop before rendering a Menu.Item, // which is a workaround for an annoying warning that is somehow caused by the // and