From 6b35e4d96bfc9f55b7bd8d51172d450a805e8351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Beye?= Date: Wed, 26 May 2021 12:37:22 +0200 Subject: [PATCH] chore(release): 2021.05.0 --- backend/package.json | 2 +- frontend/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/package.json b/backend/package.json index 61924003a6b..b572aab8391 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "valetudo-backend", - "version": "2021.04.0", + "version": "2021.05.0", "description": "Self-contained control webinterface for vacuum robots", "main": "index.js", "bin": "index.js", diff --git a/frontend/package.json b/frontend/package.json index 6d1c5c86223..07a70f5cc76 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "valetudo-frontend", - "version": "2021.04.0", + "version": "2021.05.0", "description": "Self-contained control webinterface for vacuum robots", "license": "Apache-2.0", "author": "", diff --git a/package-lock.json b/package-lock.json index 3b71a7db9f2..42f7bb448e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "valetudo", - "version": "2021.04.0", + "version": "2021.05.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "valetudo", - "version": "2021.04.0", + "version": "2021.05.0", "license": "Apache-2.0", "workspaces": [ "backend", @@ -27,7 +27,7 @@ }, "backend": { "name": "valetudo-backend", - "version": "2021.04.0", + "version": "2021.05.0", "license": "Apache-2.0", "dependencies": { "@destinationstransfers/ntp": "^2.0.0", @@ -74,7 +74,7 @@ }, "frontend": { "name": "valetudo-frontend", - "version": "2021.04.0", + "version": "2021.05.0", "license": "Apache-2.0", "devDependencies": { "typescript": "^3.8.3" diff --git a/package.json b/package.json index 679bd1bfad8..b7f53ce418b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valetudo", - "version": "2021.04.0", + "version": "2021.05.0", "description": "Self-contained control webinterface for vacuum robots", "license": "Apache-2.0", "engines": {