ng-hub-ui-nav 22.14.2 → 22.14.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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  A flexible, accessible, and highly customizable navigation component for Angular 21+. It supports horizontal menus, vertical sidebars, mobile collapse modes, stacked drill-down panels, projected start/end slots, and scroll-spy integration.
9
9
 
10
10
  > [!IMPORTANT]
11
- > Version `22.14.2` targets Angular 22 and follows the signal-first architecture used across `ng-hub-ui`.
11
+ > Version `22.14.3` targets Angular 22 and follows the signal-first architecture used across `ng-hub-ui`.
12
12
 
13
13
  ## Documentation and Live Examples
14
14
 
@@ -362,6 +362,14 @@ If this library helps your projects, you can support its maintenance here:
362
362
 
363
363
  Created and maintained by [Carlos Morcillo](https://www.carlosmorcillo.com).
364
364
 
365
+ ## Commercial support
366
+
367
+ These libraries are maintained by [Carlos Morcillo Fernández](https://www.carlosmorcillo.com), a freelance frontend architect working with teams that build and maintain Angular applications.
368
+
369
+ If your team depends on Hub-UI and needs more than an issue thread can solve, that is my day job: architecture audits, design systems, Angular migrations and team mentoring. For projects that also need design and a full team, I run them through [Frog Hub](https://froghub.es), my development studio.
370
+
371
+ Have a look at [the services](https://www.carlosmorcillo.com/en/services/) or [tell me about your project](https://www.carlosmorcillo.com/en/contact/).
372
+
365
373
  ## License
366
374
 
367
375
  This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "ng-hub-ui-nav",
3
- "version": "22.14.2",
3
+ "version": "22.14.3",
4
4
  "license": "MIT",
5
5
  "description": "A flexible, accessible, and customizable navigation component for Angular 21, part of the ng-hub-ui family.",
6
- "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
6
+ "author": "Carlos Morcillo Fernández <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/hub-env/ng-hub-ui-nav.git"
@@ -27,9 +27,9 @@
27
27
  "angular21"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@angular/common": ">=21.0.0",
31
- "@angular/core": ">=21.0.0",
32
- "@angular/router": ">=21.0.0",
30
+ "@angular/common": ">=17.2.0",
31
+ "@angular/core": ">=17.2.0",
32
+ "@angular/router": ">=17.2.0",
33
33
  "ng-hub-ui-utils": ">=22.13.0"
34
34
  },
35
35
  "dependencies": {