@finema/finework-layer 0.2.128 → 0.2.130

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.130](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.129...0.2.130) (2026-02-06)
4
+
5
+ ### Bug Fixes
6
+
7
+ * always include 'Todo' app in dailyApps regardless of navbar state ([3c0eb47](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/3c0eb47977dfde78a3852abec195e217e090b920))
8
+
9
+ ## [0.2.129](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.128...0.2.129) (2026-02-06)
10
+
11
+ ### Bug Fixes
12
+
13
+ * update @finema/core dependency version to ^3.9.1 ([b6e8f67](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/b6e8f6726c394ece5aefd81700faa0cad8ebfdcc))
14
+
3
15
  ## [0.2.128](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.127...0.2.128) (2026-02-05)
4
16
 
5
17
  ### Bug Fixes
@@ -296,18 +296,14 @@ const dailyApps = computed(() => [
296
296
  to: routes.timesheet.home.to,
297
297
  status: StatusPortal.ACTIVE,
298
298
  },
299
- ...(props.isNavbar
300
- ? [
301
- {
302
- name: 'todo',
303
- logo: '/admin/todo.png',
304
- label: 'Todo',
305
- description: 'ระบบจัดการงาน',
306
- to: routes.todo.dashboard.to,
307
- status: StatusPortal.ACTIVE,
308
- },
309
- ]
310
- : []),
299
+ {
300
+ name: 'todo',
301
+ logo: '/admin/todo.png',
302
+ label: 'Todo',
303
+ description: 'ระบบจัดการงาน',
304
+ to: routes.todo.dashboard.to,
305
+ status: StatusPortal.ACTIVE,
306
+ },
311
307
  {
312
308
  name: 'Requests',
313
309
  logo: '/admin/request.png',
package/bun.lock CHANGED
@@ -4,7 +4,7 @@
4
4
  "": {
5
5
  "name": "@finema/finework-layer",
6
6
  "dependencies": {
7
- "@finema/core": "^3.9.0",
7
+ "@finema/core": "^3.9.1",
8
8
  },
9
9
  "devDependencies": {
10
10
  "@finema/eslint-config": "^2.0.3",
@@ -183,7 +183,7 @@
183
183
 
184
184
  "@eslint/plugin-kit": ["@eslint/plugin-kit@0.4.1", "", { "dependencies": { "@eslint/core": "^0.17.0", "levn": "^0.4.1" } }, "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA=="],
185
185
 
186
- "@finema/core": ["@finema/core@3.9.0", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.4.0", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-text-align": "^3.18.0", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-FQq8Zk1SYXoS/ZQdIRdunbUzQQw3FNy+Fm29x1C+/uz9/FzMjPh8JJSpLyBGHJ9CeA8ici1gRty9niTIq4KRtg=="],
186
+ "@finema/core": ["@finema/core@3.9.1", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.4.0", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-text-align": "^3.18.0", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-wEbWk4+kEuy4f2nmr3z7zzz7SGC2KGGWxNThdfHnXo1DmKTCN3NHxYhwR2p3Jt+SvuC2c9CYT9p3ANGSU+1KeQ=="],
187
187
 
188
188
  "@finema/eslint-config": ["@finema/eslint-config@2.0.4", "", { "dependencies": { "eslint-plugin-better-tailwindcss": "^3.7.10", "eslint-plugin-tailwindcss": "^3.18.2", "eslint-plugin-unused-imports": "^4.2.0" }, "peerDependencies": { "eslint": "^9.37.0" } }, "sha512-kKznMgbsOfPPg+td53dK36I3YFo6Ji4GAwKbVS2pimuQfcJT4mbgnEXCuW1Q/uNvUaFItr1NCSSD1LtEQTNNug=="],
189
189
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.128",
4
+ "version": "0.2.130",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",
@@ -30,7 +30,7 @@
30
30
  "vue": "latest"
31
31
  },
32
32
  "dependencies": {
33
- "@finema/core": "^3.9.0"
33
+ "@finema/core": "^3.9.1"
34
34
  },
35
35
  "lint-staged": {
36
36
  "*": "eslint"