@finema/finework-layer 1.0.14 → 1.0.15

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.15](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.14...1.0.15) (2026-03-18)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update description for resource management in PortalApp ([8a37bcc](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/8a37bcc4e65fa9f7549224e8fee8fe42eecb1db0))
8
+
3
9
  ## [1.0.14](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.13...1.0.14) (2026-03-18)
4
10
 
5
11
  ### Features
@@ -480,13 +480,12 @@ const peopleApps = computed(() => [
480
480
  name: 'Resource',
481
481
  logo: '/admin/resource.svg',
482
482
  label: 'Resource',
483
- description: 'ระบบจัดการการประเมิน',
483
+ description: 'ระบบจัดการทรัพยากรบุคคล',
484
484
  to: '/',
485
485
  status: StatusPortal.DEVELOPING,
486
486
  },
487
487
  ]
488
488
  : []),
489
-
490
489
  ])
491
490
 
492
491
  const legalApps = computed(() => [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.14",
4
+ "version": "1.0.15",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",