@buerokratt-ria/menu 0.1.1 → 0.1.2

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.1.2] - 01-02-2024
6
+
7
+ - Added new element in menu /pending
8
+
5
9
  ## [0.1.1] - 28-12-2023
6
10
 
7
11
  - Initial package structure for menu for ruuter v2.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -21,6 +21,13 @@
21
21
  },
22
22
  "path": "/active"
23
23
  },
24
+ {
25
+ "label": {
26
+ "et": "Ootel",
27
+ "en": "Pending"
28
+ },
29
+ "path": "/pending"
30
+ },
24
31
  {
25
32
  "label": {
26
33
  "et": "Ajalugu",
Binary file