@finema/finework-layer 2.0.46 → 2.0.47

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
+ ## [2.0.47](https://gitlab.finema.co/finema/internal/finework/compare/2.0.46...2.0.47) (2026-08-21)
4
+
5
+ ### Bug Fixes
6
+
7
+ * image document ([0b0f5dc](https://gitlab.finema.co/finema/internal/finework/commit/0b0f5dc57435184123fe8f00750026d4316cf820))
8
+
3
9
  ## [2.0.46](https://gitlab.finema.co/finema/internal/finework/compare/2.0.45...2.0.46) (2026-08-21)
4
10
 
5
11
  ### Features
@@ -488,7 +488,7 @@ const managementApps = computed(() => [
488
488
  ? [
489
489
  {
490
490
  name: 'document',
491
- logo: '/admin/document.png',
491
+ logo: '/admin/document.svg',
492
492
  label: 'Document Flow',
493
493
  description: '',
494
494
  to: routes.docsManagement.root.to,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.46",
4
+ "version": "2.0.47",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",