@buerokratt-ria/menu 0.2.6 → 0.2.7

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,10 @@
2
2
 
3
3
  All changes to this project will be documented in this file.
4
4
 
5
+ ## [0.2.7] - 08-04-2025
6
+
7
+ - Added path /feedback menu element to Chatbot module adminstration
8
+
5
9
  ## [0.2.6] - 04-02-2025
6
10
 
7
11
  - Rename Stories to Rules in Training module menu items
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -324,6 +324,13 @@
324
324
  "en": "Emergency notices"
325
325
  },
326
326
  "path": "/chatbot/emergency-notices"
327
+ },
328
+ {
329
+ "label": {
330
+ "et": "Tagasiside",
331
+ "en": "Feedback"
332
+ },
333
+ "path": "/chatbot/feedback"
327
334
  }
328
335
  ]
329
336
  },