From 5c51245316333bee6d39658710c40f5b40d68643 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 19 Feb 2024 15:17:34 +0100 Subject: [PATCH] chore(ui): prepare for 0.2.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/package.json | 4 ++-- ui/web/sonar-project.properties | 2 +- ui/web/src/types/ChargingStationType.ts | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/web/package.json b/ui/web/package.json index caa425a1..e727bf6b 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.1.1", + "version": "0.2.0", "readme": "README.md", "engines": { "node": ">=18.0.0", @@ -65,5 +65,5 @@ "vite": "^5.1.3", "vitest": "^1.3.0" }, - "_id": "webui@0.1.1" + "_id": "webui@0.2.0" } diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 4c6b4f69..f614a852 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-webui -sonar.projectVersion=0.1.1 +sonar.projectVersion=0.2.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src diff --git a/ui/web/src/types/ChargingStationType.ts b/ui/web/src/types/ChargingStationType.ts index 882c3788..9baff1ae 100644 --- a/ui/web/src/types/ChargingStationType.ts +++ b/ui/web/src/types/ChargingStationType.ts @@ -213,7 +213,8 @@ type CommandsSupport = { export enum OCPPVersion { VERSION_16 = '1.6', - VERSION_20 = '2.0' + VERSION_20 = '2.0', + VERSION_201 = '2.0.1' } export enum OCPPProtocol { -- 2.34.1