@finema/finework-layer 0.2.51 → 0.2.52

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
+ ## [0.2.52](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.51...0.2.52) (2025-11-11)
4
+
5
+ ### Bug Fixes
6
+
7
+ * make rootAppPath prop optional in Admin layout ([e870e28](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/e870e28c877dc6911b3874f6b3ed07797ebf53bf))
8
+
3
9
  ## [0.2.51](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.50...0.2.51) (2025-11-11)
4
10
 
5
11
  ### Bug Fixes
@@ -173,7 +173,7 @@ const props = withDefaults(
173
173
  sidebarItems: NavigationMenuItem[]
174
174
  isSidebarGroup?: boolean
175
175
  fullScreen?: boolean
176
- rootAppPath: string
176
+ rootAppPath?: string
177
177
  }>(),
178
178
  {
179
179
  fullScreen: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.51",
4
+ "version": "0.2.52",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",