@buerokratt-ria/menu 0.2.2 → 0.2.4
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 +11 -2
- package/package.json +1 -1
- package/src/menu/data/menu-structure.json +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
All changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [0.2.4] - 13-12-2024
|
|
6
|
+
|
|
7
|
+
- Added Skm configration
|
|
8
|
+
|
|
9
|
+
## [0.2.3] - 06-12-2024
|
|
10
|
+
|
|
11
|
+
- Added Validations
|
|
12
|
+
|
|
4
13
|
## [0.1.17] - 24-10-2024
|
|
5
14
|
|
|
6
15
|
- Add /delete to chat
|
|
@@ -49,11 +58,11 @@ All changes to this project will be documented in this file.
|
|
|
49
58
|
|
|
50
59
|
## [0.1.7] - 27-05-2024
|
|
51
60
|
|
|
52
|
-
- Fix close menu button
|
|
61
|
+
- Fix close menu button
|
|
53
62
|
|
|
54
63
|
## [0.1.6] - 25-04-2024
|
|
55
64
|
|
|
56
|
-
- Updated api call addresses
|
|
65
|
+
- Updated api call addresses
|
|
57
66
|
|
|
58
67
|
## [0.1.5] - 27-02-2024
|
|
59
68
|
|
package/package.json
CHANGED
|
@@ -34,6 +34,13 @@
|
|
|
34
34
|
"en": "History"
|
|
35
35
|
},
|
|
36
36
|
"path": "/history"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"label": {
|
|
40
|
+
"et": "Valideerimised",
|
|
41
|
+
"en": "Validations"
|
|
42
|
+
},
|
|
43
|
+
"path": "/validations"
|
|
37
44
|
}
|
|
38
45
|
]
|
|
39
46
|
},
|
|
@@ -340,6 +347,13 @@
|
|
|
340
347
|
"en": "Delete conversations"
|
|
341
348
|
},
|
|
342
349
|
"path": "/delete-conversations"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"label": {
|
|
353
|
+
"et": "SKMi konfiguratsioon",
|
|
354
|
+
"en": "SKM Configuration"
|
|
355
|
+
},
|
|
356
|
+
"path": "/skm-configuration"
|
|
343
357
|
}
|
|
344
358
|
]
|
|
345
359
|
},
|