@buerokratt-ria/menu 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.5] - 27-02-2024
6
+
7
+ - Added path /auto-services menu element to Training module
8
+ - Replaced path /followup-training /auto-services menu element to Service module
9
+
10
+ ## [0.1.4] - 09-02-2024
11
+
12
+ - Removed /buerokratt menu element from Analytics module
13
+
14
+ ## [0.1.3] - 06-02-2024
15
+
16
+ - Removed /training for /train-new-model menu element
17
+
5
18
  ## [0.1.2] - 01-02-2024
6
19
 
7
20
  - Added new element in menu /pending
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -107,6 +107,13 @@
107
107
  "en": "Slots"
108
108
  },
109
109
  "path": "/training/slots"
110
+ },
111
+ {
112
+ "label": {
113
+ "et": "Automatic Teenused",
114
+ "en": "Automatic Services"
115
+ },
116
+ "path": "/auto-services"
110
117
  }
111
118
  ]
112
119
  },
@@ -194,13 +201,6 @@
194
201
  },
195
202
  "path": "/chats"
196
203
  },
197
- {
198
- "label": {
199
- "et": "Bürokratt",
200
- "en": "Burokratt"
201
- },
202
- "path": "/burokratt"
203
- },
204
204
  {
205
205
  "label": {
206
206
  "et": "Tagasiside",
@@ -248,10 +248,10 @@
248
248
  },
249
249
  {
250
250
  "label": {
251
- "et": "Teemade järeltreenimine",
252
- "en": "Followup Training"
251
+ "et": "Automatic Teenused",
252
+ "en": "Automatic Services"
253
253
  },
254
- "path": "/followupTraining"
254
+ "path": "/auto-services"
255
255
  },
256
256
  {
257
257
  "label": {
Binary file