@finema/finework-layer 1.0.23 → 1.0.24

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.24](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.23...1.0.24) (2026-03-26)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update logo formats for Loan and Requests Admin in PortalApp ([d697fa6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/d697fa67cbf799e523f9d0774284844af10c440e))
8
+
3
9
  ## [1.0.23](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.22...1.0.23) (2026-03-26)
4
10
 
5
11
  ### Features
@@ -437,7 +437,7 @@ const financeApps = computed(() => [
437
437
  ? [
438
438
  {
439
439
  name: 'Loan',
440
- logo: '/admin/loan.png',
440
+ logo: '/admin/loan.svg',
441
441
  label: 'Loan',
442
442
  description: 'รายการกู้เงินจากธนาคาร',
443
443
  to: '/',
@@ -525,7 +525,7 @@ const peopleApps = computed(() => [
525
525
  ? [
526
526
  {
527
527
  name: 'Requests Admin',
528
- logo: '/admin/request-admin.png',
528
+ logo: '/admin/request-admin.svg',
529
529
  label: 'Requests Admin',
530
530
  description: 'ระบบจัดการคำขออนุมัติต่างๆ',
531
531
  to: '/',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.23",
4
+ "version": "1.0.24",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",