@finema/finework-layer 2.0.27 → 2.0.28

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,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.28](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.27...2.0.28) (2026-08-18)
4
+
3
5
  ## [2.0.27](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.26...2.0.27) (2026-08-16)
4
6
 
5
7
  ### Features
@@ -426,7 +426,7 @@ const managementApps = computed(() => [
426
426
  {
427
427
  name: 'pmo-setup',
428
428
  logo: '/admin/pmo_setup.png',
429
- label: 'PMO Setup',
429
+ label: 'Lead in',
430
430
  description: 'ตั้งค่าและบริหารจัดการโครงการ PMO',
431
431
  to: routes.pmoSetup.dashboard.to,
432
432
  status: StatusPortal.ACTIVE,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.27",
4
+ "version": "2.0.28",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",