valtech-components 4.0.1029 → 4.0.1030

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.
@@ -26,7 +26,7 @@ export interface SettingsSection {
26
26
  shadowed?: boolean;
27
27
  }
28
28
  /**
29
- * Catálogo default de secciones del HUB de settings (7 entradas). `logout` va
29
+ * Catálogo default de secciones del HUB de settings (6 entradas). `logout` va
30
30
  * incluida pero sin `routerLink` (la maneja un callback). Mismo set, mismos
31
31
  * tokens/iconos/rutas que el builder original de showcase
32
32
  * (`shared/settings-action-cards.ts`) que esta promoción reemplaza.
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.1029";
5
+ export declare const VERSION = "4.0.1030";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.1029",
3
+ "version": "4.0.1030",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"