@finema/finework-layer 1.0.19 → 1.0.20

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.20](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.19...1.0.20) (2026-03-23)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update descriptions in dailyApps and financeApps for clarity ([484f34e](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/484f34e249d5227a20702ac53820cb6599ba0494))
8
+
3
9
  ## [1.0.19](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.18...1.0.19) (2026-03-23)
4
10
 
5
11
  ### Bug Fixes
@@ -303,7 +303,7 @@ const dailyApps = computed(() => [
303
303
  name: 'Clock-In',
304
304
  logo: '/admin/clock-in-logo.png',
305
305
  label: ' Clock-In',
306
- description: 'เช็กอินเวลางาน และเลือกสถานที่ทำงานของวันนี้',
306
+ description: 'เช็กอินเวลางาน และเลือกสถานที่ทำงาน',
307
307
  to: routes.clockin.home.to,
308
308
  status: StatusPortal.ACTIVE,
309
309
  },
@@ -425,7 +425,7 @@ const financeApps = computed(() => [
425
425
  name: 'Guarantee',
426
426
  logo: '/admin/cost-sheet.png',
427
427
  label: 'งบค้ำประกัน',
428
- description: 'การเบิกเงินค้ำซองและค้ำสัญญากับธนาคาร',
428
+ description: 'การเบิกเงินค้ำซองและค้ำสัญญา',
429
429
  to: '/',
430
430
  status: StatusPortal.DEVELOPING,
431
431
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.19",
4
+ "version": "1.0.20",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",