Skip to content

Commit 8dfb254

Browse files
committed
chore: add 20 as supported version of Angular
1 parent 8f1a8d8 commit 8dfb254

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ When used with multiple controls, you can specify the control for which the erro
224224

225225
## Compatibility
226226

227-
- `@angular/core: ^19.0.0`
228-
- `@angular/material: ^19.0.0`
227+
- `@angular/core: ^19.0.0 || ^20.0.0`
228+
- `@angular/material: ^19.0.0 || ^20.0.0`
229229

230230
### Reactive Forms
231231

projects/ngx-mat-errors/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ngx-mat-errors",
3-
"version": "19.0.0",
3+
"version": "19.1.0",
44
"author": {
55
"name": "Totati",
66
"url": "https://twitter.com/48Aca"
77
},
88
"peerDependencies": {
9-
"@angular/common": "^19.0.0",
10-
"@angular/core": "^19.0.0",
11-
"@angular/material": "^19.0.0"
9+
"@angular/common": "^19.0.0 || ^20.0.0",
10+
"@angular/core": "^19.0.0 || ^20.0.0",
11+
"@angular/material": "^19.0.0 || ^20.0.0"
1212
},
1313
"license": "MIT",
1414
"repository": {

0 commit comments

Comments
 (0)