@buerokratt-ria/menu 0.2.8 → 0.2.9

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.9] - 12-11-2025
6
+
7
+ - Added path /anonymizer to menu items
8
+
5
9
  ## [0.2.8] - 05-06-2025
6
10
 
7
11
  - Added path /multi-domains menu element to Chatbot module administration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -369,6 +369,13 @@
369
369
  "en": "Multi-Domains"
370
370
  },
371
371
  "path": "/multi-domains"
372
+ },
373
+ {
374
+ "label": {
375
+ "et": "Anonümiseerija",
376
+ "en": "Anonymizer"
377
+ },
378
+ "path": "/anonymizer"
372
379
  }
373
380
  ]
374
381
  },
Binary file