@finema/finework-layer 0.2.112 → 0.2.113

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
+ ## [0.2.113](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.112...0.2.113) (2026-01-26)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update Requests logo path in PortalApp component ([c1013fc](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/c1013fc7ad65481ffc6c254cdafec3ef69f9f68f))
8
+
3
9
  ## [0.2.112](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.111...0.2.112) (2026-01-26)
4
10
 
5
11
  ### Features
@@ -296,7 +296,7 @@ const dailyApps = computed(() => [
296
296
  },
297
297
  {
298
298
  name: 'Requests',
299
- logo: '/admin/request-admin.png',
299
+ logo: '/admin/request.png',
300
300
  label: 'Requests',
301
301
  description: 'ระบบขอ ลา เบิก อนุมัติรายการต่างๆ',
302
302
  to: '/',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.112",
4
+ "version": "0.2.113",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",