@lagoshny/ngx-validation-messages 21.0.1 → 21.0.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
  <br />
23
23
  <br />
24
24
 
25
- ## ⭐Compatible with Angular 14.x.x-17.x.x versions that uses `Ivy compilation` and `NgModule`/`standalone` components.
25
+ ## ⭐Compatible with Angular 14.x.x-21.x.x versions that uses `Ivy compilation` and `NgModule`/`standalone` components.
26
26
 
27
27
  ### ⚠ If you use old `View Engine` compilation or Angular 6.x.x - 11.x.x you need to use [2.x.x](https://github.com/lagoshny/ngx-validation-messages/tree/lts-view-engine) lib version.
28
28
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lagoshny/ngx-validation-messages",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "description": "This module allows to simplify display form validator validation messages using single component.",
5
5
  "readme": "README.md",
6
6
  "author": "Ilya Lagoshny <ilya@lagoshny.ru>",