@buerokratt-ria/menu 0.1.2 → 0.1.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 CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.4] - 09-02-2024
6
+
7
+ - Removed /buerokratt menu element from Analytics module
8
+
9
+ ## [0.1.3] - 06-02-2024
10
+
11
+ - Removed /training for /train-new-model menu element
12
+
5
13
  ## [0.1.2] - 01-02-2024
6
14
 
7
15
  - 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.2",
3
+ "version": "0.1.4",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -168,7 +168,7 @@
168
168
  "et": "Treeni uus mudel",
169
169
  "en": "Train new model"
170
170
  },
171
- "path": "/training/train-new-model"
171
+ "path": "/train-new-model"
172
172
  }
173
173
  ]
174
174
  },
@@ -194,13 +194,6 @@
194
194
  },
195
195
  "path": "/chats"
196
196
  },
197
- {
198
- "label": {
199
- "et": "Bürokratt",
200
- "en": "Burokratt"
201
- },
202
- "path": "/burokratt"
203
- },
204
197
  {
205
198
  "label": {
206
199
  "et": "Tagasiside",
Binary file