@buerokratt-ria/menu 0.2.3 → 0.2.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
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
  All changes to this project will be documented in this file.
4
+
5
+ ## [0.2.4] - 13-12-2024
6
+
7
+ - Added Skm configration
8
+
4
9
  ## [0.2.3] - 06-12-2024
5
10
 
6
11
  - Added Validations
@@ -53,11 +58,11 @@ All changes to this project will be documented in this file.
53
58
 
54
59
  ## [0.1.7] - 27-05-2024
55
60
 
56
- - Fix close menu button
61
+ - Fix close menu button
57
62
 
58
63
  ## [0.1.6] - 25-04-2024
59
64
 
60
- - Updated api call addresses
65
+ - Updated api call addresses
61
66
 
62
67
  ## [0.1.5] - 27-02-2024
63
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -347,6 +347,13 @@
347
347
  "en": "Delete conversations"
348
348
  },
349
349
  "path": "/delete-conversations"
350
+ },
351
+ {
352
+ "label": {
353
+ "et": "SKMi konfiguratsioon",
354
+ "en": "SKM Configuration"
355
+ },
356
+ "path": "/skm-configuration"
350
357
  }
351
358
  ]
352
359
  },