@yuuvis/app-templates 1.2.2 → 1.2.3

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/README.md CHANGED
@@ -34,7 +34,7 @@ In your `app.routes.ts` add a new lazy loaded route for the `@yuuvis/app-templat
34
34
  export const app: App[] = [
35
35
  {
36
36
  id: 'io.yuuvis.app.templates',
37
- title: "yuuvis® templates",
37
+ title: "yuuvis templates",
38
38
  path: 'templates',
39
39
  iconName: 'library_books',
40
40
  loadChildren: () => import('@yuuvis/app-templates').then((m) => m.YuvTemplateManagerRoutes)
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.0"
34
34
  },
35
- "version": "1.2.2"
35
+ "version": "1.2.3"
36
36
  }
package/yuv-manifest.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "id": "io.yuuvis.app.templates",
3
- "title": "yuuvis® templates",
3
+ "title": "yuuvis templates",
4
+ "requires": ["templates"],
4
5
  "extension": "YuvTemplatesExtension",
5
6
  "ui": {
6
7
  "path": "templates",
@@ -10,4 +11,4 @@
10
11
  "appHeader": true
11
12
  }
12
13
  }
13
- }
14
+ }