@buerokratt-ria/menu 0.2.7 → 0.2.8

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
@@ -1,10 +1,14 @@
1
- # Changelog
1
+ # Changelog (MM-DD-YYYY)
2
2
 
3
3
  All changes to this project will be documented in this file.
4
4
 
5
+ ## [0.2.8] - 05-06-2025
6
+
7
+ - Added path /multi-domains menu element to Chatbot module administration
8
+
5
9
  ## [0.2.7] - 08-04-2025
6
10
 
7
- - Added path /feedback menu element to Chatbot module adminstration
11
+ - Added path /feedback menu element to Chatbot module administration
8
12
 
9
13
  ## [0.2.6] - 04-02-2025
10
14
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -361,6 +361,14 @@
361
361
  "en": "SKM Configuration"
362
362
  },
363
363
  "path": "/skm-configuration"
364
+ },
365
+ {
366
+ "hidden": false,
367
+ "label": {
368
+ "et": "Multidomeenid",
369
+ "en": "Multi-Domains"
370
+ },
371
+ "path": "/multi-domains"
364
372
  }
365
373
  ]
366
374
  },