From: Jérôme Benoit Date: Mon, 19 Feb 2024 14:17:34 +0000 (+0100) Subject: chore(ui): prepare for 0.2.0 release X-Git-Tag: v1.2.37~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5c51245316333bee6d39658710c40f5b40d68643;p=e-mobility-charging-stations-simulator.git chore(ui): prepare for 0.2.0 release Signed-off-by: Jérôme Benoit --- 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 {