@finema/finework-layer 2.0.23 → 2.0.25

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.25](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.24...2.0.25) (2026-08-07)
4
+
5
+ ## [2.0.24](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.23...2.0.24) (2026-08-07)
6
+
3
7
  ## [2.0.23](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.22...2.0.23) (2026-07-31)
4
8
 
5
9
  ## [2.0.22](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.21...2.0.22) (2026-07-31)
@@ -397,7 +397,7 @@ const managementApps = computed(() => [
397
397
  {
398
398
  name: 'tor',
399
399
  logo: '/admin/tor.svg',
400
- label: 'TOR',
400
+ label: 'Presales Tools',
401
401
  description: 'ระบบสร้างตารางเปรียบเทียบข้อกำหนด',
402
402
  to: routes.tor.home.to,
403
403
  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.23",
4
+ "version": "2.0.25",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",