chore(ui): prepare for 0.2.0 release
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 19 Feb 2024 14:17:34 +0000 (15:17 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 19 Feb 2024 14:17:34 +0000 (15:17 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/package.json
ui/web/sonar-project.properties
ui/web/src/types/ChargingStationType.ts

index caa425a1bb5f769b1baf33618a2ff949a590c8bd..e727bf6b7e81af96b2260209b40c35db0c47e588 100644 (file)
@@ -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"
 }
index 4c6b4f699bcbbcba7c45d929bb806d5e8cab7dc0..f614a852bf4e0d21506fb2b1af04a65146445f78 100644 (file)
@@ -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
index 882c37889a14fdd4d522cb3978062426876a8496..9baff1ae043b594cb028e2105246a7c08baef94c 100644 (file)
@@ -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 {