@buerokratt-ria/menu 0.2.4 → 0.2.6

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,14 @@
2
2
 
3
3
  All changes to this project will be documented in this file.
4
4
 
5
+ ## [0.2.6] - 04-02-2025
6
+
7
+ - Rename Stories to Rules in Training module menu items
8
+
9
+ ## [0.2.5] - 23-12-2024
10
+
11
+ - Updated menu position for model and train model
12
+
5
13
  ## [0.2.4] - 13-12-2024
6
14
 
7
15
  - Added Skm configration
@@ -12,12 +20,18 @@ All changes to this project will be documented in this file.
12
20
 
13
21
  ## [0.1.17] - 24-10-2024
14
22
 
15
- - Add /delete to chat
23
+ ## [0.2.3] - 04-02-2025
24
+
25
+ - Rename Training module menu items and paths
16
26
 
17
27
  ## [0.2.2] - 19-11-2024
18
28
 
19
29
  - Refactor menu permissions
20
30
 
31
+ ## [0.1.17] - 24-10-2024
32
+
33
+ - Add /delete to chat
34
+
21
35
  ## [0.1.16] - 10-06-2024
22
36
 
23
37
  - Improve close menu functionality
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -90,10 +90,10 @@
90
90
  },
91
91
  {
92
92
  "label": {
93
- "et": "Kasutuslood",
94
- "en": "User Stories"
93
+ "et": "Reeglid",
94
+ "en": "Rules"
95
95
  },
96
- "path": "/training/stories"
96
+ "path": "/training/rules"
97
97
  },
98
98
  {
99
99
  "hidden": true,
@@ -151,6 +151,13 @@
151
151
  }
152
152
  ]
153
153
  },
154
+ {
155
+ "label": {
156
+ "et": "Treeni uus mudel",
157
+ "en": "Train new model"
158
+ },
159
+ "path": "/train-new-model"
160
+ },
154
161
  {
155
162
  "label": {
156
163
  "et": "Mudelipank ja analüütika",
@@ -181,13 +188,6 @@
181
188
  "path": "/analytics/testcases"
182
189
  }
183
190
  ]
184
- },
185
- {
186
- "label": {
187
- "et": "Treeni uus mudel",
188
- "en": "Train new model"
189
- },
190
- "path": "/train-new-model"
191
191
  }
192
192
  ]
193
193
  },