@finema/finework-layer 1.0.71 → 1.0.73

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.73](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.72...1.0.73) (2026-05-28)
4
+
5
+ ### Features
6
+
7
+ * enable Loan module for USER, ADMIN, and SUPER permissions with active status ([3292aea](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/3292aeac24bc828385837bbf7baedebe9869865b))
8
+
9
+ ## [1.0.72](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.71...1.0.72) (2026-05-28)
10
+
11
+ ### Features
12
+
13
+ * restrict Loan module access to SUPER permission only and mark as developing ([65ad402](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/65ad40240a595e3f18a8ae5a21b49b7d34be0054))
14
+
3
15
  ## [1.0.71](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.70...1.0.71) (2026-05-27)
4
16
 
5
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.71",
4
+ "version": "1.0.73",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",