ng-hub-ui-stepper 22.10.2 → 22.10.4

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 +4 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  A flexible, customizable, and accessible stepper component for Angular 21+. Perfect for multi-step forms, wizards, and guided user experiences with a focus on developer experience and modern standards.
9
9
 
10
10
  > [!IMPORTANT]
11
- > Version `22.10.1` targets **Angular 22** and uses the **Signals** architecture shared across `ng-hub-ui`.
11
+ > Version `22.10.4` targets **Angular 22** and uses the **Signals** architecture shared across `ng-hub-ui`.
12
12
 
13
13
  ## Documentation and Live Examples
14
14
 
@@ -499,6 +499,14 @@ If you find this project helpful, consider supporting its development:
499
499
 
500
500
  [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/carlosmorcillo)
501
501
 
502
+ ## Commercial support
503
+
504
+ 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.
505
+
506
+ 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.
507
+
508
+ Have a look at [the services](https://www.carlosmorcillo.com/en/services/) or [tell me about your project](https://www.carlosmorcillo.com/en/contact/).
509
+
502
510
  ## License
503
511
 
504
512
  This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-hub-ui-stepper",
3
- "version": "22.10.2",
3
+ "version": "22.10.4",
4
4
  "description": "A flexible and customizable stepper component for Angular applications",
5
5
  "keywords": [
6
6
  "angular",
@@ -18,7 +18,7 @@
18
18
  "form-wizard",
19
19
  "ng-hub-ui"
20
20
  ],
21
- "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
21
+ "author": "Carlos Morcillo Fernández <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "homepage": "https://hubui.dev/en/stepper/overview/",
31
31
  "peerDependencies": {
32
- "@angular/common": ">=21.1.2",
33
- "@angular/core": ">=21.1.2",
32
+ "@angular/common": ">=17.2.0",
33
+ "@angular/core": ">=17.2.0",
34
34
  "ng-hub-ui-ds": ">=22.0.0",
35
35
  "ng-hub-ui-utils": ">=22.8.0"
36
36
  },